#295 func GiveQuestItem(Quest, Player, Description, ItemID) requires usage of multiple Item ID's

Закрыто
3 лет назад открыта premierio0015 · комментариев: 1
premierio0015 прокомментировал 3 лет назад

function GiveQuestItem(Quest, Player, Description, ItemID) atm uses only 1 itemID, while some quests require more then 1.

function GiveQuestItem(Quest, Player, Description, ItemID) atm uses only 1 itemID, while some quests require more then 1.
image прокомментировал 3 лет назад
Соавтор

new implementation will be: GiveQuestItem(Quest, Player, Description, ItemID, .. more item ids)

So

GiveQuestItem(Quest, Player, Description, ItemID1, ItemID2)

new implementation will be: ```GiveQuestItem(Quest, Player, Description, ItemID, .. more item ids)``` So ```GiveQuestItem(Quest, Player, Description, ItemID1, ItemID2)```
image упомянул эту задачу в коммите 3 лет назад
Войдите, чтобы присоединиться к обсуждению.
Загрузка...
Отмена
Сохранить
Пока нет содержимого.