can anyone kindly post me a script of it? thanks a lot
Printable View
can anyone kindly post me a script of it? thanks a lot
warp Npc http://www.cleaire.net/aro/warper.txt
Hair Stylist http://nopaste.php-q.net/165144
great and big thanks to you, may god bless you, pal
these are already in the npc/custom/ dir of eAthena. You edit /npc/scripts_custom and remove the two // in from of the npc you want to use.
reset person
Code:
//Reset NPC for Athena by Script&DB Team
prontera.gat,150,193,4 script Reset Girl 124,{
mes "[Reset Girl]";
mes "I am a Reset Girl.";
mes "Reset Stats: 5,000z";
mes "Reset Skills: 5,000z";
mes "Reset Both: 9,000z";
next;
mes "Please select the service you want:";
menu "^FF3355Reset Skills",L0,"Reset Stats",L1,"Reset Both^000000",L2,"Quit",LEnd;
L0:
mes "[Reset Girl]";
if (Zeny < 5000) goto NeedZenys;
mes "Alright, here we go now.. Remember, changes won't take effect until you log back on!";
set Zeny,zeny-5000;
ResetSkill;
close;
L1:
mes "[Reset Girl]";
if (Zeny < 5000) goto NeedZenys;
mes "Alright, here we go now.. Remember, changes won't take effect until you log back on!";
set Zeny,zeny-5000;
ResetStatus;
close;
L2:
mes "[Reset Girl]";
if (Zeny < 9000) goto NeedZenys;
mes "Alright, here we go now.. Remember, changes won't take effect until you log back on!";
set Zeny,zeny-9000;
ResetSkill;
ResetStatus;
close;
NeedZenys:
mes "Sorry, you don't have enough Zeny.";
close;
LEnd:
close;
}
help plss!! i cant find the rese script for the reset girl on the eathena folder! help plss!!
how will i make this things work!! im a noob!!
my first time to put up ro server... gues i need a good helper here!! plsss
e mail me plss jammay_0821@yahoo.com
If there is no reset npc , go search for one
Quote:
Originally Posted by TakaShi^^
ok thanks for the advise!!! hope i'll find one!!...... cause all the guides you made did it good to my private server!!:crash:
Please use the search button to find whatever your needs are; this post could be counted as spam. It is clutter on the board, and it would have been more tactful of you to have maybe asked in another thread about NPC's, that is if you could not find what you were looking for. As this is a first offense, I will let this be a warning.
-locust
Just found already!!:lamo:Quote:
Originally Posted by locust
Thank you, and it is great to see compliant members!Quote:
Originally Posted by darkweis00
Der F
Here It Is....