medo Posted July 28, 2012 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
Wafflebutt Posted July 28, 2012 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
medo Posted July 28, 2012 Author Posted July 28, 2012 thanx man , how i can send rewards to all players?? Quote
hendra814 Posted July 28, 2012 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
medo Posted July 28, 2012 Author 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
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..
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.