Jump to content
  • 0

Question

Posted

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

Posted

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;

}

}

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...