From 581475bc6416790765c498aa3d611f6868ffb64a Mon Sep 17 00:00:00 2001 From: amber Date: Sun, 14 Nov 2004 16:18:26 +0000 Subject: Fixed some file types git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/custom/reset.txt | 78 +++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'npc/jobs/custom/reset.txt') diff --git a/npc/jobs/custom/reset.txt b/npc/jobs/custom/reset.txt index 5caaf6ad2..2a00d686a 100644 --- a/npc/jobs/custom/reset.txt +++ b/npc/jobs/custom/reset.txt @@ -1,40 +1,40 @@ -//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; +//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; } \ No newline at end of file -- cgit v1.2.3-70-g09d2