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

Fechado
há 3 anos atrás 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 há 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)```
Faça login para participar desta conversação.
A carregar...
Cancelar
Guardar
Ainda não existe conteúdo.