Special Effect Help...

W

W0g4sM

I'm currently making a map, its a hero arena with a twist, when you get a weapon, it actualy shows up, on ur char, but the problems i'm having are 1. When you drop the weapon you cant just use the destroy last created special effect...it just doesnt work with alotta people, and 2. How can i get it so the hero can only have 1 weapon at a time, but have other items too...


If you know how to fix either of these please tell me...
 

x42bn6

Retired Staff
Joined
Nov 11, 2002
Messages
15,150
Reaction score
2
Location
London, United Kingdom
With no experience with FT skinning and all you could use the Unit - Replace trigger to replace the character model when it grabs a weapon, and triggers with boolean values to represent the weapon availability or something.
 

Jimstick

Member!
Joined
Oct 27, 2003
Messages
38
Reaction score
0
Website
Visit site
uhhh...actually there are some weapon skins in a post on here by lightsith in the thread "Everyhting you need. (models, skins etc)" should be on the second or third page of threads. But anyways, you said that the weapon wouldn't disappear, well since between the time someone picks up one item and drops it again, someone else probably picked up another item and his weapon would be the last created effect. The only way you could make your idea work is if you made the item "CAUSE" the special effect. You can do that in object editor by clicking the item tab, choosing your item - look at what ability it uses (ex. orb of fire uses - item attack fire bonus) find that ability in the ability section and change the Art - Target to the skin fileof the weapon and change the Art - Art target attatchment point to "hand" or whatever its supposed to be. When the char picks up the item the ability activates and creates the effect. When the char drops the item then the weap effect should dissappear. If the weapon doesn't use an ability and is there just to look pretty, then you can create an ability called "weap pic" or something like that and have it do nothing "but" make the special effect.
Yep that should work, if it doesn't then PM me or post it in here and i will try it myself and try to fix it.
I hope you understand all the stuff i just said, sry if its sloppy.
Good luck man.
 
Top