Search found 20 matches

by lazyshammy
Sun Feb 27, 2005 3:14 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

been out of the game for a while so never got around to seeing what was wrong with the macro.
by lazyshammy
Fri Jan 21, 2005 11:36 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Warrior RH Mod
Replies: 46
Views: 26403

Rear

ok are you using Moveutils?
by lazyshammy
Thu Jan 06, 2005 4:01 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Warrior RH Mod
Replies: 46
Views: 26403

its not a pram its a command go /Maintank while the macro is running to stop it

or you can just change

Code: Select all

/if (${Ini[WHSettings.ini,General,Tanking].Equal[FALSE]}) /varset isTanking FALSE
to

Code: Select all

 /varset isTanking true
by lazyshammy
Thu Jan 06, 2005 3:56 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

been away etc for awhile so havnt done work on it. it is possible to do it for pally but i dont play one so i dont know what spells to use etc with casting spells on inc you could do it but if say you target another npc it would try to cast on it but it would be easy to set atm i have it in code not...
by lazyshammy
Mon Dec 27, 2004 1:16 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

code is now too long for 2 posts Sub Event_HelpInfo /varset lastevent Event_HelpInfo /if (${verbosity}>=0) /${channel} --------=========(SKH Help)=========---------- /if (${verbosity}>=0) /${channel} /SKHhelp - Display this information! /if (${verbosity}>=0) /${channel} /status - Display status of a...
by lazyshammy
Mon Dec 20, 2004 12:59 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Changed Rogue Helper for Monks updated v1.2
Replies: 19
Views: 6712

to stop it trying to go behind i guess you could try to just fix it by setting the is tanking Var to true at begining if you are using MQ2MoveUtils, if your not i dont know as yet, i have not modified the code from Jerle RH |- Use MQ2MoveUtils ? If so, start sticking and bypass MH movement tools /if...
by lazyshammy
Fri Dec 17, 2004 8:41 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Changed Rogue Helper for Monks updated v1.2
Replies: 19
Views: 6712

ok thanks, i never really got around to testing some of this stuff SK version been taking up most of my Time
by lazyshammy
Thu Dec 16, 2004 11:41 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

already in the works on setting spells in INI but patch has stopped me from testing some of it out
by lazyshammy
Wed Dec 15, 2004 4:48 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

I see you have the taunt there but guess that will look pretty crazy if move behind is active as well .. (saw a rogue do this in a group ones.. :) circling very quick) yes thats why there is a MainTank Command, i added it in mostly if your Main Tank but it tells the Macro not to try to go behind at...
by lazyshammy
Mon Dec 13, 2004 5:43 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

hmm few leftovers from Monk and Warrior hehe will fix em up
by lazyshammy
Mon Dec 13, 2004 2:37 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

thanks A_druid, will look at adding a spear routine and LT in
by lazyshammy
Mon Dec 13, 2004 12:21 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

|---- SUBROUTINES Sub Check_Behind /declare behindIt FALSE |- Are we behind our target? /for i -1 to 1 /varcalc dir (${Target.Heading.Clock}+${i})%12 /if (${dir}<1) /varcalc dir ${dir}+12 /if (${dir}>12) /varcalc dir ${dir}-12 /if (${dir} == ${Me.Heading.Clock}) /varset behindIt TRUE /next i /retur...
by lazyshammy
Mon Dec 13, 2004 12:20 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

|--------------------------------------------------------------------------------- | | Shadow Knight Helper (SKH) Macro | - v6.0 RH by Jerle (10/26/04) Edited by lazyshammy to SKH v2.5 |--------------------------------------------------------------------------------- | | SKH Syntax: | | Usage: /mac...
by lazyshammy
Mon Dec 13, 2004 12:18 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 23057

RH mod for SK now 2.5

trying to Mod RH for SK, i got it so it automaticly casts Torrent of Pain and Torrent of Hate at 95% then does Dooming Darkness at 45%, Torrent lines cast if you dont have agro and npc below 95% code finishes first post on page 2 zip here My site Updated code to remove few bits of leftover code from...
by lazyshammy
Mon Dec 13, 2004 12:12 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Warrior RH Mod
Replies: 46
Views: 26403

|---- SUBROUTINES Sub Check_Behind /declare behindIt FALSE |- Are we behind our target? /for i -1 to 1 /varcalc dir (${Target.Heading.Clock}+${i})%12 /if (${dir}<1) /varcalc dir ${dir}+12 /if (${dir}>12) /varcalc dir ${dir}-12 /if (${dir} == ${Me.Heading.Clock}) /varset behindIt TRUE /next i /retur...