Jump to content
  • 0
todhiro19

Requesting freebies npc.

Question

2 answers to this question

Recommended Posts

  • 0


map,97,290,4 script Freebies 46,{

set [email protected]$, "[Seyra]";

setarray [email protected][0],2115,1,2357,1,2421,1,2524,1; // Rewards: <item id>,<item amount>

query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", [email protected]$);

if ( getd("$" + [email protected]$ + "_NG") > 0 || #NewbieGift > 0)

{

mes [email protected]$;

mes "I'm sorry, the rewards are exclusively for new players.";

close;

}

Link to comment
Share on other sites

  • 0
map,97,290,4 script Freebies 46,{

set [email protected]$, "[Seyra]";
setarray [email protected][0],2115,1,2357,1,2421,1,2524,1; // Rewards: <item id>,<item amount>

query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", [email protected]$);

if ( getd("$" + [email protected]$ + "_NG") > 0 || #NewbieGift > 0)
{
mes [email protected]$;
mes "I'm sorry, the rewards are exclusively for new players.";
close;
}

thanks to you

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.