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

Fechado
3 anos atrás foi aberto por premierio0015 · 1 comentários

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 comentado 3 anos atrás
Colaborador

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 fechado em 3 anos atrás
Faça login para participar desta conversação.
Carregando...
Cancelar
Salvar
Ainda não há conteúdo.