Search found 6 matches

by Manual
Tue Feb 17, 2009 9:40 am
Forum: MQ2::Bug Reports
Topic: Crashing EQ while running Tribute macro
Replies: 7
Views: 2927

Yes actually, it is when it comes to an Elaborate Defiant piece of armor.

And thanks for your help.
by Manual
Mon Feb 16, 2009 5:23 pm
Forum: MQ2::Bug Reports
Topic: Crashing EQ while running Tribute macro
Replies: 7
Views: 2927

I copied this from the macro depot. | tribute.mac v0.2 | | Author: I made it myself =P (zoobish) | ======= | | Function: Searches bazaar for tribute items worth buying. | ========= You set the RATIO you like, i.e. 10 means 100pp | for 1000 tribute. You may set the RATIO via the | first argument when...
by Manual
Mon Feb 16, 2009 12:54 pm
Forum: MQ2::Bug Reports
Topic: Crashing EQ while running Tribute macro
Replies: 7
Views: 2927

Crashing EQ while running Tribute macro

I think I did it right.. Microsoft (R) Windows Debugger Version 6.11.0001.402 X86 Copyright (c) Microsoft Corporation. All rights reserved. *** wait with pending attach Symbol search path is: *** Invalid *** **************************************************************************** * Symbol loadin...
by Manual
Mon Feb 16, 2009 12:04 pm
Forum: MQ2::Macros::Help
Topic: Adding a random /delay
Replies: 20
Views: 2047

Thanks fearless..
by Manual
Sun Feb 15, 2009 5:45 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14144

Crash

Hey, This works untill it comes to a piece of Defiant armor, then it crashes EQ...

I tried looking at the armor in question with MQ running and no macro and had no problems.
by Manual
Sun Feb 15, 2009 5:15 pm
Forum: MQ2::Macros::Help
Topic: Adding a random /delay
Replies: 20
Views: 2047

Adding a random /delay

http://www.macroquest2.com/wiki/index.p ... y#Examples

I want to use a random /delay so to give the appearance of human interaction.

/delay ${Math.Rand[x+y]}s

y = minimum time to delay
x + y = maximum time to delay

Will this work?