gameobject_quest_item_binding #29
-
|
Hi there Community! Im confused about this table... i saw many quest like: 'Millys Harvest', 'Galgars Cactus', 'Scavenging Deathknell' wich have and entry in gameobject_quest_pickup_binding also have an entry in gameobject_quest_item_binding. Its should be this way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Well, after digging the source code for a bit I've realized that no it shouldn't be that way. gameobject_quest_item_binding is for gameobjects that contain quest items. |
Beta Was this translation helpful? Give feedback.
Well, after digging the source code for a bit I've realized that no it shouldn't be that way.
gameobject_quest_item_binding is for gameobjects that contain quest items.
gameobject_quest_pickup_binding is for gameobjects that you need to interact with for a quest, but it has a very misleading name. It misled me too :(