Search found 14 matches

by NeXuS
Mon Mar 13, 2006 8:15 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Healbot.mac (Like Healwatch.mac but uses Spellcast.inc)
Replies: 14
Views: 10934

Try this one also you have to enter the heal percent without the % sign |---------------------------------------------------------- |Healbot.mac |Simple Healer Macro to watch the health of a single target | |Usage: /mac Healbot <Percent> <Healspell> | |Effect: watch target health and cast specified ...
by NeXuS
Fri Feb 10, 2006 5:21 am
Forum: MQ2::Macros::Requests
Topic: Loot Macro
Replies: 1
Views: 1151

Looks like all you need to do is change the #Events and the /ini. Change them to whatever message you get something like. #Event resist "Your target resisted the Engulfing Darkness spell#*#" #Event resist "Your Engulfing Darkness spell has worn off#*#" #Event Snaresuccess "#...
by NeXuS
Tue Oct 25, 2005 11:31 pm
Forum: MQ2::Macros::Requests
Topic: Autoaccept TaskAdd's?
Replies: 21
Views: 5262

This will probably be better way to do it, if there is no text event for taskadd.

Code: Select all

Sub Main 
  :loop 
  /call Taskadd
  /goto :loop 
/return 

Sub Taskadd 
/delay 3s 
/if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox Yes_Button leftmouseup 
/return 
by NeXuS
Tue Oct 25, 2005 6:00 pm
Forum: MQ2::Macros::Requests
Topic: Autoaccept TaskAdd's?
Replies: 21
Views: 5262

My bad thought there was some text in taskadd.
by NeXuS
Tue Oct 25, 2005 12:02 am
Forum: MQ2::Macros::Requests
Topic: Autoaccept TaskAdd's?
Replies: 21
Views: 5262

Untested

Code: Select all

#Event Taskadd "#*#Expedition#*#"

Sub Main
  :loop
  /doevents
  /goto :loop
/return

Sub Event_Taskadd
/delay 3s
/if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox Yes_Button leftmouseup 
/return
by NeXuS
Thu Oct 20, 2005 10:41 pm
Forum: MQ2::Macros::Snippets
Topic: AdvMouse.inc
Replies: 2
Views: 2958

This is a great start. Would love to see this expanded to record multiple clicks and have the clicks stored in ini. (Example) This is a feature I liked in xylobot that I think is missing from macroquest. It Would make Tradeskill scripts a breeze not to mention the other cool stuff you could do with ...
by NeXuS
Thu Oct 20, 2005 8:52 am
Forum: MQ2::Macros::Requests
Topic: AdvMouseClicks
Replies: 38
Views: 1971

Thats awesome ty
by NeXuS
Wed Oct 19, 2005 8:59 pm
Forum: MQ2::Macros::Requests
Topic: AdvMouseClicks
Replies: 38
Views: 1971

Yeah I know that one was kinda hopeing someone had made one for macroquest would be handy for stuff like this.



http://www.macroquest2.com/phpBB2/viewtopic.php?t=12244
by NeXuS
Wed Oct 19, 2005 8:26 pm
Forum: MQ2::Macros::Requests
Topic: AdvMouseClicks
Replies: 38
Views: 1971

AdvMouseClicks

Has anyone made something like this? Sorta like advpath but it records and plays Mouse positions and clicks?
by NeXuS
Fri Oct 07, 2005 3:06 am
Forum: MQ2::Macros::Help
Topic: **solved** proper /if syntax
Replies: 58
Views: 14117

That should work but like nils said better to call a sub then a /goto
by NeXuS
Thu Oct 06, 2005 11:32 pm
Forum: MQ2::Macros::Help
Topic: **solved** proper /if syntax
Replies: 58
Views: 14117

with /goto - Announce lets you know when other people join channel

Code: Select all

/if (${Channel.NotEqual[${MyChannel}]})  /goto :line

Code: Select all

/if (${channel}=={mychannel}) /goto :line
by NeXuS
Thu Oct 06, 2005 10:52 pm
Forum: MQ2::Macros::Help
Topic: **solved** proper /if syntax
Replies: 58
Views: 14117

No need to put an /if statement on joining a channel for a macro just get it to join after declares. (replace the healLpassword with your channel) /declare MyChannel string outer heal:password /join ${MyChannel} Or alternate not sure if this code is right put a /call Mychannel for it in your :mainlo...
by NeXuS
Sat Aug 13, 2005 9:47 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: ARCH.Mac v2.4 [All Purpose Ranger Mac] (Updated: 10-27-04)
Replies: 103
Views: 69485

24 Sep 2005 Added use epic click - usage: /setuseepic on - /setuseepic off |** arch.mac Auto-Archery Version 2.6 24 Sep 2005 by loadingpleasewait , updated by NeXuS With the help of a few people**| #chat group #chat tell #include Spell_Routines.inc #turbo 40 #Event exp "#*#experience!#*#" ...