HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Removing Item Abilities

01-14-2004, 01:55 AM#1
Eriond
Short of creating dummy items, is there anyway to remove the abilities from an item?
01-14-2004, 02:44 AM#2
weaaddar
nope
01-14-2004, 02:48 AM#3
Eriond
Damn.... That's just not fair!
01-14-2004, 03:03 AM#4
weaaddar
Well alternatively you can use DT4:A to handle your items..then you can dynamically edit the list of abilites...
01-14-2004, 02:48 PM#5
Vexorian
Well weeaddar's system may help you, but you will need to change every item from your map, if you want to do that for a very specific item there are a few dummy solutions.

The first one would be to make a dummy version of the item that doesn't have all those abilities and replace the real item with it, too bad there are no editor suffixes for items

If you want to remove an active ability you can also block the order to use the item with triggers, but that will kinda need JASS and a function of mine GetIssuedOrderItem
01-14-2004, 03:56 PM#6
Eriond
What's DT4:A?
01-14-2004, 07:06 PM#7
weaaddar
my item engine found in the repository its stickied.
01-14-2004, 07:37 PM#8
Eriond
Cool, I'll try it out now, thanks alot weeader. Though I still might want to create my own system :D