• 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
Resource icon

Release MQ2TributeManager

i noticed mine saves it as "mode=2" are the modes listed somewhere?
 
C++:
enum TributeMode
{
 TributeMode_Manual,
 TributeMode_Auto,
 TributeMode_OffWhenExpired,
 TributeMode_Unused
};

0 - 3 is the enumeration for modes.

IE: Mode 1 = auto, so mode 2 = OffWhenExpired
 
its not turning on after update

even doing /tribute auto while fighting it is staying off tried both mode 1 and 2
 
its not turning on after update

even doing /tribute auto while fighting it is staying off tried both mode 1 and 2
@wired420 can you look into the plugin. it seems broken after the last update. putting it in auto mode in combat does not turn anything on anymore
 
Will take a look at it today. Nothing with update should've broken it. Was definitely working when I submitted it, but I haven't been on EQ in about a week.
 
C++:
enum TributeMode
{
TributeMode_Manual,
TributeMode_Auto,
TributeMode_OffWhenExpired,
TributeMode_Unused
};

0 - 3 is the enumeration for modes.

IE: Mode 1 = auto, so mode 2 = OffWhenExpired
Not exactly sure which order they're in as some options don't even need a setting. On OffWhenExpired and Manual all wind up on the same setting. Pretty sure I just arbitrarily added them in the order I coded it Lol
 
@wired420 @Redbot can we get this fixed or rolled back to the previous version?
 
all good just didn't want it to slip my mind also.

even while fighting a raid mob if i /tribute auto it does not turn on. if i tribute on it will turn on but not off

also tested in auto mod if i manually turn it on and let the timer expire it does not shut off
 
Off technically isn't off. Forceoff is really off. Which does work. Off is technically Off When Expired. Just tested it on live. Auto is indeed not working and I have an idea of why, but the rest was working as intended. I've test copied a character with enough tribute to test. Building a debug copy right now.
 
hey guys, had heard about this one, and decided to give it a try. i have it on /tribute auto but it seems to not want to shut off after battle or after the combat timer is up. what do i need to do in order to get it to turn off please? about how long after should i wait for it to turn off please. thanks
 
Last edited:
hey guys, had heard about this one, and decided to give it a try. i have it on /tribute auto but it seems to not want to shut off after battle or after the combat timer is up. what do i need to do in order to get it to turn off please? about how long after should i wait for it to turn off please. thanks
I use mode 3 - it turns on during a "named" and then it stops once it has ended

its not perfect, since the mq2 named check is based on eq stuff which is less than ideal - but it works for my needs
 
i think i got it sic by just logging out last night and back in today. thanks for your help! i always forget to turn the shit off haha
 
So if I use "/tribute named" it will turn on tribute and trophy while fighting named mobs and then turn off at the end of the fight? Or just tribute?
 
Last edited:
So if I use "/tribute named" it will turn on tribute and trophy while fighting named mobs and then turn off at the end of the fight? Or just tribute?

It's a separate window. But maybe the code is set to look at it as well.

There was also something about power sources a while back in this thread (which I imagine relates to swapping the ps in/out).
 
Has anyone noticed the under /tribute named. it's not turning off personal tributes after the named is dead?
This would be with MQNext

Only sort of noticed it so wondering if its just me before filing a bug report.
 
Has anyone noticed the under /tribute named. it's not turning off personal tributes after the named is dead?
This would be with MQNext

Only sort of noticed it so wondering if its just me before filing a bug report.
Yeah, I just used this last week on TLP and set it to /tribute named and it never turned itself off. Burned through my points pretty quick.
 
Has anyone noticed the under /tribute named. it's not turning off personal tributes after the named is dead?
This would be with MQNext

Only sort of noticed it so wondering if its just me before filing a bug report.

Yeah, I just used this last week on TLP and set it to /tribute named and it never turned itself off. Burned through my points pretty quick.
Sorry for the delays on this. i thought i was going down on tribute way more than i should have been, heh.
I was able to track this down > HERE < at least for MQ "Next" (Knightly had to mix my MR to fix it) it should be working as intended again
 
Sorry for the delays on this. i thought i was going down on tribute way more than i should have been, heh.
I was able to track this down > HERE < at least for MQ "Next" (Knightly had to mix my MR to fix it) it should be working as intended again

This is awesome. Been working a script that would yell at me if I zoned and left it on.
 
This is awesome. Been working a script that would yell at me if I zoned and left it on.
you could have(or still i guess) use a zoned.cfg to just turn it off if it was on

(in case you didn't click on the linkie, it actually wasn't a change that was needed in this plugin specifically, just some information this plugin used from MQ as a whole - which hopefully means fixes potential other problems elsewhere too)
 
This macro works great for tributes. I set it to /tribute named and it goes on and off as expected. However, I have not figured out a way to do the same for Trophies. Is there a command like /Trophy named ? It's probably user error but I haven't figured out how to make it work so I continually burn through my personal trophy amount.
 
Loaded up this plugin on Saturday night, went and did some raids with tribute set to auto and it didn't set my tribute on once without doing a /tribute on command. How does auto work? What triggers it?
 
This macro works great for tributes. I set it to /tribute named and it goes on and off as expected. However, I have not figured out a way to do the same for Trophies. Is there a command like /Trophy named ? It's probably user error but I haven't figured out how to make it work so I continually burn through my personal trophy amount.
I would like a trophy tribute option included also please.
 
having an issue where /dgae /tribute on or /bcaa //tribute on are not turning on tribute at all. sometimes /tribute on works, sometimes it doesn't. /tribute off always works.

Edit: Disregard... it wont shut off tribute either
 
Last edited:
Was there ever a solution to get this to work for trophies too?
This plugin will turn trophies off, but I have to turn them on manually.
 
Suggestion for a modification / extension:
/tribute guild on
/trophy guild on

/tribute guild off
/trophy guild off

not shure if the following 2 commands are as good as an idea as the 4 commands above, but for members of small family-guilds those 2 would be very useful as well:
/gtribut auto
/gtrophy auto

For chars having the power, it would be great to be able to control guild-tribute and guild-trophy the same way, you can control personal tribut and trophy.
Actually my personal tribut as well as our guildtribut is filled to max and still loads of tributable items in inventory.
If guildtribut could be controlled as reliably as personal tribut, I would activate it as well whenever some of my chars are logged in.
 
Was there ever a solution to get this to work for trophies too?
This plugin will turn trophies off, but I have to turn them on manually.
I know its been a while, but I am still using this plugin and the auto turning on personal trophies is not working.
 
Release MQ2TributeManager

Users who are viewing this thread

Back
Top
Cart