#396 Collectors should have a red book turn in if players have completed a collection for turn in

Closed
opened 2 years ago by image · 4 comments
image commented 2 years ago
There is no content yet.
image commented 2 years ago
Collaborator

this is partially addressed via 1609cb9797 but we might want an option to set it beyond a hard code subtitle based on existing field.

this is partially addressed via https://git.eq2emu.com/devn00b/EQ2EMu/commit/1609cb9797d66bf1ac51273b75141d1815378994 but we might want an option to set it beyond a hard code subtitle based on existing <Collector> field.
image commented 1 year ago
Collaborator

outstanding problem is once you turn in we need to send an update for collectors to disable their book if you did all turn ins

outstanding problem is once you turn in we need to send an update for collectors to disable their book if you did all turn ins

function InRange(NPC, Spawn) if HasCollectionsToHandIn(Spawn) then SpawnSet(NPC, "visual_state", 6674) end end

There is LUA code solution for this problem.

function InRange(NPC, Spawn) if HasCollectionsToHandIn(Spawn) then SpawnSet(NPC, "visual_state", 6674) end end There is LUA code solution for this problem.
image commented 1 year ago
Collaborator

yea don't worry about that I want it embedded :D we don't want to have ot build each quest to do this

yea don't worry about that I want it embedded :D we don't want to have ot build each quest to do this
image referenced this issue from a commit 1 year ago
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.