Ir para conteúdo

vankk

Membro
  • Registro em

  • Última visita

Tudo que vankk postou

  1. Coloque o código no pastebin.com não deu para ler nada direito nesse code.
  2. Tenta verificar em suas sources na parte de player.cpp.
  3. O script está cansando um overflow infinito, poste o script.
  4. Eu preciso de um milhão de reais também, por favor transfere para a minha conta bancária quem tiver. Se você quiser um servidor, aprenda a fazer um ou então baixa esses disponíveis no fórum.
  5. vankk postou uma resposta no tópico em Suporte & Pedidos
    Eu acho que a parte de quantas vezes o jogador donatou muito desnecessária, muitos jogadores não gostam de expor de eles donataram ou não, e preferem isso que seja privado, mas de resto, eu gostei :D
  6. Eu acho que ainda ninguém consegue adivinhar a linha de um código, rs.
  7. Eu não sei se isso resolverá o seu problema, faz tempo que não mexo com TFS 0.4 function onUse(cid, item, fromPosition, itemEx, toPosition) local items, reward = {}, 0 local size = isContainer(item.uid) and getContainerSize(item.uid) or 0 if getHouseByPlayerGUID(getPlayerGUID(cid)) == nil then doPlayerSendTextMessage(cid,22,"Voce precisa ter uma casa para comprar item de decoracao delivery.") return true end if (size == 0) then reward = doCopyItem(item, false) else for i = 0, size do local tmp = getContainerItem(item.uid, i) if(tmp.itemid > 0) then table.insert(items, tmp) end end end size = table.maxn(items) if(size == 1) then reward = doCopyItem(items[1], true) end local result = "" if(reward ~= 0) then local ret = getItemDescriptions(reward.uid) if(reward.type > 0 and isItemRune(reward.itemid)) then result = reward.type .. " charges " .. ret.name elseif(reward.type > 0 and isItemStackable(reward.itemid)) then result = reward.type .. " " .. ret.plural else result = ret.article .. " " .. ret.name end end if (doPlayerAddItemEx(cid, reward.uid, false) ~= RETURNVALUE_NOERROR) then result = "[Warning] It is too heavy or you have not enough space." else result = "You have found " .. result .. "." end doRemoveItem(getThingfromPos.uid, 1) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, result) return true end
  8. https://github.com/otland/forgottenserver/blob/master/src/spells.cpp
  9. Ele não usa MySQL Então deveria ser: CREATE TABLE "z_ots_comunication" ( "id" INTEGER(11) PRIMARY KEY NOT NULL, "name" VARCHAR(255) NOT NULL, "type" VARCHAR(255) NOT NULL, "action" VARCHAR(255) NOT NULL, "param1" VARCHAR(255) NOT NULL, "param2" VARCHAR(255) NOT NULL, "param3" VARCHAR(255) NOT NULL, "param4" VARCHAR(255) NOT NULL, "param5" VARCHAR(255) NOT NULL, "param6" VARCHAR(255) NOT NULL, "param7" VARCHAR(255) NOT NULL, "delete_it" INTEGER(2) NOT NULL DEFAULT "1" );
  10. Não existe a tabela z_ots_comunication em sua database.
  11. vankk postou uma resposta no tópico em Suporte Tibia OTServer
    Procure no fórum, se não me engano o Matheus fez um uma vez, um script de 2011 se não me falha a memória.
  12. Verifique se está printando.
  13. Tente verificar seus scripts um por um.
  14. vankk postou uma resposta no tópico em Formação de Equipe
    up!
  15. vankk postou uma resposta no tópico em Suporte & Pedidos
    Eu estava? Nem eu sabia. Eu não tenho motivos para ficar derrubando apache de um servidor com nenhum jogador online. E faça aquilo que você quiser meu caro, quer disponibilizar? Siga em frente. Quem é essência não tem concorrente.
  16. vankk postou uma resposta no tópico em Formação de Equipe
    up!! Estamos procurando novos Gamemasters!!
  17. https://www.lua.org/pil/22.1.html
  18. vankk postou uma resposta no tópico em Formação de Equipe
    Adicionei todos acima no Skype!
  19. Preciso de alguém que possa editar umas três imagens para mim, me adicionem no Skype, urgente!! vankk_ @Beeny
  20. É realmente estranho alguém falar de Comunismo tendo um iPhone, internet, dinheiro, servidor, uma máquina, By the way, vivemos num país capitalista.
  21. https://pt.wikipedia.org/wiki/Capitalismo
  22. >> Global 10.96 do mitsuig Já começou errado, mas enfim, testa aumentando o dano no weapons.xml
  23. CREATE TABLE IF NOT EXISTS `shop_history` ( `id` int(11) NOT NULL AUTO_INCREMENT, `product` int(11) NOT NULL, `session` varchar(256) NOT NULL, `player` varchar(256) NOT NULL, `date` int(10) NOT NULL, `processed` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ; CREATE TABLE IF NOT EXISTS `shop_offer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `points` int(11) NOT NULL DEFAULT '0', `category` int(11) NOT NULL DEFAULT '1', `type` int(11) NOT NULL DEFAULT '1', `item` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `description` text NOT NULL, `name` varchar(256) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ; CREATE TABLE IF NOT EXISTS `shop_donation_history` ( `id` int(11) NOT NULL AUTO_INCREMENT, `method` varchar(256) NOT NULL, `receiver` varchar(256) NOT NULL, `buyer` varchar(256) NOT NULL, `account` varchar(256) NOT NULL, `points` int(11) NOT NULL, `date` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
  24. Acredito que não, porém, se você tiver feito o script e tudo mais, e quiser postar tudo bem, porém, se você tiver pego de alguém que comprou e postado seria desrespeito com a pessoa e também com quem fez o script, porque só quem fez esse tipo de script sabe o quanto CHATO que é
  25. Vamos dizer assim, você tem um emprego, no final do mês você não espera ter sido pago pelo seu trabalho? Então, a mesma coisa de alguns scripts

Informação Importante

Confirmação de Termo