mansanalchamp Posted May 12, 2020 Posted May 12, 2020 Could you help me i want to change max weight but my script (job_db1) not work this is my scripts // 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,Gatling Gun,Shotgun,Grenade Launcher,Fuuma Shuriken,2HStaff,Shield // // Novice 0, 20000,0 ,500 ,100 ,40 ,55 ,57 ,200 ,200 ,200 ,50 ,200 ,50 ,55 ,65 ,200 ,200 ,200 ,200 ,200 ,200 ,200 ,200 ,200 ,200 ,200 ,200 ,65 ,10 this is my result in games client Novice (str 99) So i think my weight must 20000 thank you so much Quote
0 TheKingDino Posted May 13, 2020 Posted May 13, 2020 It is working. That's the default. The value isn't literally interpreted as 20000 weight. I've never messed with the weight values in the job_db but I would recommend trying to multiple the value by 10 or something and see what that does. I'm not sure if it'll effect the max base weight or the Str stat scaling of max weight instead. So something like // Novice 0, 200000,0 If it works then you'd have to change every single class's weight in the job_db, though. Which seems like a bad way to go about it. Quote
0 felixballard Posted July 1, 2020 Posted July 1, 2020 (edited) Thanks very much. It was very helpful. 8 ball pool Edited July 8, 2020 by felixballard Quote
Question
mansanalchamp
Could you help me
i want to change max weight but my script (job_db1) not work
this is my scripts
this is my result in games client Novice (str 99)
So i think my weight must 20000
thank you so much
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.