03-26-2023, 09:11 AM
Hello.
Is it possible to exclude a certain zone or even certain monsters from event items, i.e. if you start an event at t_Event that e.g. B. Juno will not drop these items.
I use EP4 NOV. Files.
Best regards.
|
Exclude specific monsters or zones from Event Items
|
|
03-26-2023, 09:11 AM
Hello. Is it possible to exclude a certain zone or even certain monsters from event items, i.e. if you start an event at t_Event that e.g. B. Juno will not drop these items. I use EP4 NOV. Files. Best regards.
03-26-2023, 06:48 PM
Hello, what exactly do u want?
03-30-2023, 04:27 PM
for example no Easter eggs in Juno or from foxes
03-30-2023, 10:11 PM
While it's possible to make event items drop only from selected monsters that are set in t_drop_item_head.a_npc, I believe it's not possible to exclude only specific mobs without changes to the code. You could hardcode a check for specific npcs for your specific _pDrop (for example) in CDropManager::checkCondition(CPC* _pPC, CNPC* _pNPC, CDropInfo* _pDrop) (i think drop index 1 is used for easter event) |
|
« Next Oldest | Next Newest »
|