Jump to content
  • 0

Request NPC REWARD For NEWBIE With Condition


President

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

Condition 1 :

Check if Login count player >= 3

 

Condition 2 :

Check if player already get "NEWBIE ITEM", she / he can't take  again (that item)

 

 

 

Optional :

If the player delete their character, they can't take again (in this case, the Login Count player <=3)

 

 

 

Please Help me sir.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  154
  • Topics Per Day:  0.03
  • Content Count:  493
  • Reputation:   46
  • Joined:  01/24/12
  • Last Seen:  

here you can use my script :>

players will get an specific item on their first login :>

 

-    script    flog    -1,{
OnPCLoginEvent:
if(#flog!=1)
{

getitem 2573,1;                        //Archangel Wing

set #flog,#flog+1;
close;
}
}

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