kaixler44 Posted November 4, 2014 Posted November 4, 2014 Item Restriction Level. example main gauche limit level 50 after you reach lvl 51 you will not able to equip it again. how to do it? it's really good for freebies npc thanks! Quote
1 Kichi Posted November 4, 2014 Posted November 4, 2014 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>)); 1 Quote
kaixler44 Posted November 4, 2014 Author Posted November 4, 2014 (edited) 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 Edited November 4, 2014 by kaixler44 Quote
Kichi Posted November 4, 2014 Posted November 4, 2014 you have to learn thing fromdoc/script_command.txt Quote
kaixler44 Posted November 4, 2014 Author Posted November 4, 2014 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 Quote
kaixler44 Posted November 4, 2014 Author Posted November 4, 2014 Problem solve script need some editing! thank you guys! Quote
Question
kaixler44
Item Restriction Level.
example main gauche limit level 50 after you reach lvl 51 you will not able to equip it again. how to do it? it's really good for freebies npc
thanks!
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.