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

  1. C

    Kiting in nest

    Pathing is AFU in nest (and everywhere else I've tried) atm, I can't find a spot that will reliably hold a circle mac for more than 10 minutes. If there is a good afk kiting spot nowadays, I haven't found it (and would like to know if someone does :) )
  2. C

    Anybody seen a problem with targetting in your macros?

    /if (${Target.Level)>15) if that's an actual line from your macro it's wrong, it should be ${Target.Level} not ) Not sure why level would be reported as null though, the only time that should happen if you don't have a target... Actually, a ghost mob (one that was killed as you were zoning in...
  3. C

    UP Spawn Indicators=Targetable mobs?

    Timers, Traps, and Triggers are all distinguishable spawn types. you can /mapfilter timer or /who timer, for example.
  4. C

    Request - Code Example

    I've done it two ways...neither are really certain to catch the right mobs, but should help. /if (${SpawnCount[npc radius ###]}>1) (depending on how close the mobs are following you, ### is the max distance they will be from you at any time) /if (${Target.NearestSpawn[2,npc radius 30].ID})...
  5. C

    FH Bard macroing, as of "doomsday" patch

    the server is not likely checking it, but the gm was probably invisible in zone watching him. Although it wouldn't be impossible to code detection for perfect circles, it doesn't seem to me the route sony would choose.
  6. C

    Looking for VS.net

    Is this stuff really allowed here? Most sites like these draw the line at warez links... but I can't seem to find a rule about it so honestly just curious.
  7. C

    Ban Reasons Confirmed

    Back a page... the bug with having a ghost on your screen. That is a bug with EQ and is a client issue; many people have reported this, including people who I know don't use mq (or they've fooled me, which means they'd be smart enough that they wouldn't say anything about this if it were mq...
  8. C

    Checking for Line of sight...

    should be /if (${Spawn[id ${potentialTarget}].LineOfSight}) { just forgot an end brace
  9. C

    Hill Giants in Rathe Mtns Nerfed

    that's the definition of belly caster. Your spell is resisted if you're not in melee range.
  10. C

    Checking for Line of sight...

    It would be possible to do it without targetting, but would require a bit more code. Such as Sub NewTarget /declare potentialTarget int local ${Spawn[npc radius 150].ID} :targetLoop /if (${Spawn[id ${potentialTarget}].LineOfSight) { /target id ${potentialTarget} /return } else {...
  11. C

    YES ITS another PATCH

    Servers are up. No exe
  12. C

    Rivals is Nerfed!!!

    Maybe people will stop killing the price of crystals on my server then~
  13. C

    Warping Concerns...

    OMG with patch tomorrow they're adding new warp detection code and anyone who uses it is instabanned!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Seriously, how many times have we heard this? It's never been true since I've used warp (which has been for quite awhile). The...
  14. C

    Vxed kiters out there... question

    AFK exp macros are allowed in the VIP section. But since in vxed in particular you need warp to get to the right location, it is not allowed.
  15. C

    Vxed kiters out there... question

    I don't remember the original macro name... of course it's not a vxed macro, it's just a bard kiting macro.
Back
Top