bugs.txt 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. Problem: 2-2-1 classes are regarded as Novicies by the game server. NPCs aren't taking them as thier jobs but if you the the NPC to do something for a novice class it works with the 2-2-1 like renters. Also if some one becomes high novice, if they use jobra they can become first jobs like a swordsman.
  2. Assigned: N/A
  3. Progess: 0%
  4. Ideas: Codemaster - I believe that they register them as normal classes, but sets Upper as 1, so you can do things such as if(Upper == 1)
  5. Problem: Stats nor skills don't downgrade when your level gets reverted due to exp loss.
  6. Assigned: N/A
  7. Progess: 0%
  8. Problem: You can hit yourself with your own spider web.
  9. Assigned: N/A
  10. Progess: 90% - should be fixed, but please test!
  11. Problem: Pre skill requirements for new skills are wrong it makes you use 49 skills points before you can get the newer skills.
  12. Assigned: Celest
  13. Progess: ~90% (Notes: not sure if it causes problems, need more testing =p)
  14. Problem: Monster hp view only shows but does not go down with a hit.
  15. Assigned: Celest
  16. Progess: 100% (Yep... would be better to use party hp view)
  17. Note: Could it be fixed using the party hp view?
  18. Problem: When u spawn ~300 mobs (and more or less) then do @killmonster then some mobs freeze on the screen (have no names, don't move, etc)
  19. Assigned: N/A
  20. Progess: 0%
  21. Note by Cameri: This is not a bug, it's something that has to do with the client...
  22. Problem: Joker card 4139 lets anyone to steal money / zeny. Just like he's a thief. It shoul;d be revised - success rates lowered and "steal item" disabled
  23. Assigned: N/A
  24. Progess: 0%
  25. Problem: Wierd login-server bug on sql, it displays that the server is full when map-server crashes, has something to do with anti double login feature?
  26. Assigned: N/A
  27. Progress: 0%
  28. Problem: MVP cast spells w/o showing "prepare cast line"
  29. Assigned: N/A
  30. Progress: 0%
  31. Problem: ~40+ players connected.. and soon can't re-connect, they can enter password, but never see "select character" screen.
  32. Assigned: MouseJstr
  33. Progress: 75%
  34. In many cases, this is due to horrible performance
  35. under MySQL
  36. Problem: Chars with ' in their name.. is legal.. and messes up sql
  37. Assigned: N/A
  38. Progress: 0%
  39. Information: http://dev.mysql.com/doc/mysql/en/mysql_real_escape_string.html
  40. DB server Error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'n' Sniff')' at line 1 Scratch 'n' Sniff
  41. Problem: PETS can attack Guardians, so players go to enemy castles before WOE and KILL all their Guards with PETS... LoL!
  42. Assigned: Codemaster
  43. Progress: 100% - Make sure you test this for me :)
  44. Problem: mob_aval clone bug crashes client
  45. Assigned: N/A
  46. Progress: 0%
  47. spawn mob 1600..
  48. also
  49. add a flag to the monsters defs
  50. for example
  51. 1002,1039 // makes a poring a bapho
  52. if it's like that nothing happens
  53. but if you do this
  54. 1002,1039,1 // makes a poring a big bapho
  55. 1002,1039,2 // makes a poring a small bapho
  56. effect id or something
  57. Problem: The last line of NPC files isn't read, or is mis-handled
  58. Assigned: N/A
  59. Progress: 0%
  60. Note: An example of this would be to make the last line of your NPC you right curly bracket - the } - and then try to run the server with that NPC - the map server will whine about it.
  61. Problem: Berserk disallows you to talk and never turns off
  62. Assigned: N/A
  63. Progress: 0%
  64. Notes: Doesn't it stop when you have only 100 hp left? [Celest]
  65. Problem: Auto Berserk doesn't automatically start when you get < 25% HP
  66. Assigned: N/A
  67. Progress: -
  68. Notes: It works differently now, you have to use it once to *allow* it to
  69. activate, and once again to stop it from activating. ^^; [Celest]
  70. Problem: Due to the Guilds CACHE we see some went-offline members as online ones. It is very confusing. You don't know who's really on.
  71. Assigned: MouseJstr
  72. Progress: 100%
  73. Problem: Guilds BUG (it isn't related to the scripts, because noone change them recently)
  74. When some guild SEIZE any castle, then Castle N 1 becomes their own, too (not M 0, but M 1)
  75. Assigned: MouseJstr
  76. Progress: 100%
  77. Problem: Storage BUGS! Items doubles/clones again any kinds of items! (due to "latest storage fix")
  78. Assigned: N/A
  79. Progress: 0%
  80. Only happens during crashes..
  81. Problem: status.weapon can be 16... which causes the accesses outside
  82. the bounds of the array
  83. Assigned: N/A
  84. Progress: 0%
  85. battle.c:549:Bounds error: array reference (16) outside bounds of the array.
  86. battle.c:549: Pointer value: 0x1ceda808
  87. battle.c:549: Object `calloc':
  88. battle.c:549: Address in memory: 0x1ceda7c8 .. 0x1ceda807
  89. battle.c:549: Size: 64 bytes
  90. battle.c:549: Element size: 4 bytes
  91. battle.c:549: Number of elements: 16
  92. battle.c:549: Created at: malloc.c, line 23
  93. battle.c:549: Storage class: heap
  94. battle.c:3078:Bounds error: array reference (16) outside bounds of the array.
  95. battle.c:3078: Pointer value: 0x1ceda848
  96. battle.c:3078: Object `calloc':
  97. battle.c:3078: Address in memory: 0x1ceda808 .. 0x1ceda847
  98. battle.c:3078: Size: 64 bytes
  99. battle.c:3078: Element size: 4 bytes
  100. battle.c:3078: Number of elements: 16
  101. battle.c:3078: Created at: malloc.c, line 23
  102. battle.c:3078: Storage class: heap
  103. Problem: This bug's appeared again: Permanent #Variables/Variables disappear.
  104. Quests, Banks, etc wipe when you create a new character
  105. We had no such a bug before, but Freya has it. Probably it soaked into eA with
  106. Freya optimizations code...
  107. Assigned: N/A
  108. Progress: 0%
  109. Problem: Sometimes a new empty guild appears with ID 10000, blank name, blank master..
  110. but some chars contain its ID and Guild Memebers Table isn't empty.
  111. (probably can't get real Last used ID)
  112. Assigned: N/A
  113. Progress: 0%
  114. Problem: SVN 8XX. After 1 day up it started to repeat every players commands twice:
  115. i.g. Item usage, movement, etc. It looks like LAGS
  116. Assigned: N/A
  117. Progress: 0%
  118. Problem: SVN 8XX. Firewall Spell doesn't hold mobs. They get all the damage and
  119. walk trough the wall. (even at the level of 10th)
  120. Assigned: N/A
  121. Progress: 0%
  122. Problem: Chase walk skill slightly messed up. You see yourself as invisible, but other players
  123. can still see you
  124. Assigned: N/A
  125. Progress: 0%
  126. Problem: Potion Pitcher skill should be able to target yourself.
  127. Assigned: N/A
  128. Progress: -
  129. Notes: Gravity disabled that some time ago ;P
  130. Problem: There are many empty entries of newly created characters in Char DB Table (missing names)
  131. Assigned: N/A
  132. Progress: 0%
  133. IMPORTANT: = NEVERENDING SOURCE OF SP/HP
  134. Problem: Wedding skills fully donate SP/HP even when the donor has 1 SP / HP (when player has low amount of Max SP/HP)
  135. Assigned: Codemaster
  136. Progress: 100% - should be fixed. Checks for 15% of HP for males, 15% of SP for females.
  137. Problem: Exp Party Sharing Bug.
  138. i.g. Hunter + Merchant are in the same party. M. is sitting. Hunter is killing some Seals. M. doesn't get EXP.
  139. Then H. teleports to another map and hunts there. Now, M. kills a poring and get a huuuuuuuuuuuuuuuuge amount
  140. of EXP (like it was collecting... all the time he was sitting next to H.)
  141. Assigned: N/A
  142. Progress: 0%
  143. Problem: Guilds alliances
  144. You can have any number of alliances entried in SQL db. Sometimes it glitches and you get > 4 alliances
  145. Assigned: N/A
  146. Progress: 0%
  147. Problem: Disguise Stats Bonus bug.
  148. try @disguise 1002 or 'bonus bDisguise,1002;' as a script in a wearable item. And then go in hide.
  149. You'll get +255 os ro bonuses for all stats and would kill LOD in one kick.
  150. It's a global bug.. comes from those times when WEDDING Class had such ++++bonuses
  151. So Wedding Class has been fixed, but not the source of the bug.
  152. Assigned: N/A
  153. Progress: 0%
  154. Problem: Guilds DB
  155. There always appears an empty guild with ID 100000.
  156. Assigned: N/A
  157. Progress: 0%
  158. Problem: Double Connection Bug still exist. Sometimes people can't re-connect till the server reboot
  159. Assigned: N/A
  160. Progress: 0%
  161. Problem: You can put in Cart goods more than Cart Max Weight limit allows
  162. Assigned: N/A
  163. Progress: 0%
  164. Problem: SCRIPT CRASH BUG
  165. When you use INN - you instantly disconnects or server crashes
  166. Assigned: N/A
  167. Progress: 0%
  168. Problem: Berserk Skill supposedly disappears randomly.
  169. Assigned: N/A
  170. Progress: 0%
  171. Problem: Lord Kaho Horns supposedly disappear when equipped.
  172. Assigned: N/A
  173. Progress: 0%
  174. Problem: Berzebub, etc cards don't decrease aftercast delays
  175. Assigned: N/A
  176. Progress: 0%
  177. Problem: Older Clients are unable to log into the server, period.
  178. Even if the packet_db is set to use the older clients, they still are unable to connect.
  179. Assigned: Celest
  180. Progress: 0%
  181. Notes: I *still* need to know which version is the client, because problem is,
  182. I did not make major changes to client detecting in clif.c so i can't
  183. find out where went wrong yet, and all exes (0906-0110... not 12xx of
  184. course however) in my laptop can login ^^;
  185. It would be even better if you could send me the client in question so
  186. i can test it.