Public Macros Trying myself at a bot macro..
Reply
Trying myself at a bot macro..
Hello,

Got an itch after 12y+ of not playing. Remember having tried MQ just before I quit.
Decided to try an emu server which allowed it, giving me some leverage to whether I needed to find a group or not in my limited play time.

This site, as well as google helped me out with a basic start. I was first of all looking to have something that fit my play style, and it's fun to learn and make my own.

Its fairly basic so far as I've only done XP grouping (and hardly any CR).
Its written to support on a pure classic server (no AA ablities or TofT etc).
I've only run a pure caster team, so melee hasn't been implemented fully yet.
I'm trying to write it fairly cleanly and as modular as I can. I expect more cleanup is needed at some point.
One .mac per class, with plugged in common code.

My focus has been:
Auto assist and nuke (burn)
Basic healing
Basic buffing
Basic de-buffing

This macro does have a dependency on MQ2CastTimer for the time being, might look into removing that at some point if I can.
If I can get MQNext up and running Ill be porting it to LUA fairly quickly.

Feel free to have a look and give some input. I still have some cleanup to do:

https://github.com/projecteon/MacroQuest/tree/main/macros
Wed May 19, 2021 8:42 am
Just quickly add its evolved quite a bit. Not quite an E3 clone but getting there.
Mon Aug 23, 2021 10:15 am
Thanks for sharing. Is MQNext up and running now? I haven’t looked at it in awhile.
Tue Aug 24, 2021 11:47 am
Project Lead
No, I made a program to try and parse the eqgame.h file memory mappings I have available, and a whole bunch is missing compared to live (to be expected). But there is a whole lot to do to go through all the structs to see what needs to be changed. I havent had time for that yet, and it feels slightly overwhelming.

If someone wants to help me out that would be great. Good to have someone do discuss with, and my MQ knowledge is still rather fresh (inner workings). If only to help me with some guidance it would be great.

The only help Ive had so far from MQ2 discord is that the eqlib needs to be ported to support ROF2.
Can be found here:
https://gitlab.com/macroquest/next/eqlib

There has been mentioned that a port is in the backlog task, but seems focus there atm is getting LUA window scriping more advanced is the prio these days.
Wed Aug 25, 2021 12:15 am
Giving this a small bumb..
More functionality
More bugfixes.

Version working with the new Rof2 build is currently here:
https://github.com/projecteon/MacroQuest/tree/master-mqemu-beta

Ill me merging to master soon now that the rof2 is out of beta.
Thanks Maudigan for all the work on the new build!
Mon Oct 25, 2021 4:46 am
Public Macros Trying myself at a bot macro..
Reply