summaryrefslogtreecommitdiff
path: root/npc/003-2-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-28 01:54:02 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-28 01:54:02 -0300
commitdd6f0b2fc4e6cbfe4d76b51f5df2b82760c7fd07 (patch)
tree6d7971d904f320304db64a0eded02c17b48907a1 /npc/003-2-1
parentf6554808d519ae3d880467c1f84d071e49758d57 (diff)
downloadserverdata-dd6f0b2fc4e6cbfe4d76b51f5df2b82760c7fd07.tar.gz
serverdata-dd6f0b2fc4e6cbfe4d76b51f5df2b82760c7fd07.tar.bz2
serverdata-dd6f0b2fc4e6cbfe4d76b51f5df2b82760c7fd07.tar.xz
serverdata-dd6f0b2fc4e6cbfe4d76b51f5df2b82760c7fd07.zip
Hydra: Dragon Room fix
Diffstat (limited to 'npc/003-2-1')
-rw-r--r--npc/003-2-1/_mobs.txt2
-rw-r--r--npc/003-2-1/demure.txt4
2 files changed, 5 insertions, 1 deletions
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);