reds09 1 Posted June 9, 2015 (edited) 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 Edited June 9, 2015 by reds09 Quote Share this post Link to post Share on other sites
0 TecnoCronus 8 Posted June 10, 2015 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. Quote Share this post Link to post Share on other sites
0 reds09 1 Posted June 10, 2015 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. Quote Share this post Link to post Share on other sites
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
Share this post
Link to post
Share on other sites