From e3afdc2af4c5e50c79237ee092e25f39b7428e47 Mon Sep 17 00:00:00 2001 From: Michieru Date: Thu, 24 Oct 2013 12:10:43 +0200 Subject: Update to last rAthena npc. Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt --- npc/cities/comodo.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/cities/comodo.txt') 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 -- cgit v1.2.3-70-g09d2