diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-22 23:59:51 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-22 23:59:51 +0000 |
commit | b81476849b82d4aaea2c59b1d85a2b68351f36d6 (patch) | |
tree | d799939f4c5e39158f2c50aa73b245d01bcbbaac /Dev | |
parent | f65bf4bd28cd9240c889bfd2a1f4650d91760a2d (diff) | |
download | hercules-b81476849b82d4aaea2c59b1d85a2b68351f36d6.tar.gz hercules-b81476849b82d4aaea2c59b1d85a2b68351f36d6.tar.bz2 hercules-b81476849b82d4aaea2c59b1d85a2b68351f36d6.tar.xz hercules-b81476849b82d4aaea2c59b1d85a2b68351f36d6.zip |
added bugs reports
fixed Wiz Job Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1163 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Dev')
-rw-r--r-- | Dev/bugs.txt | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt index 1f0e9b5b2..55481dbf0 100644 --- a/Dev/bugs.txt +++ b/Dev/bugs.txt @@ -234,11 +234,6 @@ Problem: If a char has been saved with non-existing map name Assigned: N/A Progress: 0% -Problem: @autoloot is screwed. It brings only ONE item. If a mob drops more, - the rest items just disappear w/o traces -Assigned: N/A -Progress: 0% - Problem: [item exploit] Trade Window + Blacksmith's/Alchemyst's MAKE skills -> item exploit Assigned: N/A Progress: 0% @@ -296,3 +291,33 @@ Problem: [script.c] script command DOEVENT now doesn't work... I (Lupus) have script-wise solution. But it isn't good! 8((( DOEVENT used to work fine! Assigned: N/A Progress: 0% + +Problem: Compilers Bug: Some skills don't work under win32 builds + e.g. HIDE, CLOACKING, etc (both MOB's and PC's skills) + e.g. Whispers can't cloak... Players can't Hide, etc + LINUX builds work fine (or maybe 116x fukked them up...) + oh yeah, Celest mentoned it +Assigned: N/A +Progress: 0% + +Problem: Rogues Skill "back stab" works without PREPARING arrows. + It consumes arrows, but works even when them aren't prepered (equipped) +Assigned: N/A +Progress: 0% + +Problem: Party EXP share bug + When one member enter, re-enter the server sometimes it happens you + can share EXP with memebers of ANY LEVEL. +Assigned: N/A +Progress: 0% + +Problem: Skill Delays Bug (Hunters) + When you use a skill then Equip Another kind of arrows, + you can immediately cast another SKILL. (Bind skills on hot keys and... u get a killing machine) +Assigned: N/A +Progress: 0% + +Problem: Scripts prob + We can't use jA's new commands: FOR, WHILE, ELSE, etc +Assigned: N/A +Progress: 0% |