• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Instance mob drops

Skilled Illusionist
Joined
Nov 8, 2019
Messages
307
Reaction score
302
This is regarding 5.8 Aion. The instance boss mobs are not dropping anything and just disappearing when killed :( Is there a way to sort this out?😟
 
Newbie Spellweaver
Joined
Sep 3, 2019
Messages
90
Reaction score
12
This is regarding 5.8 Aion. The instance boss mobs are not dropping anything and just disappearing when killed :( Is there a way to sort this out?😟


Hi
Since there is no drop in BOSS, you need to enter in static_data \ npc_drops items that fly from a given boss.

e.g:

<npc_drop npc_id="220414">
<drop_group name="ELEMENTAL_STONES">
<drop chance="7.0" item_id="152012711" max_amount="1" min_amount="1"/>
<drop chance="7.0" item_id="152012712" max_amount="1" min_amount="1"/>
<drop chance="7.0" item_id="152012713" max_amount="1" min_amount="1"/>
<drop chance="7.0" item_id="152012714" max_amount="1" min_amount="1"/>
<drop chance="7.0" item_id="152012715" max_amount="1" min_amount="1"/>
</drop_group>

This is how you add the drop to boss and npc.
 
Upvote 0
Skilled Illusionist
Joined
Nov 8, 2019
Messages
307
Reaction score
302
Hi
Since there is no drop in BOSS, you need to enter in static_data \ npc_drops items that fly from a given boss.

e.g:

<npc_drop npc_id="220414">
<drop_group name="ELEMENTAL_STONES">
<drop chance="7.0" item_id="152012711" max_amount="1" min_amount="1"/>
<drop chance="7.0" item_id="152012712" max_amount="1" min_amount="1"/>
<drop chance="7.0" item_id="152012713" max_amount="1" min_amount="1"/>
<drop chance="7.0" item_id="152012714" max_amount="1" min_amount="1"/>
<drop chance="7.0" item_id="152012715" max_amount="1" min_amount="1"/>
</drop_group>

This is how you add the drop to boss and npc.
Thank you very much :)
 
Upvote 0
Back
Top