Can't open merchants??? [resolved]

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

DaRoot
orc pawn
orc pawn
Posts: 15
Joined: Sat Oct 05, 2002 10:39 pm

Can't open merchants??? [resolved]

Post by DaRoot » Sat Oct 05, 2002 10:44 pm

Ok, kinda new to MQ, but not new to programming basics. In my code, when I input commands to select the merchant and right click it gives me the old "Usage:Click <right|left> <mouseloc>"

the code is pretty simple:

#define MERCHANT Soandso

Sub Main
/target MERCHANT
/click right target
/end macro


Cant figure out what the problem could be, I have the updated offsets and .ini file but the /click isnt workin for some reason, any ideas?

[EDIT] NM, got it to work, had to change resolution =) not sure why but it worked

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Sun Oct 06, 2002 3:35 am

what was your old and new res?
#macroquest op
Macroquest Official Documentarion
Macroquest Board Moderator
All around cool guy

[img]http://medicomuerte.users.btopenworld.com/images/fairy_bounce08.gif[/img]

DaRoot
orc pawn
orc pawn
Posts: 15
Joined: Sat Oct 05, 2002 10:39 pm

Post by DaRoot » Sun Oct 06, 2002 3:46 am

currently I'm usin 1024 x 768

but the weird thing is, no matter what res I start with I have to change it
i.e. if I start in 1024 and run the mac it wont work, but when I change the
game res through the cycles back to 1024 it works.

dont know why, maybe just my comp, but that what works so....

Bio_War
a lesser mummy
a lesser mummy
Posts: 36
Joined: Sun Sep 29, 2002 1:03 pm

try this

Post by Bio_War » Sun Oct 06, 2002 8:55 am

where it says:

/click right target

try changing it to:

/press u


Was having the problem of opening merchants as well, but that solved my problem completly.

Good luck

DaRoot
orc pawn
orc pawn
Posts: 15
Joined: Sat Oct 05, 2002 10:39 pm

Post by DaRoot » Sun Oct 06, 2002 6:07 pm

Hey thanks bio!! the /press u
works pretty good, even fixed the resolution problem I was having.

thanks for the help