From 1c5d78eba41cbc9e61a451a413907181488aa582 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 21 Sep 2019 21:09:34 -0300 Subject: When completing a dungeon, loot everything in a 5x5 radius (MvP only) --- npc/018-2-2/main.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc') 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; } -- cgit v1.2.3-60-g2f50