diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-06 15:58:30 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-06 15:58:30 +0000 |
commit | bb0e0bcc5d4da8331f6fb33c879b2d757855722a (patch) | |
tree | 4b768273eb0b136ca23f71f1b4504ed34c1ab8b2 /db | |
parent | 4ecf64221cb558786e4581f4ac7ffa733fa3e4d5 (diff) | |
download | hercules-bb0e0bcc5d4da8331f6fb33c879b2d757855722a.tar.gz hercules-bb0e0bcc5d4da8331f6fb33c879b2d757855722a.tar.bz2 hercules-bb0e0bcc5d4da8331f6fb33c879b2d757855722a.tar.xz hercules-bb0e0bcc5d4da8331f6fb33c879b2d757855722a.zip |
- Ganbantein's delay is now 2 secs.
- Removed the time2 value of NJ_NEN since it has no use.
- Removed the return code entry when logging GM reload-GM requests (login-sql),it'll just be stored as zero.
- Added a fix on socket.c to not pick INADDR_ANY when choosing our own IP.
- Applied the correction on maprespawnguildid so that it parses ALL players and not just those on a map.
- TK_JUMPKICK now dispels normal aspd/speed potions (not berserk pitched ones) and Preserve will be unable to block this.
- Soul Linkers are now inmune to SA_DISPEL
- You can now place everything (except magic skills) on top of LPs.
- Corrected Ganbantein to not touch song/dance/ensembles.
- Status_calc_pc will refuse to execute if the player is still tagged as a "new connection" and the invocation is not meant to be the first one.
- Swapped the order of checks in status_isimmune so that Wand of Hermod skill blocking takes precedence over GTB's
- Client packets will all be ignored while a player is not on a map until the LoadEndAck packet is received.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9152 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index a2738806a..fd22db85c 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,10 @@ -----
========================
+
+11/06
+ * Ganbantein's delay is now 2 secs. [Skotlex]
+ * Removed the time2 value of NJ_NEN since it has no use. [Skotlex]
11/05
* Raised the chance to get an OPB from an OPB [Playtester]
* Official NJ/GS job exp for level 51+52 [Playtester]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 58f50c1b7..113eaa4db 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -809,7 +809,7 @@ //-- PF_DOUBLECASTING
482,2000,0,0,90000,0
//-- HW_GANBANTEIN
-483,3000,5000,0,0,0
+483,3000,2000,0,0,0
//-- HW_GRAVITATION
484,5000,2000,0,5000:6000:7000:8000:9000,0
//-- WS_CARTTERMINATION
@@ -920,7 +920,7 @@ //-- NJ_KAMAITACHI
542,4000,0,0,0,0
//-- NJ_NEN
-543,5000:4000:3000:2000:1000,0,0,30000:45000:60000:75000:90000,30000:45000:60000:75000:90000
+543,5000:4000:3000:2000:1000,0,0,30000:45000:60000:75000:90000,0
//-- NJ_ISSEN
544,0,3000,0,0,0
//==========================================
|