summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-21 21:09:34 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-21 21:09:34 -0300
commit1c5d78eba41cbc9e61a451a413907181488aa582 (patch)
tree236ce85d18eb25b4b8e3b8d3408a5868a6612a78
parentcfebc4301c2a7b6b9af3564c5b8c9ad6cd307bce (diff)
downloadserverdata-1c5d78eba41cbc9e61a451a413907181488aa582.tar.gz
serverdata-1c5d78eba41cbc9e61a451a413907181488aa582.tar.bz2
serverdata-1c5d78eba41cbc9e61a451a413907181488aa582.tar.xz
serverdata-1c5d78eba41cbc9e61a451a413907181488aa582.zip
When completing a dungeon, loot everything in a 5x5 radius (MvP only)
-rw-r--r--npc/018-2-2/main.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt
index cfa69dc8b..d8c6c5461 100644
--- a/npc/018-2-2/main.txt
+++ b/npc/018-2-2/main.txt
@@ -12,6 +12,7 @@
function DungeonClear {
getmapxy(.@m$, .@x, .@y, 0);
areatimer(.@m$, .@x-15, .@y-15, .@x+15, .@y+15, 100, "#HH_CONTROLLER01::OnFinish");
+ unitskilluseid(getcharid(3), BS_GREED, 1, getcharid(3));
return;
}