Warcraft III resources & community, 2003–2006 · archived

model's

4 posts
#1

model's

I have a simple question, but I dont know what to do.. so here it is.
How do I make it so when a person buys a item at a shop, the model of the sword will show up in his hand? Im pretty sure it has to do with triggers. so if their is any trigger work, can u please give me a walk threw!!
Thanks in Advance :P
#2
It shlould go something like this...

EVENT
UNIT-(triggering unit) purchases (your item)

EVENT
SPECIAL EFFECT-create special effect on the (hand right) of (triggering unit)

Hope this helps!
#3
acolyteofdoom is right u have to use the specialeffect-action

use this trigger:
event: generic unit event - unit sells an item (from shop)
condition: item-class comparison - item class of item being manipulated is equal to "your item"
event: specialeffect - create specialeffect at "right hand" of "triggering unit"
#4
Thnak guys:D :D :D :D