diff options
Diffstat (limited to 'npc/cities/comodo.txt')
-rw-r--r-- | npc/cities/comodo.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/cities/comodo.txt b/npc/cities/comodo.txt index 31d108710..6f2f2a6c8 100644 --- a/npc/cities/comodo.txt +++ b/npc/cities/comodo.txt @@ -1,13 +1,13 @@ //===== Hercules Script ====================================== //= Comodo Town -//===== By: ================================================== +//===== By: ================================================== //= rAthena Dev Team -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 2.0 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Comodo Town NPCs -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Not complete. //= 1.1 Rolled back from the wrong Kashy's fix //= Implemented the 'Cheese'/Stone of Awakening quest. Re-organized stuff. [kobra_k88] @@ -349,12 +349,12 @@ cmd_fild07,299,83,4 script Zain#cmd 100,{ switch(select("Alberta - 600 Zeny:Izlude - 800 Zeny:Cancel")) { case 1: if (Zeny < 600) break; - set zeny,zeny-600; + set Zeny, Zeny-600; warp "alberta",192,169; end; case 2: if (Zeny < 800) break; - set zeny,zeny-800; + set Zeny, Zeny-800; if(checkre(0)) warp "izlude",195,212; else |