|
If you only want to add a set of fixed additional items, you can create a quest in chain based on the FGW quest (e.g. speak with NPC). You could add any reward to the quest, because it is not LuaSetTalismanMissionData anymore.
If you want to create some quest for additonal items (e.g. daily base), you could add multiple quests (pre-condition possible too) for different items.
Or you try to use the same type of items, to see, if it is possible. You can try to add a different SOX equipment item or a different normal equipment item.
Other option would be to add another currency to the server, add a custom store and let the user by the items from the store. Then you only need to add n amount of currency items as reward and you do not need to take care about any item choosing quest.
|