M
mercilesblob
Guest
Hi all.
I've been trying to make a map with an ability called pickpocket which removes an item from a targeted hero and gives it to the caster. I've made a dummy spell and a trigger to move the item once the spell is cast, however, no matter how I put it it doesnt seem to work. Could you help me out please? Here's what I've got...
Events
Unit - A unit Finishes casting an ability
Conditions
(Ability being cast) Equal to Pickpocket
Actions
Item - Move (Item carried by (Target unit of ability being cast) in slot (Random integer number between 1 and 6)) to (Position of (Triggering unit))
Hero - Give (Target item of ability being cast) to (Triggering unit)
I've tried adjusting several things but it hasnt seemed to work. i also wondered if it might be randomly selecting an empty slot so I gave the target unit 6 items to make sure but it still didnt work. Does anyone know how I can solve this problem? Also, if you know a way I can make sure it doesnt randomly select an empty slot it would be greatly appreciated.
Thanks in advance for any help.
I've been trying to make a map with an ability called pickpocket which removes an item from a targeted hero and gives it to the caster. I've made a dummy spell and a trigger to move the item once the spell is cast, however, no matter how I put it it doesnt seem to work. Could you help me out please? Here's what I've got...
Events
Unit - A unit Finishes casting an ability
Conditions
(Ability being cast) Equal to Pickpocket
Actions
Item - Move (Item carried by (Target unit of ability being cast) in slot (Random integer number between 1 and 6)) to (Position of (Triggering unit))
Hero - Give (Target item of ability being cast) to (Triggering unit)
I've tried adjusting several things but it hasnt seemed to work. i also wondered if it might be randomly selecting an empty slot so I gave the target unit 6 items to make sure but it still didnt work. Does anyone know how I can solve this problem? Also, if you know a way I can make sure it doesnt randomly select an empty slot it would be greatly appreciated.
Thanks in advance for any help.


