Jump to content

Frost Diver

Members
  • Posts

    156
  • Joined

  • Last visited

Community Answers

  1. Frost Diver's post in Latest version of rAthena was marked as the answer   
    Edit and change your npc script that using UNITTYPE to BL.
    Example 1: 
    getmapxy([email protected]$,[email protected],[email protected],UNITTYPE_NPC,strnpcinfo(0)); to getmapxy([email protected]$,[email protected],[email protected],BL_NPC,strnpcinfo(0));
    Example 2:
    getmapxy([email protected]$,[email protected],[email protected],UNITTYPE_PC,strnpcinfo(0)); to getmapxy([email protected]$,[email protected],[email protected],BL_PC,strnpcinfo(0));
     
    BL_PC - Character object (default)
    BL_NPC - NPC object
    BL_PET - Pet object
    BL_HOM - Homunculus object
    BL_MER - Mercenary object
    BL_ELEM - Elemental object
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.