Jump to content

ex00089

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by ex00089

  1. ERROR..why?

    Quote

     

    
         [Error]:  Loading NPC file: npc/test/Illusion enchant.txt
    script error on npc/test/Illusion enchant.txt line 189
        parse_simpleexpr: unmatched ')'
       184 :
       185 :                        for(.@i=0;.@i<10;.@i++){
       186 :                                if (!getequipisequiped(.@i))
       187 :                                        continue;
       188 :                                .@eqId = getequipid(.@i);
    *  189 :                                if (inarray '('.MeleeWeaponIds,.@eqId) == -1 &&
       190 :                                        inarray(.RangeWeaponIds,.@eqId) == -1 &&
       191 :                                        inarray(.MagicWeaponIds,.@eqId) == -1 &&
       192 :                                        inarray(.AccessoryIds,.@eqId) == -1 &&
       193 :                                        inarray(.ArmorIds,.@eqId) == -1)
       194 :                                        continue;

     

     

×
×
  • Create New...