Elemental Converters

PunkBuster

New member
Messages
216
Points
0
My elemental converters have this script:

itemskill ITEM_ENCHANTARMS,5;

I'd like to, when I use a converter, to see an icon on my right side so I can tell how long it'll last. Also, if possible, I don't want the character to have an animation or show any effect when using it.

 
What do you mean? 

is it something like for weapon:

Code:
sc_start SC_PROPERTYFIRE,240000,5; // <-- Enchant weapon with Fire property
 
Using that worked, but the item doesn't consume when used.

Okay, solved. Just tacked a delete item on it.

 
Last edited by a moderator:
Back
Top