Jump to content
  • 0

Request NPC REWARD For NEWBIE With Condition


Question

Posted

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.

1 answer to this question

Recommended Posts

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...