• 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
Easy.lua

Release Easy.lua BETA v9.8

No permission to download
Status
Not open for further replies.
CBD, is saving Window position and sizing a possible option?
Mine opens in the same place and state is was left when I logged out. Yours does not?

Try putting the window where you want it, then close the window and type /Lua run easy
It should set the window location.
 
Last edited:
Cannonballdex updated Easy.lua with a new update entry:

BRD Burn

Added an option under CLASS for BRD Burn. This option is currently for a level 120 bard with AA and Abilities. This is really in the testing phase and depending on how things go, may add lower level capabilities.

This option pretty much burns all of your AA and Abilities and Combat Abilities with a few checks.

First run will create an additional default setting brd_burn = false
If you have already created an ini file you and you want to save this setting, you will need to add this to the...

Read the rest of this update entry...
 
Canon,
This may be out of the scope, but I'll mention it. Would a drag tool be possible? I use Dragula (or Draglua, I forget..) and its nice, but sometimes gets updated and reverts back to the Rogue only default (other classes can use with a modification). As well it often conflicts with camphere or CWTN assist mode, so my designated non Rogue character gets confused to run out and grab a nearby corpse. So in this case, I am curious if a momentary pause CWTN type feature, run out, grab corpse, drag back to camp to healer can rez, then turn CWTN pause off?
 
Canon,
This may be out of the scope, but I'll mention it. Would a drag tool be possible? I use Dragula (or Draglua, I forget..) and its nice, but sometimes gets updated and reverts back to the Rogue only default (other classes can use with a modification). As well it often conflicts with camphere or CWTN assist mode, so my designated non Rogue character gets confused to run out and grab a nearby corpse. So in this case, I am curious if a momentary pause CWTN type feature, run out, grab corpse, drag back to camp to healer can rez, then turn CWTN pause off?
No promises, but I can look in to adding something like this. I to have altered the dragula script in the past myself to run on my bards, but for the most part I usually have an sk or a rogue in my group so I really never paid it much attention.

I got more ideas than time or skill right now. haha
 
Canon,
Here is a New Year one for you..can we have either a button or a typed command to pause by groups? Currently the Pause peers, pauses all Dannet connected characters right? For group 1 its great, hit Pause Peers and boom..BUT for group 2 (that might not have anything to do with group 1) its a disaster.
so at the top, either a Pause Group or just a type command, such as
Code:
Pause Me: /easy pause me
Pause Group: /easy pause group
Pause All Peers: /easy pause all
I don;t raid with groups, but if I did I wonder if the ALL peers would be a good thing versus group pauses. Anyways hope you like the idea.
 
Cannonballdex updated Easy.lua with a new update entry:

SHD Burn

Added an option under CLASS for SHD Burn. This option is currently for a level 120 SK with AA and Abilities. This is really in the testing phase and depending on how things go, may add lower level capabilities.

This option pretty much burns all of your AA and Abilities and Combat Abilities with a few checks.

First run will create an additional default setting shd_burn = false
If you have already created an ini file you and you want to save this setting, you will need to add this to the...

Read the rest of this update entry...
 
Cannonballdex updated Easy.lua with a new update entry:

BER Burn

Added an option under CLASS for BER Burn. This option is currently for a level 120 Berserker with AA and Abilities. This is really in the testing phase and depending on how things go, may add lower level capabilities.

This option pretty much burns all of your AA and Abilities and Combat Abilities with a few checks.
Yes, it will test your endurance.

First run will create an additional default setting ber_burn = false
If you have already created an ini file you and you want to save this...

Read the rest of this update entry...
 
Cannonballdex updated Easy.lua with a new update entry:

ROG Burn

Added an option under CLASS for ROG Burn. This option is currently for a level 120 Rogue with AA and Abilities. This is really in the testing phase and depending on how things go, may add lower level capabilities.

This option pretty much burns all of your AA and Abilities and Combat Abilities with a few checks.
Yes, it will test your endurance.

First run will create an additional default setting rog_burn = false
If you have already created an ini file you and you want to save this setting...

Read the rest of this update entry...
 
Cannonballdex updated Easy.lua with a new update entry:

BST Burn

Added an option under CLASS for BST Burn. This option is currently for a level 120 Beastlord with AA and Abilities. This is really in the testing phase and depending on how things go, may add lower level capabilities.

This option pretty much burns all of your AA and Abilities and Combat Abilities with a few checks.

First run will create an additional default setting bst_burn = false
If you have already created an ini file you and you want to save this setting, you will need to add this to...

Read the rest of this update entry...
 
I really Like what you are doing with this Lua .
I would like to see the burns work for lvl 115 as well since ftp accounts have that lvl cap. Keep up the great work
 
Cannonballdex updated Easy.lua with a new update entry:

Updates

Changed the way loot on cursor is handed, should be much more efficient.
Added "Custom Burn Settings" under the Class tab. You can specify at what pct to Start and Stop Burn.
Added bind /easy
For once click burn you can /easy war
or /easy campfire
/easy help for a list.

Looking at moving all of the keep and destroy items to yet another ini file.

Read the rest of this update entry...
 
I really Like what you are doing with this lua .
I would like to see the burns work for lvl 115 as well since ftp accounts have that lvl cap. Keep up the great work
Eventually, I started with the toons I had running at the time and just wanted to get a base line down for the script. This script has went in so many different directions, I'm trying stay on the right path. LOL
 
Cannonballdex updated Easy.lua with a new update entry:

Update

Cleaned up some checks and fine tuned a few things with keeping and destroying loot.
Put another check in the SK buff routine.
Changed up the Toon Assist a little to get more response out of toons that are not in group and stubborn to move.
Added a file config_default.lua to the folder. This is the default keep and destroy settings.
IF YOU RENAME or copy the config_default.lua to config.lua this will keep your settings through updates.
IF YOU CHANGE your config_default.lua the changes will...

