davidBm Posted November 9, 2013 Posted November 9, 2013 hi all. sory for my english. if you want to do an Custom item to be worn only by a class. How do I do this? <and> <using kind="Tank"/> </and> </mul> </for> Some help plz. thx
0 freedy Posted November 9, 2013 Posted November 9, 2013 Some explanation and code you need to add there <set name="item_skill" val="3552-3;3651-1;3652-1" /> <cond msgId="1518"> <!-- mdgId is showing in client to player why he cant use this item--> <and> <player level="81" /> <!-- here you put from what lvl you can use this item--> <player class_id_restriction="93, 101, 108, 117" /> <!-- Here you put all classes you want to use that item --> </and> </cond> <for>
0 davidBm Posted November 9, 2013 Author Posted November 9, 2013 (edited) Thx.. Close topic plz. Edited November 9, 2013 by davidBm
Question
davidBm
hi all. sory for my english.
3 answers to this question
Recommended Posts