Can you post a picture of the script that you have so far? Also, is your name in all caps?Maybe im stupid or somewhat but, i dont know how to make this works. I do the Label like on the first post, then make the script the same way. Im trying to do it for Strike, but when i use /skill strike it dosnt run. And if i use the words needed to run the Script, only the script runs but the skills isnt used.
Really need help on this to try make my owns skills.
Edit: Sorry for my bad english D:
Edit 2: Now the bar works but the skill donst activate. (Using the macro to say: "ALATOR87 used Strike")
AHHHHHHHHHHHHHHHHHHHHHHHHHHHHCan you post a picture of the script that you have so far? Also, is your name in all caps?
Strike must be capitalized. The matching is exact.As far as i have discovered, i continue without being able to make a counter or bar for Strike but, at Lost Soul lvl 10, i get fireball and work perfectly with bar and counter.
This is the scrip that i use and yes, my user name its all caps:
$${
IFMATCHES(%CHATCLEAN%, "ALATOR87 used strike");
SET(@#strike, 5);
SETPROPERTY(STRIKECD,colour,#FFB52D00);
DO()
IF(@#strike=0);
BREAK;
ENDIF;
WAIT(1000ms);
DEC(@#strike,1);
WHILE(@#strike>0);
SETPROPERTY(STRIKECD,colour,#FF66A8FF);
ENDIF;
}$$
If i matches the first line, the bar/counter start to work but, the skill is not used. If used as a skill (/skill strike) the bar/counter dosnt start to work.
post screenshots of chat messages when it goes on and off@Rida or @Jloy1 if Either of you still play, can you show me how to make one that would fill the bar if I have bloodbond on
or @w0nd3rb0yck was pretty good at this stuff so Imma tag him too (If you could tell me how to make a gui That Says "BloodBond On!" and BloodBonds Off! that would be even better )
http://imgur.com/kxvr28Gpost screenshots of chat messages when it goes on and off
Ok give me some time, have some school work to do
Is this also possible to show that you have an active totem placed for shaman(and also if it is also possible to show which active totem is active)?Ok give me some time, have some school work to do
if it says in chat when you use it and when it goes away, then yesIs this also possible to show that you have an active totem placed for shaman(and also if it is also possible to show which active totem is active)?