MQ2 TLO and submember dump macro?

Tribunalite

I ask a lot of questions!
Joined
Apr 23, 2006
Messages
286
Reaction score
4
Points
18
Location
USA
Before my PC took a dive, I had a macro that dumps all of the TLOs and all corresponding members / submembers. I still have the old data file, but can't find the macro that I generated it with. Is there a datatype that I can basically do a lot of loops and get the TLO list now? Granted, this was 2019, and the MQ2/MMOBugs codes have changed a lot sine then.
 
  • Like
Reactions: EQDAB
wrote this a while back. it has most of the basic TLO's and the members. But you can also use a parameter to specify a specific data type.

/mac data would just do all the ones preset to the macro.
/mac data stick would do any stick members.

The parameter is case sensitive based on what is stored in the logic for mq2.
 

Attachments

  • data.mac
    2.5 KB · Views: 11
  • Like
Reactions: EQDAB