View Single Post
  #1  
Old 11-15-2021, 06:17 PM
Baltros101
Fire Beetle
 
Join Date: Oct 2021
Location: UK
Posts: 19
Default Cleric Bot Stopped Casting Temperance

Hi all,

So it seems like my cleric bot stopped casting Temperance when I dinged level 45. Do they only ever cast buffs from their most recent group of spells? I tested this on a LoY limited test server at and level 40 my cleric cast Guard of Vie and Temperance. Then I bumped my level to 45, did a ^botupdate, clicked off both buffs and it only recast Guard of Vie.

Is there a way to force it to start casting Temperance again?

Edit: what's also weird is that I don't even get Resolution or Symbol of Naltron etc. All I get is Guard of Vie.

Sorry if this has been answered before, but I Googled and also had a look through the threads and couldn't see anything answering this question.

Edit 2: Ah, a few mins after I posted this I thought to poke around in the DB:

Code:
MariaDB [eqemu]> select * from bot_spells_entries where spellid=3692;
+----+---------------+---------+------+----------+----------+----------+--------------+----------+---------------+--------+--------+
| id | npc_spells_id | spellid | type | minlevel | maxlevel | manacost | recast_delay | priority | resist_adjust | min_hp | max_hp |
+----+---------------+---------+------+----------+----------+----------+--------------+----------+---------------+--------+--------+
| 32 |          3002 |    3692 |    8 |       40 |       44 |       -1 |           -1 |       10 |          NULL |      0 |      0 |
+----+---------------+---------+------+----------+----------+----------+--------------+----------+---------------+--------+--------+
1 row in set (0.00 sec)
I guess here's my answer!

Last edited by Baltros101; 11-15-2021 at 06:30 PM.. Reason: Found my answer
Reply With Quote