• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Recent content by knervous

  1. K

    Plugin - MQ2Node - Evaluate and run macros in JavaScript

    Another big update here - got a lot more wired up like event listeners in the code, e.g. spawn/despawn/zone listeners. Also wrote a lot of utilities and have an example macro killing stuff in NQ forever. Here's a longer demo video I made: @Wink- Here are some example JS utilities that use...
  2. K

    Plugin - MQ2Node - Evaluate and run macros in JavaScript

    Nice big update here... Have a repo currently a WIP for all the code for anyone to check out: If anyone wants to actually try this build let me know I have a few bugs and QOL to iron out but a lot of features will be ready soon. https://gitlab.com/knervous/MQ2Node Also managed to get...
  3. K

    Plugin - MQ2Node - Evaluate and run macros in JavaScript

    Going to use this thread as a dumping ground for updates on this for whoever's interested if that's ok - mods let me know if not. Finished mapping the _SPAWNINFO struct this morning which should apply to many places that use this, right now just hooked up to my own char:
  4. K

    Plugin - MQ2Node - Evaluate and run macros in JavaScript

    Awesome, yeah this is a work in progress that I would eventually like to publish. Eventually I'll be at a point where I'd consider it "shippable" and then continue to add features. Right now I have working: - Executing scripts right from the Macro directory via /node macro.js - Stopping...
  5. K

    Plugin - MQ2Node - Evaluate and run macros in JavaScript

    Hi everyone, first time poster here, been sitting on this idea for awhile... I've spent a lot of time writing scripts on the MQ2 language which I've grown to love and hate. JS is my go-to language to spin things up quickly and the NodeJS runtime has become very mature and feature rich over the...
  6. K

    Question - Telnet relay to mobile application

    Hi guys, was wondering if there might be any interest in making something I'm working on open source: I'm using nodeJS to connect to the telnet server spun up in MQ locally - from there I'm parsing input and relaying info, currently to an email so it's only one way. I was thinking I want to...
Back
Top