WhatFT Posted February 1, 2013 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share 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 Link to comment Share on other sites More sharing options...
huntax Posted February 1, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 12/11/12 Last Seen: May 3, 2013 Share 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 Link to comment Share on other sites More sharing options...
WhatFT Posted February 3, 2013 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted February 3, 2013 Okay, I'll try this Quote Link to comment Share on other sites More sharing options...
Euphy Posted February 3, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted February 3, 2013 It's best to avoid atcommands in item scripts. { jobchange Job_Lord_Knight; set BaseLevel,255; set JobLevel,120; } Quote Link to comment Share on other sites More sharing options...
WhatFT Posted February 3, 2013 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
ipis Posted February 3, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 60 Reputation: 4 Joined: 12/19/12 Last Seen: August 25, 2013 Share Posted February 3, 2013 use "if"? Quote Link to comment Share on other sites More sharing options...
WhatFT Posted February 3, 2013 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted February 3, 2013 @ipis How? XD Quote Link to comment Share on other sites More sharing options...
Linkin Park Posted February 4, 2013 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 227 Reputation: 11 Joined: 11/16/11 Last Seen: November 7, 2015 Share 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 Link to comment Share on other sites More sharing options...
WhatFT Posted February 4, 2013 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted February 4, 2013 I don't have any idea how to make that... Can anyone share/make 1? Quote Link to comment Share on other sites More sharing options...
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)
Link to comment
Share on other sites
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.