Ir para conteúdo
  • Cadastre-se

didito

Membro
  • Total de itens

    100
  • Registro em

  • Última visita

Sobre didito

  • Rank
    Avançado
  • Data de Nascimento 03/08/1993

Informação de Perfil

  • Eu sou
    Tibiano
  • OTServ favorito
    www.soldadinhos.org

Últimos Visitantes

3674 visualizações
  1. Bom, pessoal estou trabalhando em um projeto .. E vou mostrar algumas quests que já fiz e outras que estou trabalhando.Segue as fotos abaixo.. War Against The Hive : 90% The PostMan: 60% Wrath Emperator: 50% Children Revolution: 40% Em breve, irei postando outras conforme for terminando.
  2. Você deletou o index.html do apache? Coloco o site na /var/www?
  3. Não necessariamente, Criação de codigos é feita em windows também, Compilação idem...O linux é um sistema mais leve e melhor para servidores, etc etc etc.
  4. Bom, cara eu fiz isso pelo celular não sei se está funcionando mais testa ai.. function onSay(cid, words, param) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end local t = string.explode(param, ' ', 1) local money = tonumber(t[1]) * 100000 if doPlayerRemoveMoney(cid, money) then doPlayerAddPremiumPoints(cid,t[1]) else doPlayerSendTextMessage(cid,31, "Você não tem pontos suficientes para esta acao") end end
  5. Cara, IPTABLES não é uma fonte 100% segura .. nem 10% as vezes realmente ajuda dependendo do ataque , mais dependendo da intensidade é da forma não serve para nada...Ou até mesmo pode ser um bug em seu servidor..
  6. Para usar com uma mao só é só ir no item.xml e tirar lá.Mais é isso que você precisa?
  7. Venda de OTserver é algo muito complexo.
  8. Esse é um bug dá 3777 provavelmente você terá de editar as sources.
  9. function onStepIn(cid, item, pos) local config { storage = 1001, mana = 100 } if getPlayerStorageValue(cid,storage) < 1 then doPlayerSetMagicRate(cid, getPlayerRequiredMana(cid, magicLevel) + config.mana) setPlayerStorageValue(cid,storage,1) else return FALSE end end Tente isto.
  10. function onDeath(cid, corpse, lastHitKiller, mostDamageKiller) local config = { items = {2160, 2159}, chance = math.random(1,10) } item = math.random(1,table.maxn(config.items)) if getCreatureName(cid) == "Demon" then doPlayerAddItem(lastHitKiller,item,config.chance) doPlayerSendTextMessage(cid,31,"Teste") end end Veja se irá funcionar.
  11. function onAdvance(cid, skill, oldLevel, newLevel) if getPlayerStorageValue(cid,30700) == -1 and newLeveL >= 20 then doPlayerAddLevel(cid,200) setPlayerStorageValue(cid,30700,1) end end
  12. function onSay(cid, words, param, channel) if(param == '1') then if getPlayerLevel(cid) == 120 then local outfitmale = {lookType = 128, lookHead = math.random(0, 132), lookBody = math.random(0, 132), lookLegs = math.random(0, 132), lookFeet = math.random(0, 132), lookAddons = 0} doCreatureChangeOutfit(cid, outfit) doPlayerSendTextMessage(cid, 31, "OutFit mudado") return true end end end
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo