diff options
author | reddozen <reddozen@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-28 10:26:32 +0000 |
---|---|---|
committer | reddozen <reddozen@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-28 10:26:32 +0000 |
commit | 168e5fd7c557020b8b5c5b1780aa983c9737e000 (patch) | |
tree | 2dbea8b928e2dd809fcae9b0d4815296c361ef96 /Changelog-Trunk.txt | |
parent | 368efae9829a3ef7f4cb2bbda2d5388f3d6936d2 (diff) | |
download | hercules-168e5fd7c557020b8b5c5b1780aa983c9737e000.tar.gz hercules-168e5fd7c557020b8b5c5b1780aa983c9737e000.tar.bz2 hercules-168e5fd7c557020b8b5c5b1780aa983c9737e000.tar.xz hercules-168e5fd7c557020b8b5c5b1780aa983c9737e000.zip |
* Fixed Gunslinger and Ninja skills not showing up and not working due to an error
in skill_require_db
- also commited a commented block for GS_FLING that needs to be looked at and posiably
cleaned before it's uncommented.
- fixed exp2 not accepting Gunslingers and ninjas
- fixed the "jobmaster" having the same problem as rebirth
- added the Gunslinger shops for guns and ammo [Reddozen]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5783 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c443de08d..6ce4a6d0b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,13 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/28
+ * Fixed Gunslinger and Ninja skills not showing up and not working due to an error
+ in skill_require_db
+ - also commited a commented block for GS_FLING that needs to be looked at and posiably
+ cleaned before it's uncommented.
+ - fixed exp2 not accepting Gunslingers and ninjas
+ - fixed the "jobmaster" having the same problem as rebirth
+ - added the Gunslinger shops for guns and ammo [Reddozen]
* Modified clif_getareachar_pc to hide hidden GMs from normal players (players with GM
level > 0 still able to view) by NOT sending the coordinates. [Lance]
@@ -44,6 +51,16 @@ GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALAR * Fixed Grandcross/Granddarkness showing no skill animation. [Skotlex]
* Fixed mob-casted grandcross doing nothing unless the target was "self" [Skotlex]
2006/03/24
+ * Fixed / finished most of Gunslinger [Reddozen]
+ - fixed some bullets in the item DB
+ - adjusted a few rates in skill_cast_db.txt for Gunslingers
+ - adjusted a couple skills in skill_db.txt to act correctly
+ - adjusted all the SP values for Gunslinger skills
+ - changed piercing shot to lv 5 from lv 10
+ - made ki Translation fail giving coins to Gunslingers
+ - equipping a weapon other than a gatlin gun should cancel SC_GATLINGING. Also made Gatlinfeaver on/off togelable
+ - GS_CRACKER will no longer stun players
+ - added GS_Disarm
* Fixed iteminfo only displaying first result when there were many. [Skotlex]
* Fixed pet hatching. [Skotlex]
* Small change that SHOULD fix the pet duplication issue. [Skotlex]
|