Solutions
-
p e o p l e's post in (Resolvido)NAO DROP ITEM CORPO was marked as the answerAmigo, vamos ver se o erro é o creaturescripts. Substitui o creaturescripts. (Pode ocorrer vários erros no console, porém o nosso foco é descobrir o bug do loot)
-
p e o p l e's post in (Resolvido)[PEDIDO] Action remove item e da outfit was marked as the answerAmigo tenta assim.
<action actionid="58241" event="script" value="addon_citizen.lua"/>
addon_citizen.lua
function onUse(cid, item, frompos, item2, topos)
local legion = 2480
if getPlayerStorageValue(cid,76163) == 1 and getPlayerItemCount(cid, legion) >= 1 then
doPlayerSendTextMessage(cid,22,"Você ganhou Citizen Outfit Full")
doPlayerAddOutfit(cid, 136, 3)
doPlayerAddOutfit(cid, 128, 3)
setPlayerStorageValue(cid, 76163,1)
doPlayerRemoveItem(cid, legion, 1)
else if getPlayerStorageValue(cid,76163) ~= 1 and getPlayerItemCount(cid, legion) < 1 then
doPlayerSendTextMessage(cid,22,"Você não fez quest nem tem legion helmet.")
else if getPlayerStorageValue(cid, 76163) ~= 1 then
doPlayerSendTextMessage(cid,22,"Você não fez a quest.")
else if getPlayerItemCount(cid,legion) < 1 then
doPlayerSendTextMessage(cid,22,"Você não tem legion helmet.")
end
end
end
end
return true
end
OBS: Tem que alterar a storage
-
p e o p l e's post in (Resolvido)Npc teleportador com diálogo was marked as the answerCaptain Fuller.lua (data\npc):
hunt.lua (data\npc\scripts):
-
p e o p l e's post in (Resolvido)Problema com mensagem automática no server was marked as the answerProcure em globalevents o script que pertence a:
E remove o script no globalevents.xml Poste a linha que se encontra no globalevents.xml referente ao script do Matheus. -
p e o p l e's post in (Resolvido)[Pedido] Premium was marked as the answerSubstitua a linha
if doRemoveItem(item.uid) then por
if doRemoveItem(cid, item.uid, 1) then -
p e o p l e's post in (Resolvido)[erro] minha bag não abre was marked as the answerVocê habilitou a opção Pickupable no item.otb ?
-
p e o p l e's post in (Resolvido)Warzone; was marked as the answerPeguei o script daqui do TK mesmo, '-', só que com mais paciência decifrei o código polones AUHHAUUA