Jump to content
  • 0
Sign in to follow this  
RagnarokOnline2015

Level Scroll

Question

5 answers to this question

Recommended Posts

  • 0

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
},
 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.