Search found 14 matches

by Meatball
Sun May 09, 2004 3:11 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Vanilla Combine - no INI, no Search, just click & autoin
Replies: 14
Views: 7821

Vanilla Combine - no INI, no Search, just click & autoin

Open your tradeskill comtainer, search for your recipe, select it, then run this macro. It combines, then puts everything on your cursor into your inventory. #event OutOfStuff "Sorry, but you don't have everything you need for this recipe in your general inventory." Sub Main :Loop :ClearCu...
by Meatball
Sun May 02, 2004 10:26 pm
Forum: MQ2::Macros::Requests
Topic: How can I make a Bot do this?...
Replies: 5
Views: 2314

This should do what you're asking...

Code: Select all

#chat tell

Sub Main
   :Loop
   /doevents
   /goto :Loop
/return

Sub Event_Chat(ChatType,Sender,ChatText) 
   /if (${Sender.Equal[Soandso]}) {
      /say ${ChatText}
   }
/return
by Meatball
Thu Apr 29, 2004 10:01 am
Forum: Macro Depot (MQ1)
Topic: Simple twisting.mac MQ2Data compliant
Replies: 13
Views: 14345

You didn't read the Changes.txt or the Announcement on the new DataTypes changes for this patch. To remove the profanity in your errors, set LaxColor=0 in your MacroQuest.ini. All variables have to be declared, accessed and manipulated with the new MQ2DataTypes now. Check this post for reference... ...
by Meatball
Wed Apr 28, 2004 7:18 am
Forum: Snippets (MQ1)
Topic: Incrementing Variables
Replies: 2
Views: 5357

Sorry Lax, didn't know the new variable declarations were live yet. Hell, I would've used the new variables in all my macro conversions if I'd realized that. Oh well, something to update today while offset are being found.
by Meatball
Wed Apr 28, 2004 7:12 am
Forum: MQ2::Bug Reports
Topic: /mqlog
Replies: 2
Views: 804

Nope, I'm running the most recent zip.
by Meatball
Wed Apr 28, 2004 2:45 am
Forum: MQ2::Bug Reports
Topic: /mqlog
Replies: 2
Views: 804

/mqlog

I just noticed that /mqlog puts the wrong month in the log file. The month is behind by one in my timestamps.
by Meatball
Tue Apr 27, 2004 7:08 pm
Forum: Snippets (MQ1)
Topic: Incrementing Variables
Replies: 2
Views: 5357

Incrementing Variables

I ran into problems using /varadd to increment variables. It seemed to work for a while, but a few minutes into the script, the numeric values would become floating point numbers instead of integers. I got it fixed and thought I'd post my solution here. Old Code /varadd intCounter 1 New Code /varset...
by Meatball
Thu Apr 22, 2004 9:07 am
Forum: Macro Help (MQ1)
Topic: Using /notify to click somewhere besides a window
Replies: 5
Views: 1339

Using /notify to click somewhere besides a window

I swear I'm reading the forum before I make these posts. :)

Is there a way to use /notify to click somewhere besides in a window. I want to drop an item that's on my cursor. From what I'm reading, with /click going away, I'll be using /destroy instead. /destroy scares me in a macro though.
by Meatball
Thu Apr 22, 2004 9:02 am
Forum: Macro Help (MQ1)
Topic: /keypress problem
Replies: 4
Views: 1255

ml2517, I've tried that code too. I added an /echo inside my loop and it's making it inside the loop and never getting out because I'm not moving. I'm baffled by this one since my GotoTarget works exactly the same way and works fine. I've even added a /delay call after the /face to make sure I wasn'...
by Meatball
Thu Apr 22, 2004 8:56 am
Forum: Macro Help (MQ1)
Topic: Cursor problem
Replies: 3
Views: 1067

It's too early in the morning. :D

Should this code work then?

Code: Select all

/if (!${Cursor.ID}) {
   /echo Cursor is empty.
}
by Meatball
Thu Apr 22, 2004 8:52 am
Forum: Macro Help (MQ1)
Topic: /click problem
Replies: 2
Views: 865

/click problem

I'm using the following code, anyone see what my problem is? The /click piece isn't working. /mouseto 0,0 /click left "/click left" works fine when I test it by putting my cursor over a button and trying it, but I can't get it to work at 0,0 for some reason? I'm sure I'm just missing somet...
by Meatball
Thu Apr 22, 2004 8:49 am
Forum: Macro Help (MQ1)
Topic: Cursor problem
Replies: 3
Views: 1067

Cursor problem

I'm trying to check if there's an item on my cursor. If nothing's there, the Cursor object is NULL and /if doesn't seem to trigger NULL as false in this case. What am I doing wrong?

Code: Select all

/if (${Cursor.ID}) {
   /echo Cursor is empty.
}
by Meatball
Thu Apr 22, 2004 8:46 am
Forum: Macro Help (MQ1)
Topic: /keypress problem
Replies: 4
Views: 1255

/keypress problem

I've got a sub in one of my scripts that runs back to an anchor points (created when the macro starts) that isn't working. The exact same code that check ${Target.Distance} works fine. When this one runs, autorun isn't getting turned on. Any ideas? Sub GotoLoc /face loc @AnchorY,@AnchorX /keypress a...
by Meatball
Sun Feb 22, 2004 8:40 am
Forum: MQ2::Custom UI
Topic: SARS MQ Mod - 26 April - WORKING + Vertical Group window
Replies: 23
Views: 8957

I'm interested in using this mod, it still out there somewhere, the link 404's.