Looking for PBAoE toggle script for EQ2botcommander

MrObvious

Senior Member
I am trying to get my eq2botcommander script to toggle PBAoE mode. I see where those settings are in the class files, but I am unclear which variables work across scripts. Does someone have the script / ui xml they can post for this function please?

Thanks.

Is this all it takes? Think I found it:

Script[EQ2Bot].Variable[PBAoEMode]:Set[TRUE]
LavishSettings[EQ2Bot].FindSet[Character].FindSet[${Me.SubClass}]:AddSetting["Cast PBAoE Spells",TRUE]
 
Top Bottom