diff options
Diffstat (limited to 'npc/003-2-1')
-rw-r--r-- | npc/003-2-1/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/003-2-1/demure.txt | 4 |
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); |