Capability question

Mugglewump

Active Member
I plan to look into HOW to do this myself as a means for getting my feet wet in scripting with this engine, however, I wanted to make sure that what I want to do is even possible so I don't waste time trying to figure out how to do something that can't be done. ;p

It's pretty simple really (in concept).

I would like for my bot'ed toons to report to me, either in simple group chat or direct tell to the group leader, when they are out of Adventuring vitality. I don't want them autoconsuming potions or anything - just a quick message that would say something along the lines of 'Hey - I'm currently out of XP vitality my leveling rate is going to suck.' :)

Possible?
 

Mugglewump

Active Member
float Vitality
Returns the percent of current adventurer vitality

http://eq2.isxgames.com/wiki/index.php?title=ISXEQ2:Character_(Data_Type)

So run a function that checks vitality, if < x then send a /g... though youll probably want to make it exit so it doesnt spam the /g
Yup - just have to look through everything for the specific calls/functions to send something to group chat, etc. I've programmed in C# quite a bit in the past (not recently) so I'm pretty comfortable with the concepts I just have to see what is available in Lavish, etc. and figure out the syntax. Also need to figure out if it is something that they can do automatically or I will have to write it to prompt them to tell me somehow.

Hopefully the learning curve won't be too steep - maybe I can dig up so sample somewhere for a baseline. /shrug
 
Top Bottom