diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
commit | 288490094a7fe9167747dc78d416940759a31197 (patch) | |
tree | 53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /npc/merchants/icecream.txt | |
parent | 8ec1c47aed09c90343949d57c92760ba84738a46 (diff) | |
download | hercules-288490094a7fe9167747dc78d416940759a31197.tar.gz hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2 hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz hercules-288490094a7fe9167747dc78d416940759a31197.zip |
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/icecream.txt')
-rw-r--r-- | npc/merchants/icecream.txt | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/npc/merchants/icecream.txt b/npc/merchants/icecream.txt index 9dcaa6425..ca5f72011 100644 --- a/npc/merchants/icecream.txt +++ b/npc/merchants/icecream.txt @@ -1,61 +1,61 @@ -//===== eAthena Script =======================================
-//= Ice Cream Maker
-//===== By: ==================================================
-//= KOOK SWU
-//===== Current Version: =====================================
-//= 1.2
-//===== Compatible With: =====================================
-//= eAthena 1.0
-//===== Description: =========================================
-//= A man makes you ice-cream
-//===== Additional Comments: =================================
-//= 1.1 Optimized, changed overlapping coords in Alberta [Lupus]
-//= 1.2 According to the patch, IceCream seller has been removed from Morocc [Lupus]
-//============================================================
-
-//ALBERTA
-alberta.gat,120,45,2 script Ice Cream Maker::IceCreamer 85,{
- mes "[Ice Cream Maker]";
- mes "Fresh Ice Cream made with snow from Lutie!";
- mes "Enjoy it now, it won't be on sale for long!";
- mes "^0000FF100 Zeny^000000 Ice Cream,";
- mes "Ice Cream!";
- next;
- menu "Gimme Ice Cream!",-,"Cancel Trade",L_End;
-
- mes "[Ice Cream Maker]";
- mes "Fresh Ice Cream made with snow from Lutie!";
- mes "Everyone wants our delicious ice cream, but we have limited amount,";
- mes "so you can only purchase 5 at a time!!";
- next;
- input @input;
- mes "[Ice Cream Maker]";
- if(@input<1) goto L_inpC;
- if(@input>5) goto L_inpM;
- if(Zeny< @input*100) goto L_NoZ;
- set Zeny,Zeny-100*@input;
- getitem 536,@input;
- mes "Here you go " +@input+ " Ice Cream for you.";
- close;
-
- L_inpC:
- mes "Deal is canceled.";
- close;
- L_inpM:
- mes "Sorry, but you can only buy 5 at a time.";
- close;
- L_NoZ:
- mes "Sorry, but you need more money.";
- close;
- L_End:
- mes "[Ice Cream Maker]";
- mes "Are you sure you don't want any?";
- mes "I won't be selling it for long, and once I run out, there won't be anymore!!!";
- close;
-}
-
-//MORROC FIELD
-moc_fild16.gat,88,304,4 duplicate(IceCreamer) Ice Cream Maker#2 85
-
-//MORROC
-//morocc.gat,160,144,4 duplicate(IceCreamer) Ice Cream Maker#3 85
+//===== eAthena Script ======================================= +//= Ice Cream Maker +//===== By: ================================================== +//= KOOK SWU +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= eAthena 1.0 +//===== Description: ========================================= +//= A man makes you ice-cream +//===== Additional Comments: ================================= +//= 1.1 Optimized, changed overlapping coords in Alberta [Lupus] +//= 1.2 According to the patch, IceCream seller has been removed from Morocc [Lupus] +//============================================================ + +//ALBERTA +alberta.gat,120,45,2 script Ice Cream Maker::IceCreamer 85,{ + mes "[Ice Cream Maker]"; + mes "Fresh Ice Cream made with snow from Lutie!"; + mes "Enjoy it now, it won't be on sale for long!"; + mes "^0000FF100 Zeny^000000 Ice Cream,"; + mes "Ice Cream!"; + next; + menu "Gimme Ice Cream!",-,"Cancel Trade",L_End; + + mes "[Ice Cream Maker]"; + mes "Fresh Ice Cream made with snow from Lutie!"; + mes "Everyone wants our delicious ice cream, but we have limited amount,"; + mes "so you can only purchase 5 at a time!!"; + next; + input @input; + mes "[Ice Cream Maker]"; + if(@input<1) goto L_inpC; + if(@input>5) goto L_inpM; + if(Zeny< @input*100) goto L_NoZ; + set Zeny,Zeny-100*@input; + getitem 536,@input; + mes "Here you go " +@input+ " Ice Cream for you."; + close; + + L_inpC: + mes "Deal is canceled."; + close; + L_inpM: + mes "Sorry, but you can only buy 5 at a time."; + close; + L_NoZ: + mes "Sorry, but you need more money."; + close; + L_End: + mes "[Ice Cream Maker]"; + mes "Are you sure you don't want any?"; + mes "I won't be selling it for long, and once I run out, there won't be anymore!!!"; + close; +} + +//MORROC FIELD +moc_fild16.gat,88,304,4 duplicate(IceCreamer) Ice Cream Maker#2 85 + +//MORROC +//morocc.gat,160,144,4 duplicate(IceCreamer) Ice Cream Maker#3 85 |