Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋
A TLP without truebox has thawed (Very Vanilla ready)
Been chipping away at this and I think I have pretty much fixed the majority of bugs. I finally got the spawns and spawn/ground events working tonight.
At this point in time the original functionality is fixed. I updated the strongly typed versions of all existing data types and TLOs, added...
Having a blast with this here: https://github.com/anthony-spruyt/MQ2DotNet/tree/feature/mq2flux
I have been playing around recreating existing plugins and features to learn more about macroquest and I quite like how it is turning out so far.
Just contact support. They will ask you to provide some proof you are the account holder and then update it for you. Took about 48 hours for me over a weekend to get it sorted since I emigrated before returning to EQ.
I understand that, but I would rather maintain it even if just for myself. I've worked a lot with Lua in the past and if I have a .NET option as alternative for my own stuff then I will not even blink an eye.
Only half of spawn type left to update. Having the strongly typed mq type classes was a pain to get updated but it is so nice to use and play with as someone new to MQ now that most of it is synced up again.
Have you guys ever looked at this project's source >.< It does make it super easy to work with but likely a pain to maintain. I'm a sucker for punishment though.
The existing project does create classes of mq types that wrap it yeah. Been bringing it up to date cause they have been out of sync for 2 years now it seems.
That is the price for intellisense and strongly typed type classes I guess in .NET. It doesn't just send strings to parse like MQ2Mono as you noted, it directly interops with the VarPtr, TypeVar and Type structs. MQ2Mono is pretty much MQ2DotNet running in mono instead of .NET CLR and without...
Only 14 more data types to update, must say I underestimated the effort to get this up to date severely hah. Then I need to check if there are any new TLO's and also plugin TLO's that are worth capturing.
Ive taken a good look now at both MQ2Mono and MQ2Dotnet and gotten a much better idea of how each work as well as the MQ2 native code now. MQ2DotNet has so much more work put into it though with all the datatype wrappers and factory. I have been working on getting it up to date with the latest...
Ended up ditching CppSharp. I could only get it to generate parts which weren't of much use and ended up stripping away most of the project which became such a chore that it didnt help much with automation.
After that I added some more helper methods to the loader to avoid mapping struct offsets...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.