Search found 69 matches

by [40oz]
Sat Oct 16, 2010 2:30 pm
Forum: MQ2::Help
Topic: help with TargetofTarget
Replies: 3
Views: 1470

Re: help with TargetofTarget

Why take the extra lag and steps?

Not sure how you're running it, but from the tank or main assist you could do

/bca //target id ${Target.ID}

Pass the ID directly, eliminate the need for HOTT as it's slow and laggy, and also eliminating extra targetting.
by [40oz]
Sun May 13, 2007 11:04 pm
Forum: Games::Other
Topic: Anyone thinkin bout hacking Eve?
Replies: 7
Views: 7485

The ISX crew was working on an EVE extension, may want to check that out.

www.ismods.com i believe
by [40oz]
Mon Feb 26, 2007 11:23 pm
Forum: ISXEQ::General
Topic: New to the forums
Replies: 16
Views: 12200

Not a lot of folks want to spend the time converting MQ2 stuff to IS. You can theoretically plug MQ2 scripts straight in to ISXEQ, but if you're trying to learn native ISXEQ scripting, you'll need to use the few examples out there and work from their yourself. Otherwise, use MQ2 scripts within ISXEQ...
by [40oz]
Mon Nov 06, 2006 12:30 am
Forum: MQ2::Macros::Requests
Topic: Need Help plz
Replies: 16
Views: 7940

For $20, I'll tell you all that he is asking for a macro for a different game! The 800 you'd spend on cowgirl and ascii to get it done is well worth the money, they'd have to rewrite MQ for WoW!
by [40oz]
Fri Sep 22, 2006 7:34 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Summon Arrows with Ancille's Pouch.
Replies: 24
Views: 9515

I went to google and checked just to see the syntax to punch it in.

Google is win.
by [40oz]
Fri Sep 08, 2006 5:05 pm
Forum: MQ2::Help
Topic: how to add
Replies: 44
Views: 17215

Cr4zyb4rd wrote::( :( :(

I found this topic using the search feature, and didn't learn a damn thing about how to do simple arithmetic from it.
Am I the only one that LOLed at this post, and then in error went back and read the entire thread? I want my 5 minutes back =P
by [40oz]
Fri May 12, 2006 5:32 pm
Forum: MQ2::Custom UI
Topic: Updated Delta 1024x768
Replies: 71
Views: 5514

This is a very nice small UI. If it's still current, I can probably host a rar file up on my isp webspace if you want.
by [40oz]
Mon Jan 09, 2006 6:27 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Looking for working forage macro
Replies: 1
Views: 1499

http://www.macroquest2.com/phpBB2/viewtopic.php?t=6816

stickied at the top. if it doesn't work, this is the wrong forum to post in.
by [40oz]
Sun Dec 18, 2005 4:30 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Kaladim Fungi Harvester
Replies: 106
Views: 57404

hmm then i'm doing something wrong =/ if i type manually in game: /item * I see the items I want. /itemtarget *Blue It targets the closest one, great. run to it, get close enough. /click left item don't work =/ using newest zip from dec 15th. Am I missing something? Here is the sub from my personal ...
by [40oz]
Sun Dec 18, 2005 2:22 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Kaladim Fungi Harvester
Replies: 106
Views: 57404

This macro would work if the following code would work:

Code: Select all

/click left item
I know DKAA said it was broken and needs new TLO to be written. Just curious on the status.
by [40oz]
Thu Nov 25, 2004 8:06 pm
Forum: MQ2::Macros::Requests
Topic: Need Spawn macro
Replies: 71
Views: 20593

I whipped this up quick. Should be set to go. Sub Main /echo Quill Finder Macro enabled /peti Quill Finder Macro Enabled - Watching for Quill to spawn to auto kill :loop /target npc "Quillamane" /delay 1 /if ($Me.Target.Equals[Quillamane]) { /attack on /keypress forward hold :battle /face ...
by [40oz]
Tue Oct 12, 2004 2:24 am
Forum: MQ2::Macros::Help
Topic: Arrays problem
Replies: 9
Views: 2560

Ok, so my fix worked short term, but it wasn't providing the right logic I needed. I found another version of this function and ehre it is: |---------------------------------------------------------------------------- |SUB: SplitString - A generic string splitter. |----------------------------------...
by [40oz]
Tue Oct 12, 2004 2:11 am
Forum: MQ2::Macros::Help
Topic: Arrays problem
Replies: 9
Views: 2560

Fixed it, uncommented the BUGFIX line i had in there, and commented out the corresponding line above it, and the math work out, now to test it to hell and back
by [40oz]
Tue Oct 12, 2004 2:04 am
Forum: MQ2::Macros::Help
Topic: Arrays problem
Replies: 9
Views: 2560

Ok using this strategically placed /mqpause |---------------------------------------------------------------------------- |SUB: SplitString - A generic string splitter. |---------------------------------------------------------------------------- Sub SplitString(string varname, string inputstring, s...
by [40oz]
Tue Oct 12, 2004 1:50 am
Forum: MQ2::Macros::Help
Topic: Arrays problem
Replies: 9
Views: 2560

Ah, DKAA - I think between your response and my string messing, I have an idea - working on it.