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/morocc.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/cities/morocc.txt') diff --git a/npc/cities/morocc.txt b/npc/cities/morocc.txt index 83065d2c6..6060a2555 100644 --- a/npc/cities/morocc.txt +++ b/npc/cities/morocc.txt @@ -1,13 +1,13 @@ //===== Hercules Script ====================================== //= Morroc Town -//===== By: ================================================== +//===== By: ================================================== //= kobra_k88; L0ne_W0lf -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 2.2 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Morroc Town NPCs -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Fully working //= Fixed Lapidary sprite, Implemented ANTHELL trigger //= (in both NPC/Warps) [Lupus]. Removed it from NPC and put in Warp @@ -721,8 +721,8 @@ morocc_in,166,76,3 script Bartender#02 46,{ next; switch(select("Tropical Sograt:Vemillion the Beach:Nothing.")) { case 1: - if (zeny >= 1000 ) { - set zeny,zeny-1000; + if (Zeny >= 1000 ) { + set Zeny, Zeny-1000; getitem 12112,1; mes "[Bartender]"; mes "Here you go."; @@ -732,8 +732,8 @@ morocc_in,166,76,3 script Bartender#02 46,{ } break; case 2: - if (zeny >= 1000 ) { - set zeny,zeny-1000; + if (Zeny >= 1000 ) { + set Zeny, Zeny-1000; getitem 12113,1; mes "[Bartender]"; mes "Here you go."; -- cgit v1.2.3-60-g2f50