WhatFT Posted February 1, 2013 Posted February 1, 2013 Is there any item script for instant leveling in Base & Job? Example 19001,Lord_Knight_Fruit,Lord Knight Fruit,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} ID 19001 will serve as their instant base/job leveler and job changer. After they click the item, their Job will be changed into Lord Knight and their Base/Job will become instant 255/120. And so on, (for High Wizard, Paladin, .... All jobs) Quote
huntax Posted February 1, 2013 Posted February 1, 2013 19001,Lord_Knight_Fruit,Lord Knight Fruit,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ atcommand "@job 4008"; atcommand "@blevel 255"; atcommand "@jlevel 120"; },{},{} That's one way to do it. u can try a function script too. Quote
Euphy Posted February 3, 2013 Posted February 3, 2013 It's best to avoid atcommands in item scripts. { jobchange Job_Lord_Knight; set BaseLevel,255; set JobLevel,120; } Quote
WhatFT Posted February 3, 2013 Author Posted February 3, 2013 Thank you @Euphy XD How about making it use for 1 item only? I found it complicated when making 1 Job per Item... Quote
Linkin Park Posted February 4, 2013 Posted February 4, 2013 Create a function that has menu for selecting which job they want, call the function in the item script. Done. Quote
WhatFT Posted February 4, 2013 Author Posted February 4, 2013 I don't have any idea how to make that... Can anyone share/make 1? Quote
Question
WhatFT
Is there any item script for instant leveling in Base & Job?
Example
19001,Lord_Knight_Fruit,Lord Knight Fruit,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
ID 19001 will serve as their instant base/job leveler and job changer. After they click the item, their Job will be changed into Lord Knight and their Base/Job will become instant 255/120.
And so on, (for High Wizard, Paladin, .... All jobs)
8 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.