Re: Droping Gold(AOE Gold)
look in propdropevent.inc
Re: Droping Gold(AOE Gold)
Quote:
Originally Posted by
raventh1984
look in propdropevent.inc
ok i will check it thanks..
add:
btw what should i change there to not drop the AOE Gold?
Code:
DropItem(II_SYS_SYS_GM_DIS_YOUNGAIBATT, 30000, 0, -1, 1, 100); // "»õ³¢ ¾ÆÀÌ¹ÙÆ® º¯½Å±¸"
DropItem(II_SYS_SYS_GM_DIS_AIBATT1, 30000, 0, -1, 1, 100); // "¾ÆÀÌ¹ÙÆ® º¯½Å±¸"
DropItem(II_SYS_SYS_GM_DIS_AIBATT4, 30000, 0, -1, 1, 100); // "°Å´ë ¾ÆÀÌ¹ÙÆ® º¯½Å±¸"
DropItem(II_SYS_SYS_GM_DIS_CUTELAWOLF, 30000, 0, -1, 1, 100); // "±Í¿©¿î ¶ó¿ïÇÁ º¯½Å±¸"
DropItem(II_SYS_SYS_GM_DIS_LAWOLF, 30000, 0, -1, 1, 100); // "¶ó¿ïÇÁ º¯½Å±¸"
DropItem(II_SYS_SYS_GM_DIS_LAWOLF4, 30000, 0, -1, 1, 100); // "°Å´ë ¶ó¿ïÇÁ º¯½Å±¸"
DropItem(II_SYS_SYS_GM_DIS_MUSHPANG1, 30000, 0, -1, 1, 100); // "¸Ó½´ÆÎ º¯½Å±¸
Re: Droping Gold(AOE Gold)
Re: Droping Gold(AOE Gold)
check inside your spec_item what the ID is of the AOE gold then copy it and search for it in PropDropEvent.inc
Cause the above looks like transformation and not like AOE gold.
Its not that difficult to check it for yourself.