Jump to content
  • 0

confuse on this thing


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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??

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   52
  • Joined:  11/15/11
  • Last Seen:  

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 by Nameless2you
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

where to change if this script?

new_1-1,89,111 warp pronter 1,1,prontera,156,183[/code]

Edited by donkeyg
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

here

if(BaseLevel==1 && BaseClass == Job_Novice){

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...