So what are you actually asking for?
ItemDef ints or some server-sided code?
|
|
Title pretty much says it all. i need the codes to make all skill capes 99 to be weildable. Thanks.
317
Project Insanity

So what are you actually asking for?
ItemDef ints or some server-sided code?

^ pretty sure he means server sided code, and considering the fact that he is most likely using pi, I think in pi it's done so you need 99 in a skill to buy the skillcape in the shop and the skillcapes are not trade-able.
However if you still want to put a requirement on it here's a example.
This belongs in ItemAssistant > wield item
Code:if (targetSlot == 1) { if (getLevelForXP(c.playerXP[0]) != 99) { c.sendMessage("You need an attack level of 99 to wield this cape."); canWearItem = false; }
| « Black dimming interface ID - 317 | Forum Manager/Rsps Coder Here » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |