exptracking.inc -- Exp tracker. Yay math =/

A forum for macro code snippets to be used in writing other macros. Post routines or .inc files here only, completed macros go to the Macro Depot. MQ2Data format only!

Moderator: MacroQuest Developers

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Thu Jul 22, 2004 2:31 pm

I'm gonna try and incorperate this into stick.mac to see if I have my ass on straight where this is concerened. Don't laugh too hard if I come back with my ass on backwards, it's typical of me when I think I know what I'm doing but don't. :lol:
Fuck writing MQ2 macros. Go with IS scripts; IS Rules!

A Troll
a lesser mummy
a lesser mummy
Posts: 30
Joined: Fri May 21, 2004 10:04 am

Post by A Troll » Fri Jul 23, 2004 2:32 pm

did this already , works great

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Fri Jul 23, 2004 4:49 pm

A Troll, you added the code to allow this to track xp when you run stick.mac?

If so, where did you put the /call ExpTrack.inc and the /doevent lines? Would the /doevent work off the one already in place?

I put the #include near top, where it belongs. Know this much from looking at other macros that incorperate #include.
Fuck writing MQ2 macros. Go with IS scripts; IS Rules!

Genza
orc pawn
orc pawn
Posts: 11
Joined: Thu Jul 22, 2004 2:13 pm

Post by Genza » Thu Jul 29, 2004 5:28 pm

Did you get it to work aC? I'm new, but I guess you would add to stick.mac:
at the top:
#include ExpReport.inc
then once at the beginning of sub Main:
/call StartExpTrack
then any /doevents already in stick should take care of the rest.