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

  1. T

    For Developers

    Hey folks. My name doesn't pop up here nearly so much as it did a few years ago, but I'd like to think that there are a few of the developers here that still remember me. Anyways...I'm writing a thesis paper for my degree (comp sci, of course) about computer security and plan to use Everquest...
  2. T

    Request - Soooo....

    Ya mon, I do. But yeah, I was EQ all the way...but setting up a private WoW server sounded like a good idea to waste some time with the roommates in our little amount of downtime. And I stopped posting actively sometime around June/July 07 or so...long time back, for a site like this.
  3. T

    Request - Soooo....

    I know that I'm not around here very often anymore, and post even less, but I was hoping that I could get access back to level 2 on WoW ><. My roommates and I are hoping to set up a private WoW server, and I remembered there being a guide to that somewhere on here... Or if not...omgz, nice to...
  4. T

    Various MQ2 compiles

    *tear* All of us old fogeys are gone...back to reading every so often... The reason that the multiple compiles died, in all honesty, is because I started getting them up too fast, and too reliably. Before I started compiling at all, there were about 4-5 up...but because I was getting out of...
  5. T

    Jigs21 MacroQuest2 Compile v18.0

    No. ieatacid has reserved permission for his plugins to be passed around on these websites, therefore including any of his plugins in the compile would be illegal in a way that would open this site up for legal action because of violations of GPL.
  6. T

    Baby AFK Necro mac

    *shrug* I don't blame you. Feel free to send me a PM if you have any coding issues.
  7. T

    Baby AFK Necro mac

    Because the boards are bugged. What was wrong with my necro macro?
  8. T

    Anyone else have Circle Problems?

    Druid, there's no need for that. You can reset the plugin without reloading it by just doing the "/circle off" command, then re-entering your circle command. I know that it's a small thing, but it's a tiny bit faster, and a bit more memory efficient in the long run.
  9. T

    Im back, TONE where are you!

    Look at Crystane's macros, like what was said above -- that's got just about everything you need. PS...there are like 5 people left who remember that there even WAS a Tone...
  10. T

    MQ2Irc macro for RG IRC server

    Or they could just UseWnd=Yes in [Settings] in MQ2IRC.inc. I understand that you want to help the lazy people who don't take the time to read the information about the plugin, but don't cripple them. If Jigs would have listened to my suggestion a long time ago, then he would have added the...
  11. T

    MQ2Onecast Plugin

    Just add in a check to the command args. Do something like /onecast npcName % "spellName" target 0|1 Then bool StopNoTarg = false; GetArg(StopNoTarg,szLine,5) Then in your OnPulse checks: PLUGIN_API VOID OnPulse(VOID) { PSPAWNINFO pChar = GetCharInfo()->pSpawn; if (InGame() && ready)...
  12. T

    will this code work?

    Well, the !${} returns the exact same thing as ${}==FALSE. The statements are exactly the same. Both are BOOL checks, which means that both check if a statement is true or false. The !${} is just a much more compact way of writing it out. As for what I wrote out...if you can get me the exact...
  13. T

    will this code work?

    Changes: --(${Target.ID}==FALSE) ===> (!${Target.ID}) --(${Me.Moving}==FALSE) ===> (!${Me.Speed}) --When you "/return" on a Sub Main, that ends the macro. You don't need to /endmacro after the final /return. Sub wait /echo ${Target.CleanName} is ${Target.Distance} units away - waiting to...
  14. T

    will this code work?

    If you have any questions, don't hesitate to ask -- I love helping people learn this stuff, as long as they are willing to learn.
  15. T

    will this code work?

    The way that I have the sub set up allows you to pass "arguments", or bits of data, from one sub to another without declaring and setting the variables with /declare and /varset. When you call a sub, you call it like this: /call subname arg1 arg2 arg3 arg4 arg5 etc Most people don't do...
Back
Top
Cart