Why this isnt working?

Status
Not open for further replies.
Level 2
Joined
Nov 19, 2014
Messages
10
Hi guys,
i am new and this is a very simple thing i am trying to do.

the healing i am using have a base healing of 100, so i thought it wasnt working because it is overwriting the original healing so i added 2 second wait but still not working.
Also, i would like to give the unit a buff that heal it for STRENGTH value each second for 10 second. "strength value of casting unit"

btw: i was using casting unit instead of triggering unit and both not working :/
Thanks for help.

----

EDIT1: immediatly after i posted i went back and changed finished to begins casting an ability and it worked..
if someone can explain to me why this will help for future work lol

also, can someone create the buff i talked about above?

------

EDIT2: i think it was too easy to create, sorry guys.
not to the improving part, is this good or can we do it better ?
ofcourse without using other programs, i have no idea what jass is and i am not planing to learn it :)

btw: how to add the picture directly into the comment without attaching it?
 

Attachments

  • TriggerssssssssssssssZZZ.png
    TriggerssssssssssssssZZZ.png
    7.9 KB · Views: 85
  • Trigger2.png
    Trigger2.png
    5.4 KB · Views: 110
Last edited by a moderator:
Strength Buff: http://www.hiveworkshop.com/forums/...orials-279/visualize-dynamic-indexing-241896/

EDIT1: immediatly after i posted i went back and changed finished to begins casting an ability and it worked..
Upon finishing casting, there's no more 'target unit..', so avoid Finishes Casting. http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/casting-events-guide-228472/

Also if you use waits on something and you want it MUI, try http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/mui-triggers-waits-218354/
 
Level 2
Joined
Nov 19, 2014
Messages
10
Thanks everyone for helping me out whether in the post or the triggers,
this site is really amazing, i get my answer in less than 24 hours :)

now, i created floating text using this amazing website and everything is working fine Except one thing.
when i use the spell there is two cases as i observed
lets say the spell will heal for 200
1-the target have hp 850/1000
2-the target have hp 750/1000
if i used it on second target everything work like a charm
if i used it on first target, he will get healed and then will get healed over time BUT the spell doesn't go for cooldown, And doesnt use mana
I think its because i based it on the spell "heal" and it cant be cast on people with full hp.
thats interesting, right? :p
is there a way to fix it without changing the base spell?
Of course i can change the base spell very easy, but for the sake of learning :)
Thanks a lotttt friends
 
Status
Not open for further replies.
Top