From 6e3f4486ee4696147244eb71bc6c3e9de8cf3273 Mon Sep 17 00:00:00 2001 From: tux9th Date: Wed, 5 Jun 2013 10:11:52 +0200 Subject: Edit: Evil Obelisk 018-3 and Function Evil Obelisk * Changed monster to areamonster, monsters will now spawn in an area defined * adapted logic * decreased costs --- world/map/npc/018-3/evil-obelisk.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'world/map/npc/018-3') diff --git a/world/map/npc/018-3/evil-obelisk.txt b/world/map/npc/018-3/evil-obelisk.txt index c80e3b59..aec1345b 100644 --- a/world/map/npc/018-3/evil-obelisk.txt +++ b/world/map/npc/018-3/evil-obelisk.txt @@ -3,8 +3,16 @@ 018-3.gat,67,28,0|script|Evil Obelisk|185,{ callfunc "ClearVariables"; set @map$, "018-3.gat"; - set @x, 67; - set @y, 28; + set @x0, 56; + set @y0, 22; + set @x1, 77; + set @y1, 37; callfunc "EvilObelisk"; +//clearing vars + set @map$, ""; + set @x0, 0; + set @y0, 0; + set @x1, 0; + set @y1, 0; close; } -- cgit v1.2.3-70-g09d2