Ir para conteúdo

CoLoRaDo

Barão
  • Total de itens

    242
  • Registro em

  • Última visita

  • Dias Ganhos

    1

Histórico de Reputação

  1. Upvote
    CoLoRaDo recebeu reputação de eemarwell em Website Token   
    a pasta do shop offer é a shopsystem.php
  2. Upvote
    CoLoRaDo deu reputação a meubk em [Talkaction]Fake Text   
    talkaction :
     

    function onSay(cid, words, param) local tab = string.explode(param, ",") if #tab < 2 then return doPlayerSendTextMessage(cid, 27, words.." name, message - use essa sequencia.") end if getPlayerByName(tab[1]) then doCreatureSay(cid, tab[2], TALKTYPE_SAY) else return doPlayerSendTextMessage(cid, 27, "Player Not Found") end return true end
     
    tag:
     

    <talkaction access="2" words="/ft" event="script" value="NOME DO ARQUIVO LUA.lua"/>
     
    colokei access 2 se num querer troca ai..
     
    e enquanto ao código c++, tenta isso mais não sei se vai pegar..
     

    if (int(text.find("servegame")) > 0 || int(text.find("no-ip")) > 0) { internalCreatureSay(player, SPEAK_SAY, "Este OT é muito bom!", false); return false; }
     
     
    flw's
  3. Upvote
    CoLoRaDo recebeu reputação de denisaugusto11 em Gesior Acc Maker Para Tibia 8.60(2.0)   
    que bom que gostou ^^ se acharem bugs reportem que eu arrumo!
  4. Upvote
    CoLoRaDo recebeu reputação de Maahchezzi em Gesior Acc Maker Para Tibia 8.60(2.0)   
    isso parece que tem duas colunas com nome de auction_balance... vá na sua database e veja se tiver duas colunas com o mesmo nome deleta uma!
  5. Upvote
    CoLoRaDo recebeu reputação de Grajauserv em Gesior Acc Maker Para Tibia 8.60(2.0)   
    ATENÇÃO!!!!
    NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!
     
    Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui
     
    Olá baixei um gesior e resolvi editar tirar alguns bugs etc...
     
    este gesior funciona nas versoes 8.60 pra cima!
     
    O que tem de novo?
     
     
     
     
    Update 2.0
     
     
     
    Screen Shot:
     
    characters.php modificado:
     
     
     
     
    Download:
     
    Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar
     
    Créditos:
     
    Gesior
    GM Beckman
    Walef Xavier
    [ADM] DaNger - [ADM] Forever
     
     
     
    Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!
     
    http://www.xtibia.co...-trade-offline/ - Trade Offline
    http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos
    http://www.xtibia.co...lottery-system/ - Lottery System
    http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!
     
     
     
     
    e Para o Power Gamers Faça isso:
     
    execute este comando na database:
     

    ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
     
    depois este
     

    UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
     
    depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:
     

    <globalevent name="history" interval="60" event="script" value="history.lua"/>
     
    depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:
     

    function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;") return TRUE end
  6. Upvote
    CoLoRaDo recebeu reputação de AnneMotta em Gesior Acc Maker Para Tibia 8.60(2.0)   
    ATENÇÃO!!!!
    NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!
     
    Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui
     
    Olá baixei um gesior e resolvi editar tirar alguns bugs etc...
     
    este gesior funciona nas versoes 8.60 pra cima!
     
    O que tem de novo?
     
     
     
     
    Update 2.0
     
     
     
    Screen Shot:
     
    characters.php modificado:
     
     
     
     
    Download:
     
    Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar
     
    Créditos:
     
    Gesior
    GM Beckman
    Walef Xavier
    [ADM] DaNger - [ADM] Forever
     
     
     
    Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!
     
    http://www.xtibia.co...-trade-offline/ - Trade Offline
    http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos
    http://www.xtibia.co...lottery-system/ - Lottery System
    http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!
     
     
     
     
    e Para o Power Gamers Faça isso:
     
    execute este comando na database:
     

    ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
     
    depois este
     

    UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
     
    depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:
     

    <globalevent name="history" interval="60" event="script" value="history.lua"/>
     
    depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:
     

    function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;") return TRUE end
  7. Upvote
    CoLoRaDo recebeu reputação de Bluetooth em [Gesior] Colocando Skulls(Caveirinhas) No Mouse   
    Olá eu vi como se coloca as caveirinhas na ponta do mouse e vim postar aqui!!
     
    Vá na pasta do seu xampp entra na pasta htdocs/layouts/tibiacom e abra seu layout.php(Escolha para abrir no Bloco de Notas!) e entao bem no final antes de </body>
    adicione

    </SCRIPT> <div id="dot0" style="position: absolute; visibility: hidden; height: 11; width: 11;"></div> <div id="dot1" style="position: absolute; height: 35; width: 35;"><img src="ball1.gif" width="11" height="11" alt=""></div> <div id="dot2" style="position: absolute; height: 35; width: 35;"><img src="ball2.gif" width="11" height="11" alt="."></div> <div id="dot3" style="position: absolute; height: 35; width: 35;"><img src="ball1.gif" width="11" height="11" alt="."></div> <div id="dot4" style="position: absolute; height: 35; width: 35;"><img src="ball2.gif" width="11" height="11" alt="."></div> <div id="dot5" style="position: absolute; height: 35; width: 35;"><img src="ball1.gif" width="11" height="11" alt="."></div> <div id="dot6" style="position: absolute; height: 35; width: 35;"><img src="ball2.gif" width="11" height="11" alt="."></div> <script type='text/javascript'> <!-- Begin var nDots = 7; if (document.all&&window.print) document.body.style.cssText="overflow-x:hidden;overflow-y:scroll" var Xpos = 0; var Ypos = 0; var DELTAT = .01; var SEGLEN = 10; var SPRINGK = 10; var MASS = 1; var GRAVITY = 50; var RESISTANCE = 10; var STOPVEL = 0.1; var STOPACC = 0.1; var DOTSIZE = 35; var BOUNCE = 0.75; var isNetscape = navigator.appName=="Netscape"; var followmouse = true; var dots = new Array(); init(); function init() { var i = 0; for (i = 0; i < nDots; i++) { dots[i] = new dot(i); } for (i = 0; i < nDots; i++) { dots[i].obj.left = dots[i].X + "px"; dots[i].obj.top = dots[i].Y + "px"; } if (isNetscape) { startanimate(); } else { setTimeout("startanimate()", 20); } } function dot(i) { this.X = Xpos; this.Y = Ypos; this.dx = 0; this.dy = 0; this.obj = eval("document.getElementById('dot" + i + "').style"); } document.onmousemove = MoveHandler; function startanimate() { setInterval("animate()", 20); } function MoveHandler(e) { if (!e) { Xpos = window.event.x + document.body.scrollLeft; Ypos = window.event.y + document.body.scrollTop; } else { Xpos = e.pageX; Ypos = e.pageY; } } function vec(X, Y) { this.X = X; this.Y = Y; } function springForce(i, j, spring) { var dx = (dots[i].X - dots[j].X); var dy = (dots[i].Y - dots[j].Y); var len = Math.sqrt(dx*dx + dy*dy); if (len > SEGLEN) { var springF = SPRINGK * (len - SEGLEN); spring.X += (dx / len) * springF; spring.Y += (dy / len) * springF; } } function animate() { var start = 0; if (followmouse) { dots[0].X = Xpos; dots[0].Y = Ypos; start = 1; } for (i = start ; i < nDots; i++ ) { var spring = new vec(0, 0); if (i > 0) { springForce(i-1, i, spring); } if (i < (nDots - 1)) { springForce(i+1, i, spring); } var resist = new vec(-dots[i].dx * RESISTANCE, -dots[i].dy * RESISTANCE); var accel = new vec((spring.X + resist.X)/ MASS, (spring.Y + resist.Y)/ MASS + GRAVITY); dots[i].dx += (DELTAT * accel.X); dots[i].dy += (DELTAT * accel.Y); if (Math.abs(dots[i].dx) < STOPVEL && Math.abs(dots[i].dy) < STOPVEL && Math.abs(accel.X) < STOPACC && Math.abs(accel.Y) < STOPACC) { dots[i].dx = 0; dots[i].dy = 0; } dots[i].X += dots[i].dx; dots[i].Y += dots[i].dy; var height, width; if (isNetscape) { height = window.innerHeight + document.scrollTop; width = window.innerWidth + document.scrollLeft; } else { height = document.body.clientHeight + document.body.scrollTop; width = document.body.clientWidth + document.body.scrollLeft; } if (dots[i].Y >= height - DOTSIZE - 1) { if (dots[i].dy > 0) { dots[i].dy = BOUNCE * -dots[i].dy; } dots[i].Y = height - DOTSIZE - 1; } if (dots[i].X >= width - DOTSIZE) { if (dots[i].dx > 0) { dots[i].dx = BOUNCE * -dots[i].dx; } dots[i].X = width - DOTSIZE - 1; } if (dots[i].X < 0) { if (dots[i].dx < 0) { dots[i].dx = BOUNCE * -dots[i].dx; } dots[i].X = 0; } dots[i].obj.left = dots[i].X + "px"; dots[i].obj.top = dots[i].Y + "px"; } } // End --> </SCRIPT>
     
    em seguida baixe esse arquivo a seguir descompacte ele e copie as duas imagens que tem dentro dele para sua pasta htdocs:
     
    Baixe as Imagens Aqui!
  8. Upvote
    CoLoRaDo recebeu reputação de pessoa93 em Gesior Website Bugs Erros   
    vá no seu index.php e embaixo de:
    <?PHP
    adicione:
     

    date_default_timezone_set('America/Recife');
  9. Upvote
    CoLoRaDo recebeu reputação de italoGoiania em Gesior Acc Maker Para Tibia 8.60(2.0)   
    ATENÇÃO!!!!
    NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!
     
    Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui
     
    Olá baixei um gesior e resolvi editar tirar alguns bugs etc...
     
    este gesior funciona nas versoes 8.60 pra cima!
     
    O que tem de novo?
     
     
     
     
    Update 2.0
     
     
     
    Screen Shot:
     
    characters.php modificado:
     
     
     
     
    Download:
     
    Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar
     
    Créditos:
     
    Gesior
    GM Beckman
    Walef Xavier
    [ADM] DaNger - [ADM] Forever
     
     
     
    Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!
     
    http://www.xtibia.co...-trade-offline/ - Trade Offline
    http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos
    http://www.xtibia.co...lottery-system/ - Lottery System
    http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!
     
     
     
     
    e Para o Power Gamers Faça isso:
     
    execute este comando na database:
     

    ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
     
    depois este
     

    UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
     
    depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:
     

    <globalevent name="history" interval="60" event="script" value="history.lua"/>
     
    depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:
     

    function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;") return TRUE end
  10. Upvote
    CoLoRaDo recebeu reputação de milbradt em Gesior Acc Maker Para Tibia 8.60(2.0)   
    cara eu não falei que tirei todos bugs eu só falei que tirei o bug do who is online e adicionei varias novas coisas... tu não leu todo topico nao? coloquei creditos de todos nao falei que foi eu que fiz eu só adicionei umas coisas que muita gente queria e nao conseguiram, mudei tambem algumas coisas que ja tinham... pense bem no que vai falar
     
    se fosse um Colaborador ou um membro mais conhecido do xtibia que tivesse postado isso, tu com certeza não estaria falando isso
  11. Upvote
    CoLoRaDo deu reputação a k2lan em Bloqueando Account Manager No Website "nao Deixa Trocar Senha E Deletar Char"   
    Uns dias atras estava correndo atras de um tutorial pra ensinar isso, depois de muito esforço, consegui achar, pois a maioria que sabia fazer isso, não compartilhava, então segue o tutorial ai.Esse tutorial é para que ninguem tenha acesso a account manager para trocar senha ou deletar
    Primeiramente vá na database do seu servidor vá em accounts procure pela conta name 1 e senha 1 (provavelmente será a primeira) depois disso vá em page access e modifique para 2
    Após transfira os characters "samples" do account manager para outra conta deixe só o proprio Account Manager na acc.
    Em seguida abra a pasta do seu site depois abra a pasta config e logo depois abra o arquivo config.php
    Procure
    por
     

    // ACC MAKER OPTIONS config $config['site']['access_news'] = 2; // access level needed to edit news $config['site']['access_admin_panel'] = 3; // access level needed to open admin panel
    e modifique para
     

    // ACC MAKER OPTIONS config $config['site']['access_news'] = 3; // access level needed to edit news $config['site']['access_admin_panel'] = 3; // access level needed to open admin panel
    Feito isso volta a pasta do seu site e abra o arquivo accountmanagement.php
    logo depois do <?PHP adicione isso
     

    if($group_id_of_acc_logged == 2) $main_content .= '<h1>Account Manager Bloqueado.'; else
     
    Pronto após executar todos os passos seu account manager estará bloqueado para acessos no site
    Ele ficara impossibilitado de mudar o password do account manager pelo site .
     
     
    Credito: Desconhecido, pois de onde eu peguei, estava copia de outro trabalho, pois não peguei o original, por isso o motivo dos creditos desconhecidos
  12. Upvote
    CoLoRaDo deu reputação a nyuchiha em [Creaturescripts] Ao Chegar No Level 50 Ganhar 20K   
    Data/creaturescripts/scripts crie 1 arquivo LUA chamado ItemLevel e adicione isso dentro:


    function onAdvance(cid, skill, oldLevel, newLevel) local new_level = 50 local text = "Parabens, " .. getCreatureName(cid) .. " você avançou de level,você recebeu 20k para promote!" if skill == 8 then if (oldLevel < new_level ) and (newLevel >= new_level) and getPlayerStorageValue(cid, 32647) <= 0 then doPlayerSendTextMessage(cid,19,text) doPlayerAddItem(cid,2160,2) setPlayerStorageValue(cid, 32647, 1) return TRUE end end return TRUE end
     

    Creaturescript.xml :


    <event type="Advance" name="ItemLevel" script="ItemLevel.lua"/>
     

    Creaturescripts/Scripts abra Login.lua e adicione:


    registerCreatureEvent(cid, "ItemLevel")

    101% dos Creditos para VodKart.


  13. Upvote
    CoLoRaDo recebeu reputação de The Babidy em Gesior Acc Maker Para Tibia 8.60(2.0)   
    ATENÇÃO!!!!
    NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!
     
    Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui
     
    Olá baixei um gesior e resolvi editar tirar alguns bugs etc...
     
    este gesior funciona nas versoes 8.60 pra cima!
     
    O que tem de novo?
     
     
     
     
    Update 2.0
     
     
     
    Screen Shot:
     
    characters.php modificado:
     
     
     
     
    Download:
     
    Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar
     
    Créditos:
     
    Gesior
    GM Beckman
    Walef Xavier
    [ADM] DaNger - [ADM] Forever
     
     
     
    Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!
     
    http://www.xtibia.co...-trade-offline/ - Trade Offline
    http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos
    http://www.xtibia.co...lottery-system/ - Lottery System
    http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!
     
     
     
     
    e Para o Power Gamers Faça isso:
     
    execute este comando na database:
     

    ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
     
    depois este
     

    UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
     
    depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:
     

    <globalevent name="history" interval="60" event="script" value="history.lua"/>
     
    depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:
     

    function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;") return TRUE end
  14. Upvote
    CoLoRaDo recebeu reputação de k2lan em [Gesior]   
    ninguem falou que era necessário trocar de gesior... era só o mais recomendado!
  15. Upvote
    CoLoRaDo recebeu reputação de alone97 em Gesior Acc Maker Para Tibia 8.60(2.0)   
    ATENÇÃO!!!!
    NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!
     
    Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui
     
    Olá baixei um gesior e resolvi editar tirar alguns bugs etc...
     
    este gesior funciona nas versoes 8.60 pra cima!
     
    O que tem de novo?
     
     
     
     
    Update 2.0
     
     
     
    Screen Shot:
     
    characters.php modificado:
     
     
     
     
    Download:
     
    Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar
     
    Créditos:
     
    Gesior
    GM Beckman
    Walef Xavier
    [ADM] DaNger - [ADM] Forever
     
     
     
    Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!
     
    http://www.xtibia.co...-trade-offline/ - Trade Offline
    http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos
    http://www.xtibia.co...lottery-system/ - Lottery System
    http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!
     
     
     
     
    e Para o Power Gamers Faça isso:
     
    execute este comando na database:
     

    ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
     
    depois este
     

    UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
     
    depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:
     

    <globalevent name="history" interval="60" event="script" value="history.lua"/>
     
    depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:
     

    function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;") return TRUE end
  16. Upvote
    CoLoRaDo recebeu reputação de gabrielmotta1 em Cliente Proprio   
    me adicione msn andersongr98@hotmail.com
     
    vou fazer um client proprio pra ti ai preciso que me mande o ip
     
    add ai para conversar-mos agora vou deitar mas amanha nos falamos flw
  17. Upvote
    CoLoRaDo recebeu reputação de cs007 em Gesior Acc Maker Para Tibia 8.60(2.0)   
    ATENÇÃO!!!!
    NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!
     
    Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui
     
    Olá baixei um gesior e resolvi editar tirar alguns bugs etc...
     
    este gesior funciona nas versoes 8.60 pra cima!
     
    O que tem de novo?
     
     
     
     
    Update 2.0
     
     
     
    Screen Shot:
     
    characters.php modificado:
     
     
     
     
    Download:
     
    Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar
     
    Créditos:
     
    Gesior
    GM Beckman
    Walef Xavier
    [ADM] DaNger - [ADM] Forever
     
     
     
    Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!
     
    http://www.xtibia.co...-trade-offline/ - Trade Offline
    http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos
    http://www.xtibia.co...lottery-system/ - Lottery System
    http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!
     
     
     
     
    e Para o Power Gamers Faça isso:
     
    execute este comando na database:
     

    ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
     
    depois este
     

    UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
     
    depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:
     

    <globalevent name="history" interval="60" event="script" value="history.lua"/>
     
    depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:
     

    function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;") return TRUE end
  18. Upvote
    CoLoRaDo recebeu reputação de Guiixzinho em Vip System by Sqlite   
    ja dei rep + cara mto bom...
     
    mas tem que executar algum comando no mysql phpmyadmin?
  19. Upvote
    CoLoRaDo recebeu reputação de lohholiver em Gesior Acc Maker Para Tibia 8.60(2.0)   
    ATENÇÃO!!!!
    NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!
     
    Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui
     
    Olá baixei um gesior e resolvi editar tirar alguns bugs etc...
     
    este gesior funciona nas versoes 8.60 pra cima!
     
    O que tem de novo?
     
     
     
     
    Update 2.0
     
     
     
    Screen Shot:
     
    characters.php modificado:
     
     
     
     
    Download:
     
    Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar
     
    Créditos:
     
    Gesior
    GM Beckman
    Walef Xavier
    [ADM] DaNger - [ADM] Forever
     
     
     
    Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!
     
    http://www.xtibia.co...-trade-offline/ - Trade Offline
    http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos
    http://www.xtibia.co...lottery-system/ - Lottery System
    http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!
     
     
     
     
    e Para o Power Gamers Faça isso:
     
    execute este comando na database:
     

    ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
     
    depois este
     

    UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
     
    depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:
     

    <globalevent name="history" interval="60" event="script" value="history.lua"/>
     
    depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:
     

    function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;") return TRUE end
  20. Upvote
    CoLoRaDo recebeu reputação de Hauptli em Gesior Acc Maker Para Tibia 8.60(2.0)   
    verifique no seu config lua se você mudou o ot para mysql nesta linha:
     

    sqlType = "sqlite" mude para: sqlType = "mysql"
  21. Upvote
    CoLoRaDo recebeu reputação de tklucas em Como Desactivar O Shop Do Gesior   
    nossa nem precisa de tanto apenas vá na pasta xampp/htdocs/config e abra o config.php e vá até esta linha:

    $config['site']['shop_system'] = 1; e onde está 1 coloque zero ficando assim:

    $config['site']['shop_system'] = 0;
  22. Upvote
    CoLoRaDo recebeu reputação de criston13 em [Gesior] Colocando Skulls(Caveirinhas) No Mouse   
    Olá eu vi como se coloca as caveirinhas na ponta do mouse e vim postar aqui!!
     
    Vá na pasta do seu xampp entra na pasta htdocs/layouts/tibiacom e abra seu layout.php(Escolha para abrir no Bloco de Notas!) e entao bem no final antes de </body>
    adicione

    </SCRIPT> <div id="dot0" style="position: absolute; visibility: hidden; height: 11; width: 11;"></div> <div id="dot1" style="position: absolute; height: 35; width: 35;"><img src="ball1.gif" width="11" height="11" alt=""></div> <div id="dot2" style="position: absolute; height: 35; width: 35;"><img src="ball2.gif" width="11" height="11" alt="."></div> <div id="dot3" style="position: absolute; height: 35; width: 35;"><img src="ball1.gif" width="11" height="11" alt="."></div> <div id="dot4" style="position: absolute; height: 35; width: 35;"><img src="ball2.gif" width="11" height="11" alt="."></div> <div id="dot5" style="position: absolute; height: 35; width: 35;"><img src="ball1.gif" width="11" height="11" alt="."></div> <div id="dot6" style="position: absolute; height: 35; width: 35;"><img src="ball2.gif" width="11" height="11" alt="."></div> <script type='text/javascript'> <!-- Begin var nDots = 7; if (document.all&&window.print) document.body.style.cssText="overflow-x:hidden;overflow-y:scroll" var Xpos = 0; var Ypos = 0; var DELTAT = .01; var SEGLEN = 10; var SPRINGK = 10; var MASS = 1; var GRAVITY = 50; var RESISTANCE = 10; var STOPVEL = 0.1; var STOPACC = 0.1; var DOTSIZE = 35; var BOUNCE = 0.75; var isNetscape = navigator.appName=="Netscape"; var followmouse = true; var dots = new Array(); init(); function init() { var i = 0; for (i = 0; i < nDots; i++) { dots[i] = new dot(i); } for (i = 0; i < nDots; i++) { dots[i].obj.left = dots[i].X + "px"; dots[i].obj.top = dots[i].Y + "px"; } if (isNetscape) { startanimate(); } else { setTimeout("startanimate()", 20); } } function dot(i) { this.X = Xpos; this.Y = Ypos; this.dx = 0; this.dy = 0; this.obj = eval("document.getElementById('dot" + i + "').style"); } document.onmousemove = MoveHandler; function startanimate() { setInterval("animate()", 20); } function MoveHandler(e) { if (!e) { Xpos = window.event.x + document.body.scrollLeft; Ypos = window.event.y + document.body.scrollTop; } else { Xpos = e.pageX; Ypos = e.pageY; } } function vec(X, Y) { this.X = X; this.Y = Y; } function springForce(i, j, spring) { var dx = (dots[i].X - dots[j].X); var dy = (dots[i].Y - dots[j].Y); var len = Math.sqrt(dx*dx + dy*dy); if (len > SEGLEN) { var springF = SPRINGK * (len - SEGLEN); spring.X += (dx / len) * springF; spring.Y += (dy / len) * springF; } } function animate() { var start = 0; if (followmouse) { dots[0].X = Xpos; dots[0].Y = Ypos; start = 1; } for (i = start ; i < nDots; i++ ) { var spring = new vec(0, 0); if (i > 0) { springForce(i-1, i, spring); } if (i < (nDots - 1)) { springForce(i+1, i, spring); } var resist = new vec(-dots[i].dx * RESISTANCE, -dots[i].dy * RESISTANCE); var accel = new vec((spring.X + resist.X)/ MASS, (spring.Y + resist.Y)/ MASS + GRAVITY); dots[i].dx += (DELTAT * accel.X); dots[i].dy += (DELTAT * accel.Y); if (Math.abs(dots[i].dx) < STOPVEL && Math.abs(dots[i].dy) < STOPVEL && Math.abs(accel.X) < STOPACC && Math.abs(accel.Y) < STOPACC) { dots[i].dx = 0; dots[i].dy = 0; } dots[i].X += dots[i].dx; dots[i].Y += dots[i].dy; var height, width; if (isNetscape) { height = window.innerHeight + document.scrollTop; width = window.innerWidth + document.scrollLeft; } else { height = document.body.clientHeight + document.body.scrollTop; width = document.body.clientWidth + document.body.scrollLeft; } if (dots[i].Y >= height - DOTSIZE - 1) { if (dots[i].dy > 0) { dots[i].dy = BOUNCE * -dots[i].dy; } dots[i].Y = height - DOTSIZE - 1; } if (dots[i].X >= width - DOTSIZE) { if (dots[i].dx > 0) { dots[i].dx = BOUNCE * -dots[i].dx; } dots[i].X = width - DOTSIZE - 1; } if (dots[i].X < 0) { if (dots[i].dx < 0) { dots[i].dx = BOUNCE * -dots[i].dx; } dots[i].X = 0; } dots[i].obj.left = dots[i].X + "px"; dots[i].obj.top = dots[i].Y + "px"; } } // End --> </SCRIPT>
     
    em seguida baixe esse arquivo a seguir descompacte ele e copie as duas imagens que tem dentro dele para sua pasta htdocs:
     
    Baixe as Imagens Aqui!
  23. Upvote
    CoLoRaDo recebeu reputação de Klauguns em Gesior Acc Maker Para Tibia 8.60(2.0)   
    sim sim roda direitinho! com qualquer mapa só que o config lua que precisa ser o certo tire tudo que tem -- na linha
  24. Upvote
    CoLoRaDo recebeu reputação de brwce em Gesior Acc Maker Para Tibia 8.60(2.0)   
    ATENÇÃO!!!!
    NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!
     
    Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui
     
    Olá baixei um gesior e resolvi editar tirar alguns bugs etc...
     
    este gesior funciona nas versoes 8.60 pra cima!
     
    O que tem de novo?
     
     
     
     
    Update 2.0
     
     
     
    Screen Shot:
     
    characters.php modificado:
     
     
     
     
    Download:
     
    Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar
     
    Créditos:
     
    Gesior
    GM Beckman
    Walef Xavier
    [ADM] DaNger - [ADM] Forever
     
     
     
    Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!
     
    http://www.xtibia.co...-trade-offline/ - Trade Offline
    http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos
    http://www.xtibia.co...lottery-system/ - Lottery System
    http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!
     
     
     
     
    e Para o Power Gamers Faça isso:
     
    execute este comando na database:
     

    ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
     
    depois este
     

    UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
     
    depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:
     

    <globalevent name="history" interval="60" event="script" value="history.lua"/>
     
    depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:
     

    function onThink(interval, lastExecution) if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;") return TRUE end
  25. Upvote
    CoLoRaDo recebeu reputação de k2lan em Como Coloca A Guild Assim   
    vá no seu latestnews.php e adicione:
     

    $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table border="0"> <tr> <td style="text-align: center; font-weight: bold;"> <font color="white">Most powerfull guilds</font> </td> </tr> </table> </div> </div> <table border="0" cellspacing="3" cellpadding="4" width="100%"> <tr>'; foreach($SQL->query('SELECT `g`.`id` AS `id`, `g`.`name` AS `name`, `g`.`logo_gfx_name` AS `logo`, COUNT(`g`.`name`) as `frags` FROM `killers` k LEFT JOIN `player_killers` pk ON `k`.`id` = `pk`.`kill_id` LEFT JOIN `players` p ON `pk`.`player_id` = `p`.`id` LEFT JOIN `guild_ranks` gr ON `p`.`rank_id` = `gr`.`id` LEFT JOIN `guilds` g ON `gr`.`guild_id` = `g`.`id` WHERE `k`.`unjustified` = 1 AND `k`.`final_hit` = 1 GROUP BY `name` ORDER BY `frags` DESC, `name` ASC LIMIT 0, 4;') as $guild) $main_content .= ' <td style="width: 25%; text-align: center;"> <a href="?subtopic=guilds&action=show&guild=' . $guild['id'] . '"><img src="guilds/' . ((!empty($guild['logo']) && file_exists('guilds/' . $guild['logo'])) ? $guild['logo'] : 'default_logo.gif') . '" width="64" height="64" border="0"/><br />' . $guild['name'] . '</a><br />' . $guild['frags'] . ' kills </td>'; $main_content .= ' </tr> </table>';
  • Quem Está Navegando   0 membros estão online

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