Sages - Necrotic Pot Script

Mickey

Active Member
Here's a script to call out the uncurable nox, and cure anyone in your group that has it. I think there's a bug with the way I save/retarget my original target. I'll figure it out next time we kill them (hopefully).
 

Attachments

Noob536

Member
Code:
Echo Retargeting Actor[${traget}].Name
Actor[${traget}]:DoTarget
^^^ typos in var names for retargeting

also, if your raids not full you might miss people in the for loop using me.raid

NOTE: Unlike "Group" YOU will be Raid[1]. When iterating through the raid, you must always iterate 1-24 as there may be gaps.
 

khaoticz

Member
Forgive me newbness please but how do i run this? All i've ever used before was Ogre Harvest and eq2bot.

Would it just be ~ 'run sages'
 

khaoticz

Member
I hate to nub this up again but can someone confirm its just:

~
run sages

Theres no UI involved is it? It just does it..
 

bjcasey

ISX Specialist
First off, spamming the raidchat window is never a good idea.

Second, while it did try to pot the noxious it wasn't nearly fast enough. I believe this could be due to it scanning the whole raid and attempting to pot people that are not within range. A change to group only would probably speed things up and provide more reliable results.
 

Tamorus

Well-Known Member
Also...I believe this will try and chain cure the nox dot from the SK buff.

Nice script, though I am going to modify it for group only as parsing for a raid when the groups are split wastes time scanning all 24 people when 18 are usually out of raid.
 

Kannkor

Ogre
Nice script, though I am going to modify it for group only as parsing for a raid when the groups are split wastes time scanning all 24 people when 18 are usually out of raid.
haha.. "wastes time"... It scans all 24 almost to the point of instantly (faction of a second).

It uses CPU cycles.. but not many, and most peoples bottle neck isn't their CPU, it's their GPU.
 

Mickey

Active Member
Also...I believe this will try and chain cure the nox dot from the SK buff.
It will try to cure them once and only once.

when the groups are split wastes time scanning all 24 people when 18 are usually out of raid.
I just did it so I could setup a guild connect trigger to call out who had the nox.

The one problem I did have was when we had 3-4 sec spell lag, it seemed to cripple the script.
 

Pygar

EQ2Bot Specialist
One that works and doesn't lag the entire fucking zone out.



Another minor update to prevent a crash.
 

Attachments

Last edited:

bjcasey

ISX Specialist
One that works and doesn't lag the entire fucking zone out.



Another minor update to prevent a crash.

Error:Non-numeric variable encountered in '${Me.Group[${Count}]} ': ${Me.Group[${Count}]}=name @${Me.Group[${Count}]}
Error:Failed to calculate result @${Me.Group[${Count}]}
Dumping script stack
--------------------
-->C:/Program Files (x86)/InnerSpace/Scripts/sages.iss:20 main() if ${Me.Group[${Count}]} && ${Me.Group} == ${Me.Group[${Count}]}
 

Hendrix

Well-Known Member
I am curious as to why you would clear your console. That would drive me batty if i was running this script. Also the last echo will never be called so it is pointless.
 

khaoticz

Member
Pygar, does that version spam it in raid chat too? I would love if it would just cure the nox. The raid doesnt need to know who i'm curing.
 
Top Bottom