What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Trinity and NEW maximus sword

gerokzu

New Member
Joined
Nov 11, 2013
Messages
15
Reaction score
0
when i use maximus sword trinity constantly pauses because tis tryign to attack the demon it summons. is there an easy way to fix this?
 
I believe this should work:
Add the following line under <Order> to the profile(s) you are running.
<TrinityCombatIgnore actorId="XXXX" name="XXXX" exceptElites="False" exceptTrash="False" />

You'll have to find the actorId and name using Trinity's dump options (may also possibly be in the log if it's trying to attack the demon). I can't get those for you as I don't have a Maximus.
This is just a work-around until Trinity can be updated.
 
Something might be up with TrinityCombatIgnore atm;

<TrinityCombatIgnore actorId="245917" name="FallenChampion_ItemPassive" exceptElites="False" exceptTrash="False" />

For example does not work.
The ID and name above are for the Cow-thing that comes out of Genzaniku.

I added the ID to the blacklist within DataDictionary.cs and it's working fine now.
 
Last edited:
Back
Top