Replies: 1 comment
-
You need to look into the AI controllers for trusts and the Gambit helpers also in core. Trusts are coded as mobs, though they behave like pets, and can only operate within the rule sets provided to them by the core functions. If certain functions do not work, it's highly likely that the function you are requesting has not been coded to the trusts from the core for their path of operation and decision making processes. I worked extensively on getting August operating like retail. He does everything with the exception of the whole daybreak rotation. Regardless of vars provided, or gambit conditions I provided him, he ignored them almost entirely. Trusts are being slowly improved, but my suggestion is to work on their core functions to get the logic for decision making to look for what you asking them to do. |
Beta Was this translation helpful? Give feedback.
-
So I see there are some unfinished commits for some of the more unique trusts out there and I have been playing with them a little.
August & Monberaux will be cool to see finished!
Anyway there are a number of things I have not been able to convince basic trusts to do, and 1 that flat out crashes (not unexpected):
I also tried "Family.Ninjutsu" "Family.None" as well as SPECIFIC spells. All ignored and the spells are properly added to the mob_spell_lists
Also unable to get them to cast trust:addSimpleGambit(ai.t.SELF, ai.c.NOT_STATUS, xi.effect.COPY_IMAGE, ai.r.MA, ai.s.HIGHEST, xi.magic.spellFamily.UTSUSEMI). Mjob reflects properly as well.
So CHARM instantly crashes the Map server when cast by a trust - so I thought maybe CALL_BEAST would be a good substitute but I dont know how to tell it which one to cast or more likely I am suppose to somewhere have it "summon" a specific pet? Unsure if this works at all but if someone has figured it out that would be amazing <3.
Sneak Attack / Trick Attack, aside from not being able to tell it to both hold for WS and position, the effect doesnt even work for the trust. It will "Sneak Attack" and I will have it positioned to rear but the next hit doesnt even crit.
Ive done a number of customs for the server from a RUN tank to BLU dd with Bad Breath and Jettatura, the same process just doesnt work for the above commands.
Beta Was this translation helpful? Give feedback.
All reactions