Ir para conteúdo
Banner com Efeitos

Aragllov

Membro
  • Registro em

  • Última visita

  1. local player = Player(cid) and player:getStorageValue() == 0 player:setStorageValue(1) qual parte do script vc quer que venda só uma vez?
  2. Mais ou menos isso local player = player(cid) if(msgcontains(msg, 'ghost coin') or msgcontains(msg, 'gsc')) then selfSay('Você quer comprar 100 Ghost Coin\'s por 20kk ruby coins?', cid) talkState[talkUser] = 1 elseif(msgcontains(msg, 'yes') and talkState[talkUser] == 1) and player:getStorageValue() == 0 then if(getPlayerItemCount(cid, 13685) >= 20) then doPlayerRemoveItem(cid, 13685, 20) doPlayerAddItem(cid, 6527, 100) player:setStorageValue(1) doPlayerSendTextMessage(cid, 27,"Ainda lhe resta " .. getPlayerItemCount(cid,13685) .. " Ruby coin\'s.") selfSay('Obrigado e volte sempre.', cid) else selfSay('Você não tem 20kk ruby coins.', cid) end talkState[talkUser] = 0
  3. Poste seu player.lua em data/events/scripts/player.lua
  4. Não mano, acredito que seja na pasta events/scripts/player.lua nao tenho certeza
  5. onde vc ta colocando o script?
  6. Esse é o script completo? Pq ta faltando coisa aí
  7. Mateus Robeerto reagiu a uma resposta no tópico: ALGUEM PODE AJUDAR O SCRIPT SIMPLES
  8. Qual TFS?
  9. function onRemoveItem(creature, moveitem, tileitem, pos) if moveitem.itemid >= 1 and moveitem.itemid <= 30000 then Game.sendAnimatedText(creature:getPosition(),getItemName(moveitem.itemid), TEXTCOLOR_ORANGE) end end Tenta assim
  10. compila em linux
  11. Magic wall não é runa de suporte, vc pode colocar como suporte e ver se funciona
  12. Em object builder verifique esta opção
  13. Pergunta como ele faz
  14. O erro pode estar no object builder

Informação Importante

Confirmação de Termo