Supported plugin - EliteMobs

CONDITIONS

Check if entity is from EliteMobs

// the rest of the quest ..
conditions:
    is_entity_from_elitemob: true/false  

Check if npc is from EliteMobs

// the rest of the quest ..
conditions:
    is_npc_from_elitemob: true/false

Last updated