Ir para conteúdo
  • Cadastre-se

Aragllov

Membro
  • Total de itens

    91
  • Registro em

  • Última visita

  • Dias Ganhos

    2

Tudo que Aragllov postou

  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
  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. 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
  6. Magic wall não é runa de suporte, vc pode colocar como suporte e ver se funciona
  7. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) local npcHandlerfocus = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid NpcSystem.parseParameters(npcHandler) npcHandler:setMessage(MESSAGE_GREET, "Hey! A human! What are you doing in my kitchen, |PLAYERNAME|?") npcHandler:setMessage(MESSAGE_PLACEDINQUEUE, "Whoa. Do I look as if I had two heads? Only one at a time, |PLAYERNAME|!") npcHandler:setMessage(MESSAGE_WALKAWAY, "Now, where was I?") npcHandler:setMessage(MESSAGE_FAREWELL, "Goodbye. I am sure you will come back for more. They a
  8. Qual versão do server e qual TFS? Em config.lua mude: classicEquipmentSlots = true Para: classicEquipmentSlots = false
  9. Vc tem que inserir no mapa editor File/import/import monster/npc
  10. Tenta assim: Troca: npcHandler:say("Too bad. I must have this book.", cid) Por: npcHandler:say("Too bad. I must have this book.", player) Tenta assim: Troca: npcHandler:say("Too bad. I must have this book.", cid) Por: npcHandler:say("Too bad. I must have this book.", player)
  11. Usa o TFS 1.5 downgrade 7x muito mais facil de compilar, sobre market e store vc vai precisar pagar por isso e não sei se a pessoa ainda faz, um polonês.
  12. Qual sua dúvida? Procure aprender amigo, Programador irá cobrar pelo serviço
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo