• 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

Vanilla - Very Vanilla Compile 20141106

Status
Not open for further replies.

Maskoi

old and salty
Joined
Sep 28, 2005
RedCents
82,796¢
attachment.php

Very Vanilla Compile 20141106

HUG YOUR MQ2 DEV

[TABLE="width: 600, align: left"]
[TR]
[TD="align: center"]Check out this Month's Poll

[/TD]
[TD="align: center"]Check out this
Month's Contest
[/TD]
[TD="align: center"]Please Visit our
Contest Sponsor

[/TD]
[/TR]
[/TABLE]
NOTES

KissAssist 7.6.6 Included
NinjAdvLoot.inc Updated
MQ2EQBC included with NEW! /bcg and /bcgc commands. Read about it here

New version: RGUpdate 1.1 Download Here

  • Fixed settings, will now remember your loaded plugins.
  • Will continue to read old MacroQuest.ini files, and upon saving will update to the new format.


Lost?
Watch our easy MQ2 install video, featuring the RedGuides Updater



(Click here to download the RedGuides Updater)

attachment.php


The simple & powerful all-class macro, KissAssist 7.6.6 is included in this compile

Instructions

  1. Use the Patchme command to bypass the SOE Launcher
  2. Download the Very Vanilla compile zip file at the bottom of this post.
  3. Download the RGUpdater.
  4. Use the RGUpdater to update your MacroQuest files. Instructions are here.
  5. Run MacroQuest2.exe from that folder
  6. Run EverQuest.exe
  7. In-Game, type "/plugin <plugin name>" to add all plugins you wish to use
  8. Click Here for Plugin Commands/Descriptions.

New! Some popular macros now included with the Redguide's Compile

Macros
Alctol.mac - Alcohol tolerance skill trainer
Bazaar.mac - Automatically update the prices of your buyer or trader
Kissassist.mac - All class easy to use assist macro
KissNameChecker.mac - NEW! from nostress. KissAssist Spell/Item/Disc Ini Name Checker!
Cskillup.mac - Spell Casting Skillup Trainer Macro
Scribe.mac - New! from Sym Find, buy and scribe all missing spells up to lv 90 from spell vendors in Pok.
Combine.mac - Tradeskills Combine Macro
Potion.mac - New! Ultimate Potion Making Macro by Villageidiot. This macro automates making commonly used potions.​
Include Files
bazaar.inc - Support file for bazaar.mac
ninjadvloot.inc - Support file to handle looting in macros
spell_routines.inc - Support file for spell casting in macros​
Help File
~Redguides_NotAddicted_Macro_Help.txt - Help/Instructions file for all included macros.​
.

--11/06/2014--
Various bug fixes

--10/30/2014--
Updated for patch


Please post any problems
 

Attachments

Last edited:
Re: Very Vanilla Compile 20141030

If you are having crashing issues, there are two ways to fix it:

RGUpdate 1.1 users:

Open RGUpdate, click "settings" and uncheck:

"MQ2Autoskills"
"MQ2Otd"
"MQ2WinXP"
"MQ2Timestamp"
"MQ2BagWindow"

(while you're there, make sure overwrite macros is checked!)

Click save, and then click update.

Everyone else:

Go to your MQ2 Release folder. Edit MacroQuest.ini

Scroll down to [Plugins] and delete the following:

Rich (BB code):
mq2autoskills=1
mq2bagwindow=1
mq2otd=1
mq2winxp=1
mq2timestamp=1

You should be good to go.

All of these plugins are now obsolete, having been replaced long ago, and their .dll files are safe to delete from your MQ2 folder.
 
Re: Very Vanilla Compile 20141030

Yes and this is the compile for it.
 
Re: Very Vanilla Compile 20141030

Maskoi. Compile works. Great job to you and Devs!
 
Re: Very Vanilla Compile 20141030

Thank you for getting this out there as quick as you have. I am very happy to have my advanced map back.
 
Re: Very Vanilla Compile 20141030

Mq2Autoforage isn't working for me. I've relogged re-ran the update and unloaded and reloaded the plugin. it's just not working for me right now across multiple zones. plz help, autoforage was the only reason i re subbed to red guides and anyone who's done Brother Isl. can guess why. thanks
 
Re: Very Vanilla Compile 20141030

mq2autoforage is working fine for me alth i did have a problem with stuff not being put in inventory. do you have forage on your ability keys or hotbutton?


ohh and whats so special about broither isle?
 
Re: Very Vanilla Compile 20141030

Mq2Autoforage isn't working for me. I've relogged re-ran the update and unloaded and reloaded the plugin. it's just not working for me right now across multiple zones. plz help, autoforage was the only reason i re subbed to red guides and anyone who's done Brother Isl. can guess why. thanks

Super easy macro to forage using ninjadvloot. You define what to keep and destroy in the loot.ini file

Rich (BB code):
| Forage.mac v.1 by Maskoi 1/31/2013
| Forage using ninjadvloot.inc

   #include Ninjadvloot.inc
     
Sub Main
    /call SetupAdvLootVars
    :Top
        /if (${Me.Skill[Forage]} > 0) /doability forage
        /doevents
        /call LootMobs
        /delay 10
    /Goto :Top
/return
 
Re: Very Vanilla Compile 20141030

ty mask, I'll try this when i get home.

I did get it to work for several of my toons but my druid, of all toons, still can't get the plugin to work. and in brother isl the partisan requires you forage something so even classes like SKs have to buy the forage AA with a max cap of 50 and sit around for hours depending on their luck. with the plugin going last night it took my SK 3 hours to get the pieces... there is just no way i have the patience to click that button my self lol.
 
Very Vanilla Compile 20141106

New compile uploaded with various fixes

06 Nov 2014 by eqmule
- Changed NUM_BOOK_SLOTS to 0x320 (yes really this time)
this will fix any problems with the charinfo2 struct...
- Changes since last zip where made to the following file(s):
EQData.h

04 Nov 2014 by eqmule
- Changed NUM_BOOK_SLOTS to 0x320
Thanks to woobs for reporting this bug
This should also fix .RankName
Thanks to Gnits for reporting that bug.

31 October 2014 by eqmule
- Added Heirloom, Collectible and NoDestroy to the Item TLO.
They all return pBoolType.
Been on my todo list forever, so it was long overdue.
- Changes since last zip where made to the following file(s):
EQData.h
EQUIStructs.h
MQ2DataTypes.cpp
MQ2DataTypes.h

KissAssist 7.6.6 Included
NinjAdvLoot.inc updated to fix loot timing issues.
 
Combine mac is not deleting items from the cursor, just placing them in inventory, not usually a problem i suppose, but with pottery it is lol
 
Are you sure you have the correct item number defined in the macro? You can see it by right clicking on the item and looking the description window.
Rich (BB code):
${Cursor.ID}==16925)
 
Yep, i'm a big dummy lol, sorry, still trying to learn the parts i have to change when i start macs :/ Thanks for all the help Maskoi, :D

- - - Updated - - -

One more question, i can't quite figure out, how would i use kissassist to mass enchant clay for example, i tried using cskillup, which works, but once the cursor has 20 items on it, it will no longer cast, /casting only seems to do it once unless i can't figure out the syntax for having it recast (which i cant) Sorry, and thanks for any help.
 
When using the fish mac, it doesn't seem to replace my fishing rod, even though i do have a fishermans companion and spare normal rods in my inventory
 
Re: Very Vanilla Compile 20141030

plugin auto forage Broken ? not working for me either across multiple platforms
 
Re: Very Vanilla Compile 20141030

I have been using it on various toons since this patch. Are you using /startforage to begin the foraging?
 
plugin auto forage broken on accounts with the expansion? it works on accounts without the expansion in pok but the account with the expansion it does not says auto forage loaded but does not forage
 
When they patch I am guessing that means mq2 does not work for a little bit till the red peeps release a new version? I am still pretty new to this. hope I am not coming off as insulting.
 
Also new here, what time of day does the update usually come out for future reference?
 
Depending on the extent of the patch it can take anywhere from 30 minutes to a few days.

check the thread here for details.

and here to learn more about donating to the MQ2 guys (who have to finish the MQ2 compile before redguides can finish KA unless it's small stuff outside of MQ2)
 
On patch days I feel like the women from the old Mervyn's commercials standing at the door to the store in the dark tapping it with both hands chanting "open open open"
 
Depending on the extent of the patch it can take anywhere from 30 minutes to a few days.

check the thread here for details.

and here to learn more about donating to the MQ2 guys (who have to finish the MQ2 compile before redguides can finish KA unless it's small stuff outside of MQ2)

To tack on to this info, eqmule updates MQ2 on patch day. He's really good about keeping Twitter updated, and you can see his progress on his Twitter page. For today's patch he's estimating MQ2 will be updated by 8PM EST. The compile is typically up pretty soon after the source is out, I'd guesstimate 9PM EST at the latest is when the new compile will be out.
 
Ya its like I have played the game for 15 years and suddenly I no longer know how to play without it. Much as I hate to say it, without mq2 and KA I would probably just quit at this stage of the game. I use it for less nefarious reasons then most would expect, I am a handicapped veteran and with missing parts automation is really the only way I can play EQ the way I use to when I multi boxed. It gave the game back to me.
 
Vanilla - Very Vanilla Compile 20141106
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart