Ronald Posted July 27, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 Share Posted July 27, 2014 http://pastebin.com/raw.php?i=rj0pX26x I've tried this one. I am wondering how come some can still get freebies with just reconnecting? >.< Please help me. What can I do to prevent freebies from being spam besides from giving freebies manually. Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 27, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted July 27, 2014 map,101,79,2 script Freebies 123,{ mes "[Hello]"; mes "[I can give you a free gift based on your future job.]"; mes "[Please choose the correct item for the future job]"; if(!#Freebie) { mes "Select one:"; next; switch(select("Swordsman:Magician - Ninja:Archer - Gunslinger:Acolyte:Merchant - Taekwon :Thief")) { case 1: rentitem 30172,86400; rentitem 30173,86400; rentitem 30174,86400; rentitem 30175,86400; rentitem 30176,86400; rentitem 2394,86400; getitem 12075,8; getitem 12085,5; //Item for Swordsman break; case 2: rentitem 30172,86400; rentitem 30173,86400; rentitem 30174,86400; rentitem 30175,86400; rentitem 30176,86400; rentitem 2394,86400; getitem 12080,8; getitem 12095,5; //Item for Magician - Ninja break; case 3: rentitem 30172,86400; rentitem 30173,86400; rentitem 30174,86400; rentitem 30175,86400; rentitem 30176,86400; rentitem 2394,86400; getitem 12095,8; getitem 12090,5; ; //Item for Archer - Gunslinger break; case 4: rentitem 30172,86400; rentitem 30173,86400; rentitem 30174,86400; rentitem 30175,86400; rentitem 30176,86400; rentitem 2394,86400; getitem 12080,8; getitem 12090,5; //Item for Acolyte break; case 5: rentitem 30172,86400; rentitem 30173,86400; rentitem 30174,86400; rentitem 30175,86400; rentitem 30176,86400; rentitem 2394,86400; getitem 12075,8; getitem 12085,5; //Item for Merchant - Taekwon break; case 6: rentitem 30172,86400; rentitem 30173,86400; rentitem 30174,86400; rentitem 30175,86400; rentitem 30176,86400; rentitem 2394,86400; getitem 12075,8; getitem 12090,5; //Item for Thief break; } set #Freebie, 1; close; } OnInit: delwaitingroom; waitingroom "Get your freebies here ! ",0; end; } Quote Link to comment Share on other sites More sharing options...
Ronald Posted July 27, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 Author Share Posted July 27, 2014 So what I need to do is make it rental? But I am giving freebies like misc items. >.< Which they can use to buy in NPC. Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 27, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted July 27, 2014 change rentitem to item ... Quote Link to comment Share on other sites More sharing options...
Eros Posted July 28, 2014 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Share Posted July 28, 2014 What if i want this kind of freebies can anyone help me?12537 - Freebies Box7726 - Freebies orb7256 - Freebies token@item2 30023 1 1 0 0 4767 4763 0 0 - A costume with 2 orbs in it.Ip based also Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 28, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted July 28, 2014 getitem 12537,1; //Freebies Box getitem 7726 ,1; // Freebies orb getitem 7256 ,1; // Freebies token getitem2 30023 1 1 0 0 4767 4763 0 0; //A costume with 2 orbs in it. Quote Link to comment Share on other sites More sharing options...
Eros Posted July 31, 2014 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Share Posted July 31, 2014 I can't click the npc sir Quote Link to comment Share on other sites More sharing options...
Question
Ronald
http://pastebin.com/raw.php?i=rj0pX26x
I've tried this one. I am wondering how come some can still get freebies with just reconnecting? >.<
Please help me.
What can I do to prevent freebies from being spam besides from giving freebies manually.
Link to comment
Share on other sites
6 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.