RagnarokOnline2015 4 Posted July 23, 2016 Hello, friends! Help implement the idea please! Scroll which increases the level of the player if you click on it. with respect RagnarokOnline2015 Quote Share this post Link to post Share on other sites
0 Ridley 295 Posted July 23, 2016 just use BaseLevel in an itemscript. like raise level by one { Id: 12345 AegisName: "Level1" Name: "+1 Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+1; "> }, Or by 5 (or anything) { Id: 12345 AegisName: "Level5" Name: "+5 Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+5; "> }, or random { Id: 12345 AegisName: "Levelrandom" Name: "Random Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+rand(1,10); "> // 1-10 levels }, 1 RagnarokOnline2015 reacted to this Quote Share this post Link to post Share on other sites
0 RagnarokOnline2015 4 Posted July 23, 2016 I am very grateful to you! Thank you so much! Quote Share this post Link to post Share on other sites
0 rizkiolivia 0 Posted July 31, 2016 if job level? Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted July 31, 2016 if job level? Change BaseLevel to JobLevel Quote Share this post Link to post Share on other sites
0 rizkiolivia 0 Posted July 31, 2016 @patskie TQ.. Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites