syrus34 Posted October 14, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 10/11/13 Last Seen: November 2, 2013 Share Posted October 14, 2013 Need script of freebies Items to be given 10 buble gum, 10 Manual Box, Valkyrie Set and 5m zenny Really need it Thanks in advance Quote Link to comment Share on other sites More sharing options...
Capuche Posted October 14, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted October 14, 2013 There are a lot of topic about freebie npc please search in script area, thanks. Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 16, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 19 hours ago Share Posted October 16, 2013 http://rathena.org/board/topic/84890-universal-script-freebies-1-per-ip/ Quote Link to comment Share on other sites More sharing options...
n0stalgia Posted October 17, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 47 Reputation: 0 Joined: 01/16/12 Last Seen: April 6 Share Posted October 17, 2013 (edited) here's one as you requested //Freebies NPC //=================================================================== prontera,157,197,5 script Freebies 811,{ if(#freebie_quest == 0){ mes "[Admin Zratinel]"; mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Zratinel"; mes "Welcome to ^E066FFRagnarok Online!^000000"; mes "I see that you're new here so to help you out I'd like to give you these"; mes "items as a gift to show how much we appreciate you here!"; next; mes "[Paulinds]"; mes "Have fun!"; getitem2 12902,1,1,0,0,0,0,0,0; getitem2 13599,1,1,0,0,0,0,0,0; getitem2 2357,1,1,0,0,0,0,0,0; getitem2 2524,1,1,0,0,0,0,0,0; getitem2 2421,1,1,0,0,0,0,0,0; getitem2 2115,1,1,0,0,0,0,0,0; set Zeny,Zeny+5000000; set #freebie_quest,1; savepoint "prontera",155,181; next; announce "Let's welcome " + strcharinfo(0) + " for joining our server ! ",0; warp "prontera",155,181; close; } if(#freebie_quest == 1) { mes "[Zratinel]"; mes "Have fun in ^E066FFRagnarok!^000000"; next; warp "prontera",155,181; close; } } Edited October 17, 2013 by Patskie Change to code Quote Link to comment Share on other sites More sharing options...
Question
syrus34
Need script of freebies
Items to be given
10 buble gum, 10 Manual Box, Valkyrie Set and 5m zenny
Really need it Thanks in advance
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.