New idea [Request Fulfilled]

Macro requests from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

ivier
decaying skeleton
decaying skeleton
Posts: 4
Joined: Wed Jun 26, 2002 11:55 am
Location: 3rd galaxy from the outside

New idea [Request Fulfilled]

Post by ivier » Thu Aug 15, 2002 10:54 am

I use both Macroquest and xylobot, Macroquest for scripting and command line enhancement, xylobot for it's map and web browser. the map function of xylobot requires updates from a log file to know what zone it is in, and the loc of the user (which must be called manually with /loc to update the map). i was thinking, Macroquest could have an option for putting this stuff in a seperate logfile and thus keeping the map updated much more frequently, keeping the loc info out of the chat window, and saving me from having to hit the loc hot button repeatedly. another problem with xylobot, is i have to select the log file manually, if i switch characters, having a single log file for xylobot to parse would solve this problem

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Thu Aug 15, 2002 11:35 am

Salutations,
If you can change the log file (i don't know, i don't use it) you can make a macro to output your loc to the .log files that MacroQuest out puts... ie:

Code: Select all

sub main
/varcalc p0 $p0*10
:loop
  /mqlog Your Location is $char(y), $char(x), $char(z)
  /delay $p0
/goto :loop
/return
This is a macro you can call in game with /macro <macroname> <seconds between /locs>
but the only problem I see with that, is that the date format for EQ and MQ are different...

powerspike
a ghoul
a ghoul
Posts: 80
Joined: Sun Aug 11, 2002 11:40 pm
Location: Australia
Contact:

Post by powerspike » Thu Aug 22, 2002 7:45 pm

just a quick question L124RD

/varcalc p0 $p0*10
/delay $p0


couldn't that be
/delay $p0s

??

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Sun Aug 25, 2002 8:05 pm

Salutations,
I think you could... I prefer the *10 thing, I don't like seconds... decaseconds are fine...