Jump to content

kaixler44

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by kaixler44

  1. dude I've tried the script and it works well nice job on that. i don't want to put 1 handed or 2 handed sword its because is really easy to make +10 weapon.

    thank you very much

  2. for example for my lower headgear wing: here is the full script

    20005,_bloodybutterflywings,bloodbutterfly_wings,5,20,,0,,2,,0,0xFFFFFFFF,7,2,1,,1,0,2005,{ bonus bAllstats,10; },{},{}

     

    where should i put this one >

     

    if(BaseLevel>200){ unequip EQI_COSTUME_HEAD_LOW; dispbottom "Unable to equip."; }

     

    thanks

  3.  

    place this code to your item script, change the item id with the item id where this script belong to

    if (BaseLevel >50) unequip (getitemslots(<item ID>));

    its working on main gauche

    1208,Main_Gauche_,Main Gauche,5,2400,,600,43,,1,4,0xFE9F7EEF,7,2,2,1,1,1,1,{if (BaseLevel >50) unequip (getitemslots(1208));},{},{}

     

    but the code is not working on my costume item idunno why

×
×
  • Create New...