diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-13 03:37:29 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-13 03:37:29 +0000 |
commit | 11edd9bd6b905e1da203d49f0646cd9502536f1f (patch) | |
tree | c11b95ae11ca3286e09b8ed54321d9e5f8abe5f4 /Dev | |
parent | e937166544b81130ba9c4336f69ad4cbd98614da (diff) | |
download | hercules-11edd9bd6b905e1da203d49f0646cd9502536f1f.tar.gz hercules-11edd9bd6b905e1da203d49f0646cd9502536f1f.tar.bz2 hercules-11edd9bd6b905e1da203d49f0646cd9502536f1f.tar.xz hercules-11edd9bd6b905e1da203d49f0646cd9502536f1f.zip |
* Made guild skills to check for skill levels first when casting
* Modified arrow checking in skill.c
* Corrected Cart Revolution damage calculation
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@549 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Dev')
-rw-r--r-- | Dev/bugs.txt | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt index 637cc6a81..120dc4287 100644 --- a/Dev/bugs.txt +++ b/Dev/bugs.txt @@ -54,20 +54,16 @@ Progess: 0% Problem: Sage's Area Skills (Delu.,Vulcano, etc) if casted on the same area (or overlap each other) instantly reboots server. use @gvgon when test. Don't test it towns Assigned: N/A Progess: 0% +Notes: Never heard of this being reported again... fixed maybe? [Celest] Problem: Changing email and Broadcast both use the same packets / Packet 0x3000 assigned to changing email instead of broadcasting? Notes: Refer to char.c line 2272 and line 2416, intif.c line 107, chrif.c line 377 Assigned: N/A Progress: 0% -Problem: Sanctuary heal emp during WoE? -Assigned: N/A -Progress: 0% -Note: Isn't sanctuary supposed to be able to heal the emperium? [celest] - Problem: AFM Maps not loading coords correctly, players appearing outside boundaries of the maps. Assigned: N/A -Progress: 0% +Progress: 100% (Fixed, i hope. ;p [Celest]) 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? Assigned: N/A @@ -78,8 +74,8 @@ Assigned: MC Cameri Progress: 100% Problem: Storm Gust doesn't freeze mobs / players -Assigned: N/A -Progress: 0% +Assigned: Celest +Progress: 100% (Should be working now.) Problem: MVP cast spells w/o showing "prepare cast line" Assigned: N/A @@ -88,7 +84,8 @@ Progress: 0% Problem: Line 130 in item_db.txt is giving error. Note: This is the whole line: 658,Tribal_Solidarity,Tribal Solidarity,2,1000,0,500,,,,,10477567,2,,,,,{ guildgetexp rand(1,10000); },{} Assigned: N/A -Progress: 0% +Progress: - +Notes: It's a new script command, you need to compile with an updated script.c. [celest] Problem: Item duping bug in storage... Assigned: N/A |