diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-11 18:25:37 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-11 18:25:37 +0000 |
commit | 73ca183f23958dbf803233bff65c2a3ef4e2bf07 (patch) | |
tree | 51ff17cdf3ad66329776995a2fbfcaf1b4836534 /db | |
parent | 8f4dbaee5eaa399779898e6d69482b7c48504ce1 (diff) | |
download | hercules-73ca183f23958dbf803233bff65c2a3ef4e2bf07.tar.gz hercules-73ca183f23958dbf803233bff65c2a3ef4e2bf07.tar.bz2 hercules-73ca183f23958dbf803233bff65c2a3ef4e2bf07.tar.xz hercules-73ca183f23958dbf803233bff65c2a3ef4e2bf07.zip |
* Ganbantein now has a range equal to the level used
- only mobs use levels higher than 1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10218 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 98bcdd14d..55748d8ed 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,9 @@ ----- ======================== +04/12 + * Ganbantein now has a range equal to the level used [Playtester] + - only mobs use levels higher than 1 04/11 * Added dummy information to the pet_db.txt for the Rice Cake and Xmas Goblin pets. [Skotlex] diff --git a/db/skill_db.txt b/db/skill_db.txt index 21149b547..868a11d58 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -521,7 +521,7 @@ 480,5,8,1,0,0,0,5,5,no,0,0,0,weapon,0 //PA_SHIELDCHAIN#Shield Chain# 481,0,0,0,0,0,0,5,0,no,0,0,0,none,0 //HP_MANARECHARGE#Mana Recharge# 482,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0 //PF_DOUBLECASTING#Double Casting# -483,9,6,2,0,0x1,1,1,1,no,0,0,0,none,0 //HW_GANBANTEIN#Ganbantein# +483,9,6,2,0,0x1,1:2:3:4:5,1,1,no,0,0,0,none,0 //HW_GANBANTEIN#Ganbantein# 484,9,6,2,2,0xB1,0,5,1,yes,0,0,0,magic,0 //HW_GRAVITATION#Gravity Field# 485,-2,6,1,-1,0x8,0,10,1,no,0,0,0,weapon,0 //WS_CARTTERMINATION#Cart Termination# 486,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0 //WS_OVERTHRUSTMAX#Maximum Power Thrust# |