Search found 9 matches

by Ayla
Sat Mar 27, 2004 7:22 pm
Forum: MQ2::General
Topic: Question
Replies: 2
Views: 1502

Question

Is there no way to make MQ display the resists of ... say, whatever you have targeted? You can get so much other info I was just curious if this was possible or not.
by Ayla
Fri May 30, 2003 12:29 pm
Forum: Outdated Macros::Macro Depot
Topic: forage.mac Simple Forrage Script
Replies: 32
Views: 8413

I read the post above mine, and got rid of the title bar on my inventory window. This didn't help at all, when it says destroying item... if I remember correctly is warps to the far bottom right corner of the screen.. then to a few other places (hard to see it goes pretty fast), but at any rate it's...
by Ayla
Fri May 30, 2003 4:00 am
Forum: Outdated Macros::Macro Depot
Topic: forage.mac Simple Forrage Script
Replies: 32
Views: 8413

Whenever I run this macro it tells me "Destroying: xxx" then the mouse warps around the screen a couple of times, then it quickly says "Keeping: xxx" and puts it in my bag, even though I set it up so it's supposed to destroy instead of saving it. Any thoughts?
by Ayla
Tue May 27, 2003 4:00 pm
Forum: Outdated Macros::Macro Depot
Topic: skills.mac-a macro for just about all skills
Replies: 9
Views: 8796

sub Feign /if $char(ability,"Feign Death")>0 /doability "Feign Death" /return might want to add sub Feign /if $char(ability,"Feign Death")>0 /doability "Feign Death" /stand /return in there, because you can't complete a lot of skills while feigned, need to sta...
by Ayla
Tue May 27, 2003 2:07 pm
Forum: MacroQuest::Help (Outdated)
Topic: Compiling Problem, pls help
Replies: 7
Views: 1990

Nevermind I figured it out and currently have it running and working. Thanks for the help guys.
by Ayla
Tue May 27, 2003 1:15 pm
Forum: MacroQuest::Help (Outdated)
Topic: Compiling Problem, pls help
Replies: 7
Views: 1990

Oh, right, duh. Well when I add "set compiler=7" (or 6) I get this error: makefile(44) : fatal error U1036: syntax error : too many names to left of '=' Stop. Okay, and if this helps this is what it says in my makefile about the detours.lib: !if "$(_NMAKE_VER)" == "7.00.9466...
by Ayla
Tue May 27, 2003 3:16 am
Forum: MacroQuest::Help (Outdated)
Topic: Compiling Problem, pls help
Replies: 7
Views: 1990

Yea I get that exact message, but it continued on after that so I ignored it. What should I do to fix it?
by Ayla
Tue May 27, 2003 12:58 am
Forum: MacroQuest::Help (Outdated)
Topic: Compiling Problem, pls help
Replies: 7
Views: 1990

I know the detours.lib file is there, I went and checked and everything. I don't get it, I got all the files using winCVS, so it's not an out dated version or anything... What exactly do I look for in the makefile to make sure it's pointing to them? I opened it up, but don't know anything about the ...
by Ayla
Mon May 26, 2003 11:08 pm
Forum: MacroQuest::Help (Outdated)
Topic: Compiling Problem, pls help
Replies: 7
Views: 1990

Compiling Problem, pls help

Okay, I did use the search feature and I couldn't find anything with this specific error, and I was following the step by step from the link in the top sticky topic, and when I type the first nmake I get this error: LINK : fatal error LNK1104: cannon open file 'detours.lib' NMAKE : fatal error U1007...