Bug Report Thread

30 replies [Last post]
Offline
Last seen: 1 year 49 weeks ago
Joined: 03/16/2005:59

Please post any bugs you find in the game in this thread. Please try to be as specific as possible, so we know what exactly needs to be done to fix it. Also, be sure to check the rest of the thread to make sure your bug hasn't been reported before.

Thanks for helping us make TerraWorld a better game. Smile

~MechaMonkey
Part robot, part monkey, all hero...

Offline
Last seen: 5 years 9 weeks ago
Joined: 03/10/2007:55
help!

help! i requested new pass and recieved it now i logged in but sed the pass is incorrect so i log on the forums and it works help!

Offline
Last seen: 4 years 13 weeks ago
Joined: 03/26/2005:10

Why don't you guys start with these age-old bugs?

1. Not all scores give score.
2. Lag dropping
3. Teleporting using arenas (You type challenge while being in a map in an arena, leave the room, press enter while the screen is black, and BAM! You teleport to a random spot in the map you entered.)

Offline
Last seen: 1 year 38 weeks ago
Joined: 07/27/2005:29

Some skills not giving score isn't a bug / glitch, it's like that because it was made that way. No reason for everything to give score... not like it would change much. People max everything out in the end anyways, if for no reason than having nothing else to level.

-J

Offline
Last seen: 4 years 13 weeks ago
Joined: 03/26/2005:10

It was made that way because Slim messed up.

Offline
Last seen: 5 years 3 weeks ago
Joined: 03/16/2007:54

Actually your both incorrect. It is a mispelling of a variable under the PlayerBIO script in the FSO source.

In the script there is 4 lines of skills. Here's en axample of what it is like. Mind you, I don't have a source in front of me, so this is from rough memory.

MyPoints = Slash, Thrust, Mining, Fishing, Cooking, Parry
MyPoint = MyPoints, Lumberjacking, Archery, Fire, Blessing
MyPoints = MyPoints, Alchemy, MartialArts, Blacksmithing

I know that isn't all the skills, but as you see the variable should be MyPoints not MyPoint. I have fixed this in my source. Feel free to use this soloution.

Offline
Last seen: 49 weeks 5 days ago
Joined: 03/11/2006:27

why dont you fix the blackjack/poker/chess/checkers tables
(are those all in fso?)

not too hard a fix, either set a limit on winnings, make it so the same person cant win a jckpot more then 2x a week

this would be a great addition, all you have to do is fix the haxing problem

(are they even bugged?)

Offline
Last seen: 4 years 13 weeks ago
Joined: 03/26/2005:10

pickMelter wrote:
It is a mispelling of a variable under the PlayerBIO script in the FSO source.

That is what I basically said.

Offline
Last seen: 5 years 3 weeks ago
Joined: 03/16/2007:54
k

Well, I just wanted people to nt go around blaming it on a script malfunction or that it was created like that on purpose. It's a simple variable mispell and can be fixed in seconds.

As for the lag dropping, this is not a malfunction in the FSO source. It is only people's internet. It is because the map doesn't render consistently, only when someone drops an item.

You could make it render every second or ten seconds, however, this would make the game run alot slower and just cause more lag.

Offline
Last seen: 4 years 13 weeks ago
Joined: 03/26/2005:10

Potions are basically food. It shouldn't be like that.

Offline
Last seen: 4 years 41 weeks ago
Joined: 05/26/2007:33

pickMelter wrote:
Actually your both incorrect. It is a mispelling of a variable under the PlayerBIO script in the FSO source.

In the script there is 4 lines of skills. Here's en axample of what it is like. Mind you, I don't have a source in front of me, so this is from rough memory.

MyPoints = Slash, Thrust, Mining, Fishing, Cooking, Parry

MyPoint = MyPoints, Lumberjacking, Archery, Fire, Blessing

MyPoints = MyPoints, Alchemy, MartialArts, Blacksmithing

I know that isn't all the skills, but as you see the variable should be MyPoints not MyPoint. I have fixed this in my source. Feel free to use this soloution.

It's

  
set MyPoints = Slash + Thrust + Parry + HeavyArms + AxeFighting + Swordsmanship + Fencing + Magery + HammerWielding
  
set MyPoint = MyPoints + Lumberjacking + Archery + Blessing + Musicianship + Illusion + Punch + Fire + Wind
  
set MyPoints = MyPoints + StaffFighting + Alchemy + Water + Earth + MartialArts + Mining + Wrath + Wizardry + Block
  
set MyPoints = MyPoints + UnholyCombat + BlackArts + Sorcery + Cooking + Carpentry + Fishing + Blacksmithing
  
set MyPoints = MyPoints + HPMax + SPMax
  

lol