ba096ba8d3a0c830f0a6e4c5d23a24ef5ffc67ae
Item-started quests (e.g. item 1307 'Gold Pickup Schedule' -> quest 123 'The Collector') require the source item in the bag for CanAddQuest to pass, but the module only copied quest-OBJECTIVE items — so the push was skipped with '(CanAddQuest)' and the bots never got the quest. - GiveQuestItem (loot path): when the owner loots an item whose template starts a quest (GetStartQuest()>0), grant one to each bot. - TryPushQuestToBot (accept path): backstop — grant the quest's SrcItemId if the bot lacks it before the CanAddQuest check.
Description
No description provided
1.1 GiB
Languages
C++
96.7%
Lua
2.1%
Python
1.1%
CMake
0.1%