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/einbroch.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'npc/cities/einbroch.txt') diff --git a/npc/cities/einbroch.txt b/npc/cities/einbroch.txt index 27f561007..fa6698b73 100644 --- a/npc/cities/einbroch.txt +++ b/npc/cities/einbroch.txt @@ -1,26 +1,26 @@ //===== Hercules Script ====================================== //= Einbroch Town -//===== By: ================================================== +//===== By: ================================================== //= Everybody mentioned in the comments -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.7 -//===== Description: ========================================= +//===== Description: ========================================= //= -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 0.2 Added some NPCs [MasterOfMuppets] //= 0.3 Added a few npcs by reddozen [MasterOfMuppets] //= 0.4 Added a crappy quest, have fun guys... [MasterOfMuppets] //= 0.4a Added exp bonus for the factory quest, borrowed from a Korean fansite. //= 0.4b Added missing close [Komurka] //= 0.5 Added Temporal Locations of Gunslinger Job Change map. -//= Info provided by RockmanEXE [erKURITA] +//= Info provided by RockmanEXE [erKURITA] //= 0.6 Implemented a crap quest [MasterOfMuppets] //= 0.7 Implemented an inn NPC [MasterOfMuppets] //= 0.8 Implemented the Shinokas quest, thanks to [MasterOfMuppets] -//= Dj-Yhn for scripting it. +//= Dj-Yhn for scripting it. //= 0.9 Removed Duplicates [Silent] //= 1.0 Implemented the Lover's quest. [MasterOfMuppets] -//= 1.1 Split quests into quests/cities_einbroch.txt [Evera] +//= 1.1 Split quests into quests/cities_einbroch.txt [Evera] //= 1.2 Split more quests into above file [Evera] //= 1.3 Added (finally) the Garrison quest npc [erKURITA] //= 1.4 Implemented the polution script. [MasterOfMuppets] @@ -128,7 +128,7 @@ function script EinTower { mes "using our services."; mes "Let me guide you to"; mes "the tower right away."; - set zeny,zeny-10; + set Zeny, Zeny-10; close2; warp "einbroch",181,196; end; @@ -155,7 +155,7 @@ function script EinTower { mes "using our services."; mes "Let me guide you to"; mes "the tower right away."; - set zeny,zeny-20; + set Zeny, Zeny-20; getitem 512,1; //Apple close2; warp "einbroch",174,204; @@ -203,7 +203,7 @@ einbroch,232,272,3 script Train Station Staff#ein1::EinbrochTrain 852,{ mes "Have a safe trip."; mes "^333333*Ahem*^000000 All aboard!"; close2; - set zeny,zeny-200; + set Zeny, Zeny-200; warp "einbech",43,215; end; } @@ -834,7 +834,7 @@ ein_in01,206,224,3 script Hotel Employee#ein 855,{ mes "Please enjoy"; mes "your rest~"; close2; - set zeny,zeny-5000; + set Zeny, Zeny-5000; percentheal 100,100; warp "ein_in01",272,167; end; -- cgit v1.2.3-70-g09d2