R> Equip Item

bnymark

New member
Messages
12
Points
0
Hi,

I just want a script that will check the inventory if you got a certain item you can equip restricted weapon for your class.

cant find what variables to use, I only come up with this.

Code:
script {OnPCLoginEvent: if (countitem(itemid)) {			// can equip weapon ( knight equip a bow )
 
let me rephrase your question, you want an item to bypass the class restriction using npc scripts ?

 
let me rephrase your question, you want an item to bypass the class restriction using npc scripts ?
He wants to make a item equipable for a class that normally couldn't equip it as long as you have a certain item in the inventory.

 
Winterfox is right, can you guys assist me 
default_smile.png


i don't want to use all_equip on group id permission

 
Last edited by a moderator:
no such thing though

there is no script command can bypass item_db's class restriction

unless you know how to patch, write your own source code ...

how about give some specific example ...

maybe I know a little bit ... since I wrote that noitem mapflag ...

 
Last edited by a moderator:
I'll just enable skill to be use i any weapon and set specific range, by the way thanks mate
default_tongue.png


 
Back
Top