Forgot to actually swap the two gunslinger weapon aspd columns for some reason... (followup to r12779).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12842 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
122942774c
commit
2b90b5539e
@ -44,6 +44,7 @@
|
||||
|
||||
=======================
|
||||
2008/06/17
|
||||
* REALLY swapped the Shotgun/Gatling gun columns in job_db1.txt [ultramage]
|
||||
* Added Mobs for the New Orc Dungeon Instance.
|
||||
* Changed Ep. 13.1 Monster to the correct IDs.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Job-specific Values Database
|
||||
//
|
||||
// Structure of Database:
|
||||
// JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HAxe,1HMace,2HMace(unused),Rod,Bow,Knuckle,Instrument,Whip,Book,Katar,Revolver,Rifle,Shotgun,Gatling Gun,Grenade Launcher,Fuuma Shuriken,2HStaff
|
||||
// JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HAxe,1HMace,2HMace(unused),Rod,Bow,Knuckle,Instrument,Whip,Book,Katar,Revolver,Rifle,Gatling Gun,Shotgun,Grenade Launcher,Fuuma Shuriken,2HStaff
|
||||
//
|
||||
// Novice
|
||||
0, 20000,0 ,500 ,100 ,500 ,650 ,700 ,2000 ,2000 ,2000 ,800 ,2000 ,700 ,700 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 , 650
|
||||
@ -52,7 +52,7 @@
|
||||
// Super Novice
|
||||
23, 20000,0 ,500 ,100 ,500 ,650 ,700 ,2000 ,2000 ,2000 ,800 ,2000 ,700 ,700 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 , 650
|
||||
// Gunslinger
|
||||
24, 28000,88 , 0 ,450 ,500 ,2000, 2000, 2000, 2000, 2000, 2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 , 700 , 750 ,1500 , 700 ,1500 ,2000 ,2000
|
||||
24, 28000,88 , 0 ,450 ,500 ,2000, 2000, 2000, 2000, 2000, 2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 , 700 , 750 , 700 ,1500 ,1500 ,2000 ,2000
|
||||
// Ninja
|
||||
25, 26000,80 , 0 ,515 ,400 ,500 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 , 750 ,2000
|
||||
// Novice High
|
||||
|
Loading…
x
Reference in New Issue
Block a user