Jump to content
  • 0

please help me


medo

Question


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

thanx man , how i can send rewards to all players??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

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;

}

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...