Search found 34 matches

by Pax
Wed Jun 10, 2015 1:38 pm
Forum: MQ2::Custom UI
Topic: Freq Updated 04/12/20
Replies: 5
Views: 2983

Re: Freq / di28889 Updated 6/1/15b

Thanks SteelDragon, ive missed this UI :)
by Pax
Fri Jun 14, 2013 7:24 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Food and Drink summoning macro
Replies: 0
Views: 772

Food and Drink summoning macro

This is the only macro i feel is complete enough and also i would claim i wrote and didnt just hack together from other macros ;-) its very simple, summons stacks of Black bread and globes of water. | fw.mac | Summon food and drink macro | Usage: /mac fw, followed by the amount of stacks should be s...
by Pax
Sat May 18, 2013 12:32 pm
Forum: MQ2::Macros::Help
Topic: monk attack macro
Replies: 5
Views: 1017

Re: monk attack macro

by Pax
Sat May 18, 2013 7:52 am
Forum: MQ2::Macros::Help
Topic: monk attack macro
Replies: 5
Views: 1017

Re: monk attack macro

Sub DoBS /if (${Me.AbilityReady[kick]}) { |/call MoveTo /doability kick } /return Sub DoDrunk /if (${Me.CombatAbilityReady[Drunk]}) { /doability Drunk /delay 5 } /return This is where your problem is, kick should be Flying Kick and Drunk should be something else (dont have a monk, so havent looked ...
by Pax
Sat Jul 07, 2012 12:18 pm
Forum: MQ2::Help
Topic: Hi (again for some)
Replies: 4
Views: 1833

Re: Hi (again for some)

thanks :)
by Pax
Wed Jul 04, 2012 1:35 pm
Forum: MQ2::Help
Topic: Hi (again for some)
Replies: 4
Views: 1833

Re: Hi (again for some)

thanks for the fast reply :-) ill have to see if i cant scrounge some together for you devs =)
by Pax
Wed Jul 04, 2012 12:51 pm
Forum: MQ2::Help
Topic: Hi (again for some)
Replies: 4
Views: 1833

Hi (again for some)

Hi all,

Ive been away since what seems for forever, i see most of the goodies have been moved to the VIP section.
Is there still life in that section or is it as 'dead' as the rest of the board ? would'nt wanna donate to an abandoned project :-)

//Pax
by Pax
Mon Jun 14, 2004 6:32 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: khi Tradeskills - Tradeskills Macro with Ini File Support
Replies: 67
Views: 31687

to get the stat collection to work try this #event SkillTrivial "#*#You can no longer advance your skill from making this item#*#" #event SkillUp "#*#You have become better at#*#" #event SkillFailure "#*#You lacked the skills#*#" #event SkillSuccess "#*#You have fa...
by Pax
Sun Jun 13, 2004 7:15 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: khi Tradeskills - Tradeskills Macro with Ini File Support
Replies: 67
Views: 31687

if / when it hangs

if it hangs after 1st combine and tries to do a new combine without components just comment out this section and it should work again

Code: Select all

        |/if (!${bCombineDone}) {
        |    /goto :DoCombineLoop
        |}
 
Kaitain thanks for a wonderful macro :)
by Pax
Thu Apr 29, 2004 6:56 pm
Forum: MQ2::Macros::Snippets
Topic: autofight.inc
Replies: 3
Views: 4103

:Movementloop /varadd ObstacleCount 1 /if (${Target.ID}) { /face nolook /if (${Target.Distance}<=15) { /face nolook /keypress forward /return } /if (${ObstacleCount}>=10) { /call CheckObstacle /goto :Movementloop } /if (${Target.Distance}>15) /goto :MovementLoop } /return should be sub MoveToMob /a...
by Pax
Thu Apr 29, 2004 4:16 pm
Forum: MQ2::Macros::Snippets
Topic: spellcast.inc - generic casting include file.
Replies: 41
Views: 21107

there, thanks for the quick fix :)
by Pax
Thu Apr 29, 2004 3:57 pm
Forum: MQ2::Macros::Snippets
Topic: spellcast.inc - generic casting include file.
Replies: 41
Views: 21107

i cant seem to make it use clickies, tried both with
/call Cast "some item" Item
and
/call Cast "Some item" ItemFlag
am i having a brain fart or is it not working ?
by Pax
Thu Apr 29, 2004 12:59 pm
Forum: MQ2::Macros::Conversion Help
Topic: /declare failed
Replies: 1
Views: 1072

/declare failed

Sub Cast(SpellName,Item) /if (!${Defined[CastGiveUpTime]}) /declare CastGiveUpTime timer /if (!${Defined${Item}}) /declare Item Local i get the error /declare 'Item' failed. Name already in use. i havent declared if before and there is no global /declares anywhere, i can for the life of me not see ...
by Pax
Sun Apr 25, 2004 5:03 pm
Forum: Macro Help (MQ1)
Topic: movement code
Replies: 0
Views: 710

movement code

been working on updating the autofight.inc code to work with the new $parm system and im stuck on the movement code.
any help would be appreciated :) i take no credit for the code its a pure Mckorr thingie
by Pax
Sun Apr 25, 2004 11:35 am
Forum: Snippets (MQ1)
Topic: spellcast.inc --- This will cast a spell reliably for you.
Replies: 28
Views: 18222

i really wouldnt make this into a macro for chaincasting, you should rather go to the macrodepot and find a macro there to rebuilt or take it as it is.