dize11 Posted July 13, 2013 Share Posted July 13, 2013 I was searching npc freebies but non works on my server i need to know if some one have Quote Link to comment Share on other sites More sharing options...
-1 Anakid Posted July 13, 2013 Share Posted July 13, 2013 amatsu,116,146,3 script Seyra 90,{ 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; } mes [email protected]$; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) mes [email protected][[email protected]+1] + " x " + getitemname([email protected][[email protected]]); close2; set #NewbieGift, 1; setd "$" + [email protected]$ + "_NG", getd("$" + [email protected]$ + "_NG") + 1; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) getitem [email protected][[email protected]], [email protected][[email protected]+1]; end; OnInit: waitingroom "Newbie Gift!",0; end; } 2 Quote Link to comment Share on other sites More sharing options...
0 ProjectFaust Posted May 3, 2017 Share Posted May 3, 2017 On 1/29/2017 at 5:22 PM, Melancholy said: Is there support on the built-in achievement system i see on my client? like the ones that require me to get lvl 99 etc, mine deosnt seem to work. On 7/14/2013 at 5:26 AM, Anakid said: amatsu,116,146,3 script Seyra 90,{ 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; } mes [email protected]$; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) mes [email protected][[email protected]+1] + " x " + getitemname([email protected][[email protected]]); close2; set #NewbieGift, 1; setd "$" + [email protected]$ + "_NG", getd("$" + [email protected]$ + "_NG") + 1; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) getitem [email protected][[email protected]], [email protected][[email protected]+1]; end; OnInit: waitingroom "Newbie Gift!",0; end; } Sorry bro can you help me i dont know why my npc didnt come out hope you can help me thanks bro prontera,143,171,4 script Seyra 90,{ set [email protected]$, "[Seyra]"; setarray [email protected][0],12210,2,14156,1,7229,2,14592,2; // 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; } mes [email protected]$; mes "Welcome to ^E066FFSin-RO World!^000000, "+ strcharinfo ( 0 ) +".I Am Seyra"; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) mes [email protected][[email protected]+1] + " x " + getitemname([email protected][[email protected]]); close2; set #NewbieGift, 1; setd "$" + [email protected]$ + "_NG", getd("$" + [email protected]$ + "_NG") + 1; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) getitem [email protected][[email protected]], [email protected][[email protected]+1]; end; OnInit: waitingroom "Newbie Gift!",0; end; } Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted May 3, 2017 Share Posted May 3, 2017 1 hour ago, ProjectFaust said: sorry bro i dont know why my npc didnt come out hope you can help me bro thanks btw prontera,143,171,4 script Seyra 90,{ set [email protected]$, "[Seyra]"; setarray [email protected][0],12210,2,14156,1,7229,2,14592,2; // 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; } mes [email protected]$; mes "Welcome to ^E066FFSin-RO World!^000000, "+ strcharinfo ( 0 ) +".I Am Seyra"; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) mes [email protected][[email protected]+1] + " x " + getitemname([email protected][[email protected]]); close2; set #NewbieGift, 1; setd "$" + [email protected]$ + "_NG", getd("$" + [email protected]$ + "_NG") + 1; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) getitem [email protected][[email protected]], [email protected][[email protected]+1]; end; OnInit: waitingroom "Newbie Gift!",0; end; } prontera,143,171,4<tab>script<tab>Seyra<tab>90,{ Fix the syntax of the npc add tabs :)) Quote Link to comment Share on other sites More sharing options...
Yoona Posted July 13, 2013 Share Posted July 13, 2013 amatsu,116,146,3 script Seyra 90,{ 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; } mes [email protected]$; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) mes [email protected][[email protected]+1] + " x " + getitemname([email protected][[email protected]]); close2; set #NewbieGift, 1; setd "$" + [email protected]$ + "_NG", getd("$" + [email protected]$ + "_NG") + 1; for ( set [email protected], 0; [email protected] < getarraysize([email protected]); set [email protected], [email protected] + 2 ) getitem [email protected][[email protected]], [email protected][[email protected]+1]; end; OnInit: waitingroom "Newbie Gift!",0; end; } Let me try this =) Quote Link to comment Share on other sites More sharing options...
dize11 Posted July 15, 2013 Author Share Posted July 15, 2013 (edited) Thanks Anakid Edited July 15, 2013 by dize11 Quote Link to comment Share on other sites More sharing options...
I was searching npc freebies but non works on my server i need to know if some one have
Link to comment
Share on other sites