Ir para conteúdo

roriscrave

Conde
  • Total de itens

    545
  • Registro em

  • Última visita

Tudo que roriscrave postou

  1. Nome do Servidor: Global Elite Versão: (8.60) Port: (7171) IP: (globalelite.no-ip.org) Pic: (A sua escolha)
  2. Obrigado hehe. @topic update de natal, so entrando pra conferir: www.ntoelite.com
  3. @up War system adicionado, Demon Oak arrumada!
  4. top top não sabia dessa
  5. vc tem que seguir este modelo aqui local outfit = {150} if (getCreatureOutfit(cid).lookType == outfit.lookType) then esse ai vai funcionar pra checar o looktype, agora pra checar addons vou ficar te devendo, postei ai porque pode te ajudar em algo tavez. abraço
  6. Tente if (getCreatureOutfit(cid).lookType == outfit.lookType) then
  7. tenta assim local ponteFromPos, ponteToPos = {x = 157, y = 34, z = 7}, {x = 159, y = 36, z = 7} local idPonte = 9224 local idAgua = 4612 function onUse(cid, item, fromPosition, itemEx, toPosition) for x = ponteFromPos.x, ponteToPos.x do for y = ponteFromPos.y, ponteToPos.y do for z = ponteFromPos.z, ponteToPos.z do local m = getTopCreature({x=x, y=y, z=z).uid if m~= 0 then return doPlayerSendCancel(cid, "Alguem esta sobre a ponte.") end end end end areaponte = {x=x, y=y, z=z} ponte = getThingFromPos(areaponte) if ponte.itemid == idPonte then doTeleportThing(ponte.uid, ponteFromPos) doCreateItem(idAgua, 1, areaponte) elseif ponte.itemid == idAgua then doCreateItem(idPonte, 1, areaponte) end end end end return true end
  8. bota no seu goldcoin.lua function onSay(cid, words, param, channel) local storage = 6707 local delaytime = 5 local exhaust = exhaustion.get(cid, storage) if(not exhaust) then exhaustion.set(cid, storage, delaytime) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Voce ganhou 1 gold coin!") doPlayerAddItem(cid,2160,1) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "Espere " .. exhaustion.get(cid, storage) .. " segundos para usar o comando novamente.") end return TRUE end
  9. o ip que vc conecta eh diferente do que os outros conectam, acho que voce deve entrar com 127.0.0.1
  10. Quando uso o comando: apt-get install libmysql++-dev libmysqlclient-dev mysql-common mysql-server Da o seguinte erro: Reading package lists... Done Building dependency tree Reading state information... Done libmysqlclient-dev is already the newest version. mysql-common is already the newest version. mysql-common set to manually installed. You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libboost-date-time-dev : Depends: libboost-date-time1.46-dev but it is not going to be installed libboost-dev : Depends: libboost1.46-dev but it is not going to be installed libboost-regex-dev : Depends: libboost-regex1.46-dev but it is not going to be installed libmysql++-dev : Depends: libmysql++3 (= 3.1.0-2) but it is not going to be installed mysql-server : Depends: mysql-server-5.5 but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). O que devo fazer pra arrumar isso?
  11. é so compilar normal, nao? compilo as sources no linux 64bit, ou tem que fazer algo a mais? em relaçao ao mapa e tal do serv pode fechar galera
  12. Qual a diferença de um linux 32 bit para um 64 bit? eu posso ter problema se pegar um linux 64 bit?
  13. baixa o remeres 8.7 e abra o mapa com ele, creio que vai dar certo. edit: eu estava com o mesmo erro que voce e fiz isso.
  14. GLOBAL ELITE 8.6 Damages igual ao tibia 7.6 (knight usa UH) Sistema de refinar items Ao matar jogador skull voce ganha uma recompensa. ● Site: http://globalelite.no-ip.org ● Port: 7171 ● Versão: 8.60 ● Exp: 300x (stages) ● Uptime: 24/7 ● Tipo: Open PVP ● Training Offline Enjoy! ● Cast System Enjoy! Algumas quests do server: ● Annihilator ● Demon Helmet ● Pits of Inferno 90% RL ● The Inquisition Quest ● Isle of Evil ●The Djinn War - Efreet Faction ● The Djinn War - Marid Faction ● Firewalker Boots ● The Ancient Tombs ● Svargrond Arena ● Banshee Quest ● Dreamer's Challenge ● The Travelling Trader Quest / A Mission Per Day! ● The Unnatural Selection Quest ● The Demon Oak ● The Elemental Spheres ● The New Frontier ● The Postman Missions ● Tomes of Knowledge ● Vampire Hunter ● Wrath of the Emperor
  15. ja me responderam em um outro forum, vlw era so remover o arquivo index.html da pasta htdocs, rep+ por tnetar ajudar
  16. Quando acesso o site do meu server, aparece essa tela inicial, mas se clicar em "Acesse o site do servidor clicando aqui" ou em "Join Now" eu sou redirecionado para esse site: http://ipdoseuot.com/index.php?subtopic=createaccount 1- como podem ver na foto, em que arquivo eu mudo esse ipdoseuot.com?? 2- como faço pra tirar essa entrada? quero que ao colocar o ip ja vai direto para o latest news do server.
  17. roriscrave

    Quest que da HP

    function onUse(cid, item, frompos, item2, topos) if item.uid == 1452 then queststatus = getPlayerStorageValue(cid,1452) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"Você ganhou 100.000 de mana!.") local health = 100000 setCreatureMaxMana(cid, getCreatureMaxMana(cid) + mana) setPlayerStorageValue(cid,1452,1) else doPlayerSendTextMessage(cid,22,"Você pegou sua hp!") end else return 0 end return 1 end da o rep ai ne fera ta de sacanagem edit: lembra de mudar a storage 1452 para outra qualquer
  18. roriscrave

    Quest que da HP

    Primeiro passo vá em actions/Scripts/ crie um arquivo questhp.lua e cole isso dentro: function onUse(cid, item, frompos, item2, topos) if item.uid == 1452 then queststatus = getPlayerStorageValue(cid,1452) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"Você ganhou 100.000 de health!.") local health = 100000 setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) + health) setPlayerStorageValue(cid,1452,1) else doPlayerSendTextMessage(cid,22,"Você pegou sua hp!") end else return 0 end return 1 end Agora cole está tag em actions.xml: <action uniqueid="1452" script="questhp.lua" />
  19. boa sorte doido
  20. sabe fazer o que fera? tu quer ser só gm é isso? se for boa sorte ae talvez alguém queira um 'admin' pro server kkk
  21. tenho não cara
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...