• 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 Synk

  1. Synk

    Contest Top Chat Users (Discord)

    Nice, thanks @Redbot
  2. Synk

    Plugin - MQ2Nav Release Thread

    Just wanted to make a post here, using MQ2Nav has become very difficult when using Selo's Song of Travel since it has stopped updating the view angle with consideration to the Z Axis position of the nav path since the last update, toons constantly running into ceilings now. I use nav to...
  3. Synk

    Utility Port.mac 0.3

    Simple macro for folks running multiple groups and porters! (or just really lazy haha!) This is the first version of this so I'm doing 0.3 cause I likely have a typo in there somewhere, just DM me with any issues. |Portal mac |Usage: /mac port zoneshortname |Use on port char ie. wiz or dru...
  4. Synk

    Utility DBBuy.mac (Only works on MQNext) 1

    Use at your own RISK! This automatically consumes DBC so, yea This only works with MQNext If you have never entered your ZipCode you will need to do that manually (one time thing) /mac DBBuy "categoryname" "itemname" Category is the selection window in the lower right hand corner of the...
  5. Synk

    Plugin - MQ2DanNet

    Well the crash error was something due to peer_connection, I'll try to catch it next time. I had sub time running out on that account also so maybe something DBG booting that toon caused the crash as well. Hopefully a red herring
  6. Synk

    Plugin - MQ2DanNet

    @exspes007 I think your responding to me! I haven't changed the if statement when I check to make sure the obs exist (it def returns expected values for me but maybe theres an issue in that syntax at a certain speed?). However I did add the ini changed you showed and it seems to have fixed the...
  7. Synk

    Plugin - MQ2DanNet

    I've gone through and merged my DanNet version of Trotsbot to test the latest version of DanNet, unfortunately I still have dobserves reporting 0 values intermittently even though the TLO reports the correct value when called directly but the output variable will get set as 0. Example | set...
  8. Synk

    Plugin - MQ2DanNet

    @KingArthur I spoke with Dannuic on this some yesterday and ultimately found the observers would occasionally miss a var update. Their setup to only send data when they detect a change in whatever their tracking, and it seems like their sometimes (rarely) missing that change. I have the exact...
  9. Synk

    Plugin - MQ2DanNet

    @dannuic I have a snippet of my code above but essentially I set observers in for loops for all of my buffs and each bots PctHPs (this is the bulk of the observers). All of these values are being checked constantly (very little delay between passes) by the macro, running 18-36 toons typically...
  10. Synk

    Plugin - MQ2DanNet

    @KingArthur Thanks man, that's kind of a deal breaker unfortunately for me. The queries are too inconsistent and observers stop reporting reliably at some point as well. I really want to get away from netbots but I will have to shelve this version of my macro until this is more reliable...
  11. Synk

    Plugin - MQ2DanNet

    @dannuic I'm having an issue that seems to only happen after awhile but basically my observers start getting inconsistent and occasionally report 0 values. I actually put some echos in last time i happened and I had this obs /if (${TankName.Length}) { /if...
  12. Synk

    Plugin - MQ2DanNet

    @dannuic Thanks man that's great to hear. I have it all plugged into my modbot and fully functional now, even got the chat commands transferred over from eqbcs so no eqbc or netbots at all running now. One more question though! Is there anyway to do chat formatting like we could do in EQBC...
  13. Synk

    Plugin - MQ2DanNet

    @dannuic Is there any limit to how many observers the plugin can manage? My shaman for example has nearly 100 active observers between all my bots due to how many buffs, heals, and cures she is managing. Is there any limit to how many observers i can have active at once? I could slow things...
  14. Synk

    Plugin - MQ2DanNet

    @dannuic Thanks for the explanation that makes a lot of sense now. I'm using dqueries for a few of my static event/commands now and then dobserve's for all of my heals/buffs/cure/debuff/melee routines that require constant updates. I've completely rolled it into my version of modbot so I'll...
  15. Synk

    Plugin - MQ2DanNet

    Ok some clarifications here. For me what ended up working inside of my heal while/for loops was this. ObserveSet TLO is important in the if statement because if you use Observe you might get non numerics back since that actually returns the result of the query. /if...
Back
Top