[DiscordArchive] So only way to add new content is to modify existing things or edit the dbcs?
[DiscordArchive] So only way to add new content is to modify existing things or edit the dbcs?
Archived author: AzoghMartins • Posted: 2025-04-13T16:22:14.819000+00:00
Original source
So only way to add new content is to modify existing things or edit the dbcs?
Archived author: Bench • Posted: 2025-04-13T16:23:12.437000+00:00
Original source
If you don't want side effects like that, then yea, pretty much
Archived author: AzoghMartins • Posted: 2025-04-13T16:24:39.958000+00:00
Original source
It's so strange through, since they work when drag-dropping them to the character sheet and the iceon shows fine in quest givers reward section. It only seem to be in the backpack things go wrong.
Archived author: Bench • Posted: 2025-04-13T16:28:26.211000+00:00
Original source
Yep, client has weird behavior when things happen it doesn't expect
Archived author: AzoghMartins • Posted: 2025-04-13T16:32:22.370000+00:00
Original source
Guess I'll have to find a workaround using existing quest items and rewards then. Kind of want to keep the client without any modifications so that more people can use the module once it's done. Thanks for the input!
Archived author: Slaxe • Posted: 2025-04-13T17:06:53.903000+00:00
Original source
You can probably bundle all your changes as a patch for the client side right
Archived author: AzoghMartins • Posted: 2025-04-13T17:25:41.097000+00:00
Original source
Yeah, that's the alternative, but I'm sure I can work around it. Now to the next fun thing. Is there a way to add a phase to the player using only smartAI, or do I have to put that in the C++ of the module?
Archived author: Bench • Posted: 2025-04-13T17:26:05.503000+00:00
Original source
Phases I think can be manipulated with SmartAI
Archived author: AzoghMartins • Posted: 2025-04-13T17:29:19.162000+00:00
Original source
I know I can swap the NPC's AI-phase easily through SmartAI but I can't find an action to set or add a phase to the player. I'm basically doing a quest where the mobs to kill have a phase mask and I only want them in the world if the player have the quest. So Event 19-Accepted Quest for the quest ID I want an action to add a phase to the player.
Archived author: Bench • Posted: 2025-04-13T17:31:23.343000+00:00
Original source
I'm not seeing it now, I might have been misremembering