donkeyg Posted April 27, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
Nameless2you Posted April 27, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 351 Reputation: 52 Joined: 11/15/11 Last Seen: June 15, 2015 Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted April 28, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted April 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted April 29, 2012 here if(BaseLevel==1 && BaseClass == Job_Novice){ Quote Link to comment Share on other sites More sharing options...
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??
Link to comment
Share on other sites
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.