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

FindClicky.mac by ChatWithThisName (1 Viewer) 1.0

ChatWithThisName

⚔️🛡️🗡️
Moderator
Joined
Dec 29, 2017
RedCents
14,017¢
So as I was leveling my characters up and buying random crap from the bazaar to upgrade my toons I got to wondering if any of my items had clickies on them.
I was going through looking at each individual item one at a time like I didn't know how to code or something. I was thinking to myself man I'm going to have to do this every time I upgrade my gear.

So I did what anyone who knows how to make scripts would do....I made a macro to check for me. Since keeping things to myself isn't my way I've decided to share it with you.

If you appreciate my work and want to help support me you can donate to me directly at Donations for ChatWithThisName's Hard Work


|||||||||||||||||||||||||||||||||||||||||||||||||||
|FindClicky.mac by Chatwiththisname
|v1.0 ~ Initial release 1/2/2018
|Usage: /mac FindClicky
| /mac FindClicky All
| Above is same as /mac FindClicky
| /mac FindClicky Worn
| Above will only check for clickies in worn slots
| /mac FindClicky Inventory
| Above will only check inventory/container slots
|
|Purpose: Will search your worn slots and inventory
| for clickable items and output found items to
| the MQ2 Window
|||||||||||||||||||||||||||||||||||||||||||||||||||
 
Last edited:
I know I'm a few years late to the game here. But does this still work or is it just me?
I tried running it with vanilla and got the following errors-

DoCommand - Couldn't parse '/echo \ar[\agFindClicky\ar]\aw >>> \atWhere to look: \ao${optionCheck}'

Then-

DoCommand - Couldn't parse '/echo \ar[\agFindClicky\ar]\aw >>> \atMacro Runtime: \ao${Macro.RunTime} seconds.'

Then the macro ended.

If it's just too old then please disregard.

Thanks- BB
 
Sounds like you have an alias for echo command.
/nods in ignorance of coding.

Thanks for replying CWTN.

Not sure if this is what you mean- I went through my MacroQuest.ini under "[Aliases]" looking for every "/echo" and found quite a few.

/exp=/echo ${Me.PctExp}% experience...
/hp=/echo Current Health: ${Me.CurrentHPs} -- Max Health: ${Me.MaxHPs}
/mana=/echo Current Mana: ${Me.CurrentMana} -- Max Mana: ${Me.MaxMana}
/slotid=/echo ${SelectedItem.InvSlot}
/allowaltbeg=/echo QBSetVar: allowAltBeg
/askdelay=/echo QBSetVar: askDelay
/askanyone=/echo QBSetVar: askAnyone
/begchannel=/echo QBSetVar: begChannel
/begifinvis=/echo QBSetVar: begIfInvis
/mebegbuff=/echo QBSetVar: meBegBuff
/mebegitem=/echo QBSetVar: meBegItem
/mebegcure=/echo QBSetVar: meBegCure
/petbegbuff=/echo QBSetVar: petBegBuff
/minbeglevel=/echo QBSetVar: minBegLevel
/echo=QBSetVar: petBegBuffMessage1
/CCHEnd=/echo Ending Chain CH
/CCHMode=/echo CCH Mode Activated --
/startCCH=/echo Starting the chain gang
/lootignore=/echo LootIniItem Ignore ${Cursor.Name}
/lootsell=/echo LootIniItem Sell ${Cursor.Name}
/lootkeep=/echo LootIniItem Keep ${Cursor.Name}
/lootdestroy=/echo LootIniItem Destroy ${Cursor.Name}
/lootquest=/echo LootIniItem Quest|${QuestKeep} ${Cursor.Name}
/sellstuff=/echo NinjadvLoot selling items to vendor
/depositstuff=/echo NinjadvLoot depositing items to guildbank
/ktdismount=/echo KTDismount
/ktdismount=/echo KTDismount
/ktdoor=/echo KTDoorClick
/kthail=/echo KTHail
/ktinvite=/echo KTInvite
/ktsay=/echo KTSay
/kttarget=/echo KTTarget
/pettoysplz=/echo PetToysPlease


Are these what you mean? Should I remove them?

Thanks- BB
 
Awesome Sic and Vandersl! I did what Sic said and did a side by side w/ Notepad++ and the line Vand said was what was preventing it. The super quick replies are appreciated.

Been back to EQ / MQ since late November after a 10 year absence and have had a steep learning curve. It's like learning to walk again. But fun as hell.

Sic, will doing "/alias /echo delete" change how I use any plugins?

Thanks again- BB
 
Awesome Sic and Vandersl! I did what Sic said and did a side by side w/ Notepad++ and the line Vand said was what was preventing it. The super quick replies are appreciated.

Been back to EQ / MQ since late November after a 10 year absence and have had a steep learning curve. It's like learning to walk again. But fun as hell.

Sic, will doing "/alias /echo delete" change how I use any plugins?

Thanks again- BB
no, that won't change anything other than allow "/echo" to function as intended,

there are some aliases that i personally think should not be able to be changed/overwritten > open issue here < changing something like /if or /echo could cause a bunch of problems elsewhere
 
FindClicky.mac by ChatWithThisName

Users who are viewing this thread

Back
Top