Contributing missing trust quests #723
Replies: 1 comment 2 replies
-
That might be an acceptable compromise for you, but if we (for example) make Shikaree Z obtainable during the COP storyline and then they don't do anything - we'll get issue reports saying that she doesn't work. We're giving the player something cool, and then it does nothing - rather than giving them nothing at all. Since the majority of Trusts can be made to act reasonably close to their retail counterparts by just copy/pasting the logic from existing Trusts and jiggling around their skill/spell lists, I see no reason why the Trust implementation can't come along with the quest that unlocks them. I've done exactly that with Rainemard: #690 As for duplication of work, Trusts are very simple, and submitting a single, well-tested, retail-accurate Trust at a time shouldn't be any issue. |
Beta Was this translation helpful? Give feedback.
-
I understand that many trusts are not fully implemented and it is an ongoing process. The priority seems to be to get them mostly working first before putting efforts into filling in the missing "quests" to obtain them. It makes sense, it isn't worth much to obtain a trust that doesn't really do anything.
I still like to get them, even if they are dumb and not useful, so I've started to add in some missing lua to obtain them. I've viewed some captures to get the event ids and adding in the bits of lua to make it all work, so for example, you can obtain Shikaree Z by speaking to Perih Vashai after completing Three Paths.
Is it worth contributing / submitting pull requests for this, even if the trust wouldn't be "working"?
I've also done a bit of gambits and checking their spell table, etc. Is it worth contributing any of this?
I'm trying to follow what is being worked on so I don't duplicate efforts - is there a better place to follow that sort of thing?
Beta Was this translation helpful? Give feedback.
All reactions