From 87f06c10487c295ab9e593eae0d0b245b04b6a96 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Jun 2018 11:47:19 -0300 Subject: Fix 001-1 too --- npc/001-1/eventmaster.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-1/eventmaster.txt') diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 14c2d0891..3e2064914 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -260,8 +260,8 @@ OnAerosMobDeath: // A level 100 monster can have a 4% drop bonus against a level 0 monster. // .coins_rate acts stablishing a basic drop value. Advised value: 600 (up to 10% for normal mobs) if (rand(10000) <= .coins_rate + (atoi(strmobinfo(3,killedrid))*4)) - getmapxy(.@m, .@x, .@y, 0); - makeitem(StrangeCoin, 1, .@m, .@x, .@y); + getmapxy(.@m$, .@x, .@y, 0); + makeitem(StrangeCoin, 1, .@m$, .@x, .@y); end; OnInit: -- cgit v1.2.3-60-g2f50