diff options
author | tux9th <mr.x@aon.at> | 2013-06-05 10:11:52 +0200 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-06-05 20:56:24 +0200 |
commit | 6e3f4486ee4696147244eb71bc6c3e9de8cf3273 (patch) | |
tree | 9080ddab1deed7874ad8e840d10b5dbb1112d93a /world/map/npc/018-3 | |
parent | e13853aa7bc7ae60ab11794a263d8d98f2f4c56e (diff) | |
download | serverdata-6e3f4486ee4696147244eb71bc6c3e9de8cf3273.tar.gz serverdata-6e3f4486ee4696147244eb71bc6c3e9de8cf3273.tar.bz2 serverdata-6e3f4486ee4696147244eb71bc6c3e9de8cf3273.tar.xz serverdata-6e3f4486ee4696147244eb71bc6c3e9de8cf3273.zip |
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
Diffstat (limited to 'world/map/npc/018-3')
-rw-r--r-- | world/map/npc/018-3/evil-obelisk.txt | 12 |
1 files changed, 10 insertions, 2 deletions
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; } |