Search found 5 matches

by Hazado
Tue Aug 04, 2009 5:04 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Warrior RH Mod
Replies: 43
Views: 24563

Sub Event_SetWeaponSwitch(string Line) /varset lastevent Event_SetWeaponSwitch |- Sanity Check /if (${Line.Arg[3].Equal[OFF]} || !${Line.Arg[5].Length} || ${Line.Arg[6].Length}) { /varset doSwitch FALSE /if (${verbosity}>=0) /${channel} ** Auto Weapon Switching is OFF /goto :SaveSwitchSettings } |-...
by Hazado
Tue Aug 04, 2009 5:04 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Warrior RH Mod
Replies: 43
Views: 24563

Here is my rework of this script. I added AutoAttacking when Hit, reworked disciplines so you now can have up to 9 disciplines and added a few fixes here and there. For the disciplines you need to convert all time into seconds. So for duration if it says 2 minutes make it 120. I suggest you delete y...
by Hazado
Tue Jul 28, 2009 1:32 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317446

Sub Event_SetAutoNinja(string Line) /varset lastevent Event_SetAutoNinja |- Set the new ninja distance, if supplied /if (${Line.Arg[4].Length}) /varset ninjadist ${Line.Arg[4]} |- Set the mode, toggle off if unknown /if (${Line.Arg[3].Equal[ALL]}) { /varset ninjamode ALL /if (${verbosity}>=0) /${ch...
by Hazado
Mon Jul 27, 2009 10:47 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317446

Here is the code im running, Ive added and tweaked a few things. This one has autoattack on hit, auto disarm, auto Intimidation and it will auto open chest when you attack them. Ive been trying to get it to keep looting past a lore item you already possess with no luck. Ive put most of the fixes I f...
by Hazado
Mon Jul 27, 2009 3:45 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317446

Re: Dyncloseness not found?

/if (${Ini[RHSettings.ini,General,DynamicCloseness].NotEqual[NULL]}) /varset dynclose ${Ini[RHSettings.ini,General,DynamicCloseness]} /varset failed /dynclose not found? Can someone help me please? I know for this you need to change dynclose to dodynclose /if (${Ini[RHSettings.ini,General,DynamicCl...