Read the rest of this update entry...
 
The message for SK Casting Voice of Thule on
without the tank's name is still casting on the tank, the print emote is after the cast and the target is cleared by the time it goes, but this will be corrected in the next update. Or you can swap the lines out below.
Lines 1901 and 1902 should read
Code:
                printf('\ar[\aoEasy\ar] \agSHD Burn\aw - \ag[\atAA\ag]\ao - Voice of Thule on', maintank)
                mq.cmd('/alt activate 7000')
and Lines 1909 and 1920 should read
Code:
                print('\ar[\aoEasy\ar] \agSHD Burn\aw - \ag[\atAA\ag]\ao - Voice of Thule')
                mq.cmd('/alt activate 7000')

Also, the message with a Keep: (not defined) is the message you will get when you do not have the item defined in the config.Lua file as keep or destroy it defaults to keeping the item.
 
Cannonballdex updated Easy.lua with a new update entry:

MAG Burn

Added an option under CLASS for MAG Burn. This option is currently for a level 120 Magician with AA and Abilities. This is really in the testing phase and depending on how things go, may add lower level capabilities.

This option pretty much burns all of your AAs with a few checks.

First run will create an additional default setting mag_burn = false
If you have already created an ini file you and you want to save this setting, you will need to add this to...

Read the rest of this update entry...
 
Cannonballdex updated Easy.lua with a new update entry:

SHM Burn

Added an option under CLASS for SHM Burn. This option is currently for a level 120 Shaman with AA . This is really in the testing phase and depending on how things go, may add lower level capabilities.

This option pretty much burns all of your AA with a few checks.

First run will create an additional default setting shm_burn = false
If you have already created an ini file you and you want to save this setting, you will need to add this to the bottom of your settings.

Added the items from...

Read the rest of this update entry...
 
Cannonballdex updated Easy.lua with a new update entry:

Update

Changed globals that may have caused some issues with other scripts (boxhud) from reporting the correct information.
Fixed the DanNet Peers in zone when in an instance that got broke when adding the settings to an config file. If you have created a config.lua with custom setting you will need to update the INSTANCE_ZONE section as seen in the default_config.lua file.

Thanks to @Teichou for reporting this and working with me to narrow down the issues.

Any issues...

Read the rest of this update entry...
 
Cannonballdex updated Easy.lua with a new update entry:

Update

If for some odd reason you do not want to use the functions including:
AA Rez, Peers | Peers in Zone, Toon Assist and DanNet commands, Pause and Run the script on Other Toons.
You can edit the script and change
DanNet_Load = true
to DanNet_Load = false

If DanNet_Load = false and you decide to run plugin DanNet. You will still need to change the file back to DanNet_Load = true to use the functions. Otherwise Easy will continue to run without the DanNet functions.

Read the rest of this update entry...
 
Cannonballdex updated Easy.lua with a new update entry:

Update***

Moved the dannet_load setting to the ini file. If you have already created an ini file you will need to add dannet_load=true for each toon or you will get a message about having dannet loaded and no setting in the ini file.
Added an option for the ini file to forage_safezones
You can select forage_safezones=false if you want to skip foraging in safe zones. This comes in handy if you have forage on by default and do not want to forage in pok, guild lobby, guild hall, pot, and so on.

If you...

Read the rest of this update entry...
 
Cannonballdex updated Easy.lua with a new update entry:

Update

Corrected an issue that was still foraging in safezones when forage_safezones was set to false.
Mage (EM clickies) and Rogue (poison clickies)will now use more of their summoned items during the burn routine.
Corrected a check on the SK (Voice of Thule) that was checking himself for the buff instead of the maintaink when he was not the maintank.

Read the rest of this update entry...
 
As in ignore if they attack you and you have burn on? The script does no attacking or targeting mobs without being attacked and or selecting a mob and hitting attack.
I meant as in maybe having a tab where you could put in the name of the mob you want to ignore for pulling like kissassist
 
I meant as in maybe having a tab where you could put in the name of the mob you want to ignore for pulling like kissassist
For kissassist this is done in the kissassist_info.ini file.
Code:
Sample KissAssist_Info.ini file

[cityofbronze]
MobsToPull=grendlaen,braxi,selyrah,oashim,bloodclaw,strangleweed
MobsToIgnore=a sentry stone,Leaf Pile,Tyzen,Faltar,A Rabid Selyrah
MobsToBurn=List up to 10 mobs. Use full names i.e. Deathsqueak,A_Raging_Braxi,Guggles or NULL
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
PullLocsHelp=Y,X|Range
 
For kissassist this is done in the kissassist_info.ini file.
Code:
Sample KissAssist_Info.ini file

[cityofbronze]
MobsToPull=grendlaen,braxi,selyrah,oashim,bloodclaw,strangleweed
MobsToIgnore=a sentry stone,Leaf Pile,Tyzen,Faltar,A Rabid Selyrah
MobsToBurn=List up to 10 mobs. Use full names i.e. Deathsqueak,A_Raging_Braxi,Guggles or NULL
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
PullLocsHelp=Y,X|Range
I normally am using MAUI I Guess is should have clarified better what I was suggesting. Is there a way to add a ignore mob list Lua or something that would work with maui running too?
 
I normally am using MAUI I Guess is should have clarified better what I was suggesting. Is there a way to add a ignore mob list lua or something that would work with maui running too?
I could easily throw a button under the favs tab with the command to ignore your target or put a type box that you could type the name and then hit ignore. Would just need to know the command.
 
Release Easy.lua
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart