Jump to content

Frost Diver

Members
  • Posts

    180
  • Joined

  • Last visited

Community Answers

  1. Frost Diver's post in RecommendedQuestInfoLoad error was marked as the answer   
    Nvm, i fixed it. For those who wants to change path of the lub files while diffing the client, make sure dont include .lub extensions on these 2 files 
    ( OngoingQuestInfoList and RecommendedQuestInfoList ) as the default path also has no extensions in it.
  2. 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(.@map$,.@x,.@y,UNITTYPE_NPC,strnpcinfo(0)); to getmapxy(.@map$,.@x,.@y,BL_NPC,strnpcinfo(0));
    Example 2:
    getmapxy(.@map$,.@x,.@y,UNITTYPE_PC,strnpcinfo(0)); to getmapxy(.@map$,.@x,.@y,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...