kaixler44 Posted November 4, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 07/13/14 Last Seen: April 26, 2015 Share 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 Link to comment Share on other sites More sharing options...
1 Kichi Posted November 4, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share 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 Link to comment Share on other sites More sharing options...
kaixler44 Posted November 4, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 07/13/14 Last Seen: April 26, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Kichi Posted November 4, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted November 4, 2014 you have to learn thing fromdoc/script_command.txt Quote Link to comment Share on other sites More sharing options...
kaixler44 Posted November 4, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 07/13/14 Last Seen: April 26, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted November 4, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: March 27 Share Posted November 4, 2014 cj Quote Link to comment Share on other sites More sharing options...
kaixler44 Posted November 4, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 07/13/14 Last Seen: April 26, 2015 Author Share Posted November 4, 2014 Problem solve script need some editing! thank you guys! Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.