One block to equip not be unequipped "manually".

reds09

New member
Messages
34
Points
0
Github
reds09
How could I do to when a specific equip equipped when it can not be unequipped "manually".

Ex: By equipping it would be "stuck" to the player, even running a "tool" that unequip.

If someone could teach me at least where to start.

Like I desativasse the "unequip" (following how it works Ex: can not trade the item or the item drop) of a specific equip, but I know how to get ...

Someone would indicate the way?

Em portugues:

Como eu poderia fazer para quando um equip especifico quando for equipado ele não poder ser desequipado "manualmente".

Ex: Ao equipar ele ficaria "preso" ao player, ate executar a "função" que o desequipa.

Se alguem poder me ensinar pelo menos por onde começar.

Great
 
Last edited by a moderator:
well you can do it by forcing to equip again when the player unequips the item, use the script command 'equip', example:

(5347, 'Ph.D_Hat_', 'Ph.D Hat', 5, 20, 10, 200, 0, 3, 0, 1, 4294967294, 7, 2, 256, 0, 0, 1, 98, '', '', 'equip 5347'),

in the example above when the player unequip Ph.D Hat it will equip this hat again, the last quotes are the unequip script, just do it for your item.

 
well you can do it by forcing to equip again when the player unequips the item, use the script command 'equip', example:

(5347, 'Ph.D_Hat_', 'Ph.D Hat', 5, 20, 10, 200, 0, 3, 0, 1, 4294967294, 7, 2, 256, 0, 0, 1, 98, '', '', 'equip 5347'),

in the example above when the player unequip Ph.D Hat it will equip this hat again, the last quotes are the unequip script, just do it for your item.
thank you, really worked.
 
Resolved.
 
Back
Top