Templar keeps cancelling/casting buffs

violator33

Active Member
Hello, I have only just noticed this problem recently, but my Templar keeps constantly casting and then canceling and recasting the buff Aegolism. Any ideas how to stop this? He has his mythical gem which makes this a group wide buff (although I am only selecting one person to put it on), if that makes any difference.

Thanks.
 

Zeek

Active Member
The way the templar script looks at aegolism is based on if they have the old mythical item name.

Now that you have the gem and not the actual weapon it will constantly cast. The code will need to be changed to look for the weapon or a specific other buff which makes it group wide.

I might work on it later and send it to Pygar to get implemented.
 

Zeek

Active Member
On line 338 in the Templar.iss file change:
From:
Code:
if !${Me.Equipment[The Impact of the Sacrosanct](exists)}
To:
Code:
if !${Me.Equipment[The Impact of the Sacrosanct](exists)} && !${Me.Maintained[Impenetrable Faith](exists)}
 

Gene2713

Active Member
This is a great respnose and seemed like it would work. However it did not work for me, she just keeps recasting it over and over. In the ui if i set the buff to nobody and manually cast it, she dont cancel it. So is there a way to just include group into the drop down to stop the recasting?
 

Zeek

Active Member
I have been using it a lot lately and has been fine. I am about to start up grinding aa's today so I will check it again today.

Zeek
 

Zeek

Active Member
It still works fine for me so not only did you have me check something for nothing by failing to mention you modified other items at the same time, you fucked it up also.
 

fzeq22

Member
similar issue

Hey all! thx in advance for the help, having issues where my templar refuses to buff anyone but himself with aegolism, as soon as I cast it on anyone else, he cancels it. Similar problem w/ Virtue. Please HELP!:)

p.s. will the above line changes fix this issue as well?
 
Last edited:

schulerta

Member
My problem with the Templar bot is the UI lists Praetorate Benediction and Redoubt. What spells are those? They aren't on my list.
 
Top Bottom