medo Posted July 28, 2012 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 138 Reputation: 0 Joined: 07/05/12 Last Seen: March 31, 2018 Share Posted July 28, 2012 hi guys, how are doing ? do you have any script npc give rewards to all players ? i have eathena files .txt i need script for used txt files give me a link or a text document and thx.. Quote Link to comment Share on other sites More sharing options...
Wafflebutt Posted July 28, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 234 Reputation: 19 Joined: 06/15/12 Last Seen: November 28, 2023 Share Posted July 28, 2012 You can try Euphy´s Item Rewards Script: http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/ There are many of these around the forum. Just use the search button and you will find em. Quote Link to comment Share on other sites More sharing options...
medo Posted July 28, 2012 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 138 Reputation: 0 Joined: 07/05/12 Last Seen: March 31, 2018 Author Share Posted July 28, 2012 thanx man , how i can send rewards to all players?? Quote Link to comment Share on other sites More sharing options...
hendra814 Posted July 28, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 19 hours ago Share Posted July 28, 2012 try this one // created by: Akbar'e Lordaemonz//updated by: hendra814 prontera,155,183,4 script Gift for New Player 936,{ if(#redemgive1 == 0) { mes "Because you are new user at this server, so i will give you some present"; mes "to help you leveling."; getitem 12411,90; // battle manual 100% getitem 2357,1; //Valkyrian Armor getitem 2524,1; //Valkyrian Manteau getitem 2421,1; //Valkyrian Shoes getitem 5171,1; //Valkyrie Helm getitem 2115,1; //Valkyrie Helm set #redemgive1,1; next; mes "Thanks for playing at this server"; close; }else { mes "You already take the present from me.^^"; close2; } } Quote Link to comment Share on other sites More sharing options...
medo Posted July 28, 2012 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 138 Reputation: 0 Joined: 07/05/12 Last Seen: March 31, 2018 Author Share Posted July 28, 2012 try this one // created by: Akbar'e Lordaemonz//updated by: hendra814 prontera,155,183,4 script Gift for New Player 936,{ if(#redemgive1 == 0) { mes "Because you are new user at this server, so i will give you some present"; mes "to help you leveling."; getitem 12411,90; // battle manual 100% getitem 2357,1; //Valkyrian Armor getitem 2524,1; //Valkyrian Manteau getitem 2421,1; //Valkyrian Shoes getitem 5171,1; //Valkyrie Helm getitem 2115,1; //Valkyrie Helm set #redemgive1,1; next; mes "Thanks for playing at this server"; close; }else { mes "You already take the present from me.^^"; close2; } } thxxx , but can you Placed in text document ,I do not know really try this one // created by: Akbar'e Lordaemonz//updated by: hendra814 prontera,155,183,4 script Gift for New Player 936,{ if(#redemgive1 == 0) { mes "Because you are new user at this server, so i will give you some present"; mes "to help you leveling."; getitem 12411,90; // battle manual 100% getitem 2357,1; //Valkyrian Armor getitem 2524,1; //Valkyrian Manteau getitem 2421,1; //Valkyrian Shoes getitem 5171,1; //Valkyrie Helm getitem 2115,1; //Valkyrie Helm set #redemgive1,1; next; mes "Thanks for playing at this server"; close; }else { mes "You already take the present from me.^^"; close2; } } nice nice hmmm Can you make it add rewards and within the game by used gm.?? As if I sent Awards? and thx Quote Link to comment Share on other sites More sharing options...
Question
medo
hi guys,
how are doing ?
do you have any script npc give rewards to all players ?
i have eathena files .txt
i need script for used txt files
give me a link or a text document
and thx..
Link to comment
Share on other sites
4 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.