EQ1 Script Sharing

Hey all, thought it might be good to share some scripts we've been using.
I'll start off by sharing a mez script I run on my enchanter (though it should work fine on any class with a mez).
You will likely need to update the "atom onIncomingText()" function to include the success text for the mez that you're using. For example if the message you get is "__________'s jaw falls as they begin to drool", you will need to update the function to check for that text. Without this, the script will recast the mez on the same target over and over, because without success confirmation, it is assuming that the cast failed.
Update:
Updated version of AutoMez, it now determines the mez duration on the fly, and it will determine if a target can not be mezzed (and will not try again).
Added ScriptToggle - may or may not be useful. I use it in conjunction with MCP to easily turn scripts on or off. You can add messages to be entered in group chat /tells.
Added CloseMessageBox - this will automatically close the popup messageboxes you get when you receive a tell.
Added TellRelay - this will automatically forward any tells you get to a character you choose (/runscript TellRelay TankName). Has to be run on each character.
Added BardFix - periodically a bard song will get hung (preventing casting, as well as ogre follow, campspot, etc.), this script will detect if that happens and cancel the current song, allowing bard to continue normally.
I'll start off by sharing a mez script I run on my enchanter (though it should work fine on any class with a mez).
You will likely need to update the "atom onIncomingText()" function to include the success text for the mez that you're using. For example if the message you get is "__________'s jaw falls as they begin to drool", you will need to update the function to check for that text. Without this, the script will recast the mez on the same target over and over, because without success confirmation, it is assuming that the cast failed.
Update:
Updated version of AutoMez, it now determines the mez duration on the fly, and it will determine if a target can not be mezzed (and will not try again).
Added ScriptToggle - may or may not be useful. I use it in conjunction with MCP to easily turn scripts on or off. You can add messages to be entered in group chat /tells.
Added CloseMessageBox - this will automatically close the popup messageboxes you get when you receive a tell.
Added TellRelay - this will automatically forward any tells you get to a character you choose (/runscript TellRelay TankName). Has to be run on each character.
Added BardFix - periodically a bard song will get hung (preventing casting, as well as ogre follow, campspot, etc.), this script will detect if that happens and cancel the current song, allowing bard to continue normally.