From dd6f0b2fc4e6cbfe4d76b51f5df2b82760c7fd07 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Oct 2019 01:54:02 -0300 Subject: Hydra: Dragon Room fix --- npc/003-2-1/_mobs.txt | 2 +- npc/003-2-1/demure.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/003-2-1') diff --git a/npc/003-2-1/_mobs.txt b/npc/003-2-1/_mobs.txt index 6ea4a4961..e4ea840b6 100644 --- a/npc/003-2-1/_mobs.txt +++ b/npc/003-2-1/_mobs.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 003-2-1: #Leave-Complaints mobs -003-2-1,46,45,16,11 monster Green Dragon 1195,5,3600,36000 +003-2-1,46,45,16,11 monster Green Dragon 1195,5,3600,36000,NotSoBot::OnHydra diff --git a/npc/003-2-1/demure.txt b/npc/003-2-1/demure.txt index 362c9f28d..751335990 100644 --- a/npc/003-2-1/demure.txt +++ b/npc/003-2-1/demure.txt @@ -33,6 +33,10 @@ mes "Blame Saulc"; close; +OnHydra: + areamonster "003-2-1", 20, 20, 65, 60, strmobinfo(1, GreenDragon, GreenDragon, any(1,1,2)); + end; + OnInit: .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, Cap); -- cgit v1.2.3-70-g09d2