• 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

Bug Reporting and Status

Joined
Feb 8, 2005
RedCents
8,901¢
Please Post any issues on this forum:

Please use the following format:

Issue:
Steps to reproduce:
TLP or Live
 
Last edited:
Cleric is no longer auto casting rez to group members inside or out of combat , also does not cast QM on anyone.
Rich (BB code):
[General]
AutoRez=1
pethealpoint=50
tbmhealpoint=65
raidhealpoint=99
Manatonuke=40
usepromheals=0
DivineBuffOn=0
usedruid=0
FollowToonName=Null
AutoCampHold=0
UseFellowship=1
InstantRelease=0
QMGroup=1
UseMelee=0
AutoAssistAt=98
BringYourOwnSpells=0
qmtarget=0
 
Last edited:
A couple fixes for the current version of autosubs on dropbox.

1.
Rich (BB code):
#Event KissShit      	 "[MQ2] toggle #1#
This is missing a qoute at the end.

2.Line 105
Rich (BB code):
/if (${Command2.Length} && ${Command2.NotEqual[null]}) {
Fix for toggle variables not working. The original code was resulting in an execution of the first if/else no matter what.
 
1.08

There is a bug with xtarget healing where it looses the person to heal giving you <name> Furial Renewal =>> NULL <<= would like to see this fixed.
 
I am running 1.08 auto_clr and been having problems that are just weird.

1) for some reason even though I target the MT and start the mac, it cycles through to a different char. In this case it is a wiz. The mac says that wiz is the MT and is very slow to heal the actual MT an SK. I have to issue /newtank with the MT targeted every so often.

2) the mac is not reading the INI at all. When I load the mac, it wants to work as if the INI does not exist and defaults to the internal mac settings for the INI.

3) When I try to change the settings while the mac is running, no matter what I attempt to change it says something about the dpstomana percentage is wrong and to set it to 100+ to disable. If I type what the program wants me to use to disable the DPS, it give the exact same error about the dpstomana is wrong. None of the setting s change.

4) it is not using any heals but the quick heals, no promised, or other long term spells. It just spams the light spell IIRC. That is if it did not default to the wiz as the MT.

I am using the 1.08 of auto_clr and the latest auto_subs.inc from the dropbox.
 
is bring your own spells on? also the rezz is funny atm
Also invite your tank as the last person in group... so when it cycles through it stops on the last person, your tank

Also make sure your ETW is completely Empty and everything on auto,
 
Auto_CLR is turning on without errors, but will not cast any spells. It is cycling through toons properly. Its been reported that Me.Buff[] data is also wrong from MQ2. So we shall see.


This has been corrected. Thanks eqmule.
 
Last edited:
Cleric is randomly casting grp hp buffs on tlp with buff times at over 4hr duration. any one have an idea for a fix?

Useing most current version.
 
there has been a change to the if statements that need to be updated, I have been working on it but it is slow.
 
Hi guy's I'm having an issue when I click my autowar.mac the /plugin mq2melee is not loading mq2melee.PNG is there a fix for this i have the mq2melee.dll in the the folder
 
Rich (BB code):
/plugin mq2melee
i built an inc a while ago to handle auto loading of plugins if needed by the auto macro's
 
when i do type it in its saying that it can not find plugin mq2melee in the directory when i look in the folder the mq2melee.dll file is there.
 
sorry i just found this Bug report thread after i created a question.
i am using the latest version of auto clr.
when MQ is loaded, when log in i always seeing an error -Do Command, couldnt parse pethealpoint 70.

No matter what % number i set on pethealpoint in the INI file, my cleric just doesnt heal mage pet in the group. could this be the above error causing this? thanks
 
So with the last patch of eq/MQ2 if your cleric has the Skull of Null it will Buff then cast skull of null and then buff then skull of null again.
 
auto_CLR
|-----Version: 1.0.9
LIVE server

1) I just started up again so no idea if this is old or the patch but my cleric keeps targeting my enc (last group spot) and will not switch
/echo maintank is set to tank

2) AutoRez does not work for out of combat rez. The routine is being called but for some reason it did not work. Will dig in more next time I have a death.
fix as follows, I see alert list 3 had some corpses in it but the filter did not work. In old version it was "noalert". not sure why this was changed? This might introduce another corner case where it does not work though but solves myissue for now.

- /varset CorpseCount ${SpawnCount[pccorpse guild alert 3 radius 100 zradius 50]}
- /varset GroupCorpseCount ${SpawnCount[pccorpse group alert 3 radius 100 zradius 50]}
+ /varset CorpseCount ${SpawnCount[pccorpse guild noalert 3 radius 100 zradius 50]}
+ /varset GroupCorpseCount ${SpawnCount[pccorpse group noalert 3 radius 100 zradius 50]}
 
Last edited:
Bug Reporting and Status

Users who are viewing this thread

Back
Top
Cart