Issue with party casting #9
rickshawdriveby
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had an issue when trying the Trust cast. The text sent was missing the "<>" around the p1, etc.
I modified my code, and it seems to have fixed it for p1 at least.
I made this change to SmartSkillup.lua, line 403:
return '<p' .. i ..'>'
This adds the symbols around the party member so it works.
I still can't get the trust magic to actually work and can't find where that is located. Thanks for all your work on this!
Beta Was this translation helpful? Give feedback.
All reactions