Search found 5 matches

by rheally
Sat Jun 05, 2004 1:59 pm
Forum: MQ2::Macros::Help
Topic: command for pet buff check
Replies: 18
Views: 2663

It will echo the correct item. Everything works except for my if statment. Something is wrong where even after the pet receives the buff swift like the wind I will contue to cast over and over on it
by rheally
Sat Jun 05, 2004 6:16 am
Forum: MQ2::Macros::Help
Topic: command for pet buff check
Replies: 18
Views: 2663

command for pet buff check

right now this code will always be true for some reason i need help /declare swif string outer swift like the wind /declare che string outer scaled avatar's hauberk /if (!${Pet.Buff[${swif}].ID}) /call cast "${che}" item I am trying to check to see if my pet has haste and if he doesnt use ...
by rheally
Tue Jun 01, 2004 3:29 pm
Forum: MQ2::Macros::Help
Topic: shaman bot having problems
Replies: 2
Views: 769

I am sorry for not posting error. K here it is Failed to paras /if command. could not find command to execute. sham.mac@37 (malosm): /if (${Target.PctHPs}<=${malospct} && malos==0 && ${Target.Distance}<=200){ sham.mac@32 Event_Chat(ChatType,Sender,ChatText): /call malosm sham.mac@22 ...
by rheally
Tue Jun 01, 2004 2:33 pm
Forum: MQ2::Macros::Help
Topic: shaman bot having problems
Replies: 2
Views: 769

shaman bot having problems

#include spellcast.inc #Event resistslow "Your target resisted the Turgur's#*#" #chat group sub Main /echo "Go smoke you fuck, Macro running." /declare malospct int outer ${Param0} /declare slowpct int outer ${Param1} /declare assper string outer ${Param2} /declare slowed int ou...
by rheally
Sat May 29, 2004 2:14 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFK Cleric
Replies: 18
Views: 7964

I get an error saying it cant cast the heal spell. I do a /cast "supernal remedy" and it works. BUt inside of the macro it cannot cast the spell!