Items Becomes Spells

Status
Not open for further replies.
Level 5
Joined
Jan 5, 2019
Messages
108
Okay i copy paste a trigger setup and everything works fine, its just when i am over spamming buy this ability it over float
WC3ScrnShot_011819_204047_01.png




Can anyone see what i am doing wrong ? i really like it so i get my gold back if i spam it and the item /spell gets removed
Trigger.png
 
Last edited:
this could be your problem
  • if
    • level of ability = 10
  • then
    • create Dummy spell at temploc ------ So you are creating an item that will just drop on the ground when the ability is max level
    • add (item cost) gold to owner of hero Manipulating item -------- Add this so they get their gold back if their ability is already max
 
this could be your problem
  • if
    • level of ability = 10
  • then
    • create Dummy spell at temploc ------ So you are creating an item that will just drop on the ground when the ability is max level
    • add (item cost) gold to owner of hero Manipulating item -------- Add this so they get their gold back if their ability is already max

Thanks i try and see if i can do that
 
Status
Not open for further replies.
Back
Top