• 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)
    Frostreaver

Recent content by Arneweise

  1. A

    Release RuppocSnakes.mac - Repeatable xp and faction grinding in House of Thule

    Yes, I have this snippet in an include file that I call from Kissassist or my other expgrinder macros. Feel free to "steal", that's why I shared it It's of course easy to switch back, but I changed the event to listen on exp message instead of task update on purpose. This way, if I miss to...
  2. A

    Autobanker macro

    Hello, Here's another of my new quick and dirty macros. Wrote this yesterday to quickly move all the tradeskill loot from my inventory to the bank. Hope it helps you as much as it does me :) Cheers, AW |*******************************************************************| | - AutoBank.mac -...
  3. A

    Exp tracker and calculator plugin

    Hello, I made a modular version of the exp tracker and calculator that I have been using for myself, and decided to share it with you. It keeps track of how much exp you have gained since it started, and calculates the estimated time until ding. Regular Exp only at this time. For example...
  4. A

    Release RuppocSnakes.mac - Repeatable xp and faction grinding in House of Thule

    Hello, Here's my version of the same code purpose. It's a bit simpler as I just threw it together this morning, but it seems to be working nicely so far. #Event Ruppoc "#*#You gain party experience#*#" Sub Event_Ruppoc /declare SavedXLoc int local ${Me.X} /declare SavedYLoc int...
  5. A

    Skillup casting

    I just used my macro on the progression server character, and it worked fully automaticly exactly as intended, maxing all five skills. I don't understand where the Macro.Return variable can be set to "X", still leaning towards a different version of Spell_Routines.inc? Or maybe something else...
  6. A

    Analog joystick, running in circles.

    Hello, I don't even own a joystick, so I can't test this myself. That is why I ask you guys. Is it possible to connect an analog joystick to EQ? If yes, could you calibrate it (or lean a book against it) to always pull a little to the right, so you would end up running in these perfect...
  7. A

    Skillup casting

    We probably have different versions of "Spell_Routines.inc", the macro return values I use come from that file: | Returns these values: |----------------------+----------------------------------------------------------------------+ | CAST_CANCELLED | Spell was cancelled by ducking...
  8. A

    Skillup casting

    Hello Reverent, Thanks for the feedback. I'm currently back in the game and been using this macro without problems on a couple of characters. What is the X in the "Unhandled Exception: X" and which class are you? I'll try to debug your problems. Cheers, AW
  9. A

    Skillup casting

    Hello again, Sorry about the delay, I have been away from the game for a couple of months. Here's the current version of my script, I just added a very primitive med routine too. Hope you like it, let me know if there are errors or problems. Cheers, AW |CastingSkillup.mac |Version 0.3...
  10. A

    Skillup casting

    thank you Alatyami for the feedback. I wanted to make a more sophisticated version than the other one that just casts five spells blindly over and over. My script calculates the maximum possible skill, improves the lowest skills first, and shuts itself down when all skills are maxed. Added...
  11. A

    Skillup casting

    Hello all, I'm a long-time user, long-time lurker, first-time poster. I have started working on a universal macro for skilling up the casting skills. Not sure if I am reinventing the wheel, but I've never seen any plugin or macro that does this. It's far from finished, I just started coding...
Back
Top
Cart