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

  1. R

    GoTrain.Mac - Send your toons to their trainer!

    haha, took me a second. Yeah that would be bad. /mac gotrain someguy withmoblist
  2. R

    Guide - Fun with Formations

    What did you come up with? I was thinking of making a formations macro with all kinds of patterns etc. maybe even a run in formation type setup.
  3. R

    Quest / Event GoTeek.mac - Send your toons to get a quest and come back home :D 2022-06-20

    goteek.mac While I was coding this I was pretty nervous about drawing attention to myself. I setup the debugon variable so that it would run through the motions, but not actually "/say" anything. After several hour of testing I finally issued a "/bcaa /mac goteek 40" and I just laughed my arse...
  4. R

    GoTeek.mac - Send your toons to get a quest and come back home :D

    Thanks, I was going to use a string like you show, but I didn't know the syntax. I tried to read the MQ2 manual, but the white on black and lack of tabs etc makes it very hard to read through so I just did a hack job. I'm just gonna leave it as is, but I did want to know what my options where.
  5. R

    GoTeek.mac - Send your toons to get a quest and come back home :D

    goteek.mac While I was coding this I was pretty nervous about drawing attention to myself. I setup the debugon variable so that it would run through the motions, but not actually "/say" anything. After several hour of testing I finally issued a "/bcaa /mac goteek 40" and I just laughed my arse...
  6. R

    GoTrain.Mac - Send your toons to their trainer!

    Yeah that was the plan all along. It's in the TODO section of the code. maybe /mac gotrain scribe I'll add the code in and have it remarked out. so people can remove the remark. I added a buySpells variable. Just set it to true and it will /call scribe. I've tested it and now my wizard bot is...
  7. R

    Utility GoTrain.Mac - Send your toons to their trainer!

    gotrain.mac -Requires: MQ2Nav mesh of POK -Optionally requires scribe.mac if YOU set buySpells True in the code. (default is false) scribe is a level 2 macro not availble to link. Description: This macro will send you to your spell vendor or let you choose what class and level to visit. When...
  8. R

    GoTrain.Mac - Send your toons to their trainer!

    gotrain.mac -Requires: MQ2Nav mesh of POK -Optionally requires scribe.mac if YOU set buySpells True in the code. (default is false) scribe is a level 2 macro not availble to link. Description: This macro will send you to your spell vendor or let you choose what class and level to visit. When...
  9. R

    Simple Farm Mob Macro

    Very cool. I use to be a professional coder back in the 90s. I'm enjoying it again. the syntax is a little odd, but easy enough. When I saw a goto statement I did a literal LOL. I haven't seen a goto since I was in highschool in the 80s lol. I'm not sure how much further I'll take my...
  10. R

    Simple Farm Mob Macro

    Updated to 1.3 added multiple mob options. /mac killbot 1000 lion wolf spider giant It works great in wide open places like karana I like how it's working out. I can see someone starting a new toon in Cresent Reach leveling fast by just changing the moblist for each level 10000 grove 10000...
  11. R

    Simple Farm Mob Macro

    I'm gonna continue to work on my own mac just for the experience. I posted my latest save at the top. I do want to learn all the stuff you have. I fine tuned it so now it only does one thing at a time and not a constant loop spam. It's pretty clean. I have lots to do still. I'm going to add...
  12. R

    Simple Farm Mob Macro

    in that case then yeah I'd definitely leave the radius first. I'm gonna try it out. thanks. I guess I hit my thanks limit for the day? I'll hit you up when i get more :D - - - Updated - - - I'm using this atm and it works good. I'm confused about why your getting a mob count and then...
  13. R

    Simple Farm Mob Macro

    haha, we programmer do get carried away don't we :D kissassist hunter wasn't working in the cave in creseant reach so i threw that together quick to farm skins for tailoring. Now I need something to farm a list I orginally had the radius as the first parameter, but decided the what was more...
  14. R

    Combat Assist Simple Farm Mob Macro

    Renamed to Killbot.mac since it's not only great for farming materials you can use it to level newbies etc. It's a work in progress, It has TONS of comments to help others learn. Thanks in advance for any Redcents! killbot.mac | killbot.mac by Rogue601 v1.4 - work in progress | | This macro...
  15. R

    Simple Farm Mob Macro

    I tried your code that starts off /declare myTargetID string outer 0 :findMob /if (!${myTargetID} && !${Spawn[id ${myTargetID}].Type.Equal[Corpse]} && !${Me.XTarget}) { /varset myTargetID ${NearestSpawn[npc targetable radius ${Param1} zradius 100 "${Param0}"].ID} } and it crashed my...
Back
Top