donkeyg Posted April 27, 2012 Posted April 27, 2012 if( #newbie > 0 || BaseLevel > 1) { im making a script that gives newbie item... how to make it like more than 20 level just can get the newbie starter kit?? Quote
Nameless2you Posted April 27, 2012 Posted April 27, 2012 (edited) There is no #newbie unless you set it. example script: prontera,150,150,5<tab>script<tab>name<tab>99,{ if(#newbie != 1 && BaseLevel < 21) { getitem 512,1; set #newbie,1; } end; } the script demonstrates how a person below the level of 20 will receive item 512 (apple I think) if they haven't already talked to the npc, if they attempt to click it a second time nothing will happen Edited April 27, 2012 by Nameless2you Quote
donkeyg Posted April 28, 2012 Author Posted April 28, 2012 (edited) where to change if this script? new_1-1,89,111 warp pronter 1,1,prontera,156,183[/code] Edited April 29, 2012 by donkeyg Quote
Emistry Posted April 29, 2012 Posted April 29, 2012 here if(BaseLevel==1 && BaseClass == Job_Novice){ Quote
Question
donkeyg
im making a script that gives newbie item... how to make it like more than 20 level just can get the newbie starter kit??
3 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.