Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 85

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6
PokeXGames Bot (Example)
Results 1 to 10 of 10

Thread: PokeXGames Bot (Example)

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Posts
    16

    PokeXGames Bot (Example)

    I'm sharing with you what I did, I could do on my bot to pokexgames is so ... unzip and open with visual studio.
    remembering what it was like for their own use ta means messy and have some algorithms wrong way.
    I leave it clear that bot use is the responsibility of each. I am here to share knowledge.

    All thanks goes to Tryller or criticism that adapting PokemonAPI.


    Estou compartilhando com vocês o que eu fiz, consegui fazer, no meu bot para pokexgames...é só descompactar e abrir com o visual Studio.
    lembrando que como era para uso próprio ta meio bagunçado e tem alguns algoritmos meio errado.
    Deixo bem claro que usar bot é de responsabilidade de cada um. Estou aqui para compartilhar conhecimento.

    Todo agradecimento ou crítica vai ao Tryller que esta adaptando a PokemonAPI.

  2. #2
    Junior Member
    Join Date
    Jan 2013
    Posts
    6

    RE: PokeXGames Bot (Example)

    Thank You SO Much , i am gonna test.

    Later i will update =D
    [hr]
    Can i ask you something , did you made any change on the .dll it self ? Or did you use any of the Podexgame dll ?
    Sorry , i am a newbie .


    Posso perguntar uma coisa , voce fez alguma alteracao no .dll ? Ou usou alguma dll do podexgame ?
    Desculpa , eu sou um Noob

  3. #3
    Junior Member
    Join Date
    Jan 2013
    Posts
    2

    RE: PokeXGames Bot (Example)

    Do you know how to identify the bubbles to pull the fishing rod up (Pokexgames)? I saw you let a comment in this part of the code...
    Anyway, Thank you!

    __________________________________________________ _________
    Você sabe se tem alguma forma de identificar o efeito das bolhas para puxar a vara? Vi que você deixou um comentário nesse trecho de código haha
    De qualquer forma, muito obrigado amigo!

  4. #4
    Junior Member
    Join Date
    Jul 2010
    Posts
    16

    RE: PokeXGames Bot (Example)

    Pelo que o Fire Onix1 me disse voce tem que usar Proxy ou HookProxy, mas não consegui com nenhum dos dois...poruqe esssa função nao esta funcionado no PokemonAPI e não sei como arrumar. Mas acho que a mais facil. seia algo do tipo:
    Code:
    using Tibia.Objects;
    using Tibia.Packets;
    using Tibia.Packets.Outgoing;
    
    class Program
    {
        static void Main(string[] args)
        {
            Client client = Client.GetClients()[0];
    
            client.IO.StartProxy();
    
            client.IO.Proxy.ReceivedPlayerSpeechOutgoingPacket += delegate(OutgoingPacket packet)
            {
                PlayerSpeechPacket p = (PlayerSpeechPacket)packet;
                if (p.Message.StartsWith("/"))
                {
                    System.Console.WriteLine("Command: " + p.Message.Substring(1));
                    return false; // Don't send to the server
                }
                return true;
            };
    
            System.Console.ReadLine();
        }
    }
    no lugar de Tibia usa Pokemon, e muda o ReceivedPlayerSpeechOutgoingPacket para magiceffect... mas por causa dos ip do pokemon que é diferente não ta funcionando...postei no forum mas ninguem me respondeu. =/

    Quote Originally Posted by Seatzz
    Do you know how to identify the bubbles to pull the fishing rod up (Pokexgames)? I saw you let a comment in this part of the code...
    Anyway, Thank you!

    __________________________________________________ _________
    Você sabe se tem alguma forma de identificar o efeito das bolhas para puxar a vara? Vi que você deixou um comentário nesse trecho de código haha
    De qualquer forma, muito obrigado amigo!

  5. #5
    Junior Member
    Join Date
    Jan 2013
    Posts
    2

    RE: PokeXGames Bot (Example)

    Quote Originally Posted by brunelli1989
    Pelo que o Fire Onix1 me disse voce tem que usar Proxy ou HookProxy, mas não consegui com nenhum dos dois...poruqe esssa função nao esta funcionado no PokemonAPI e não sei como arrumar. Mas acho que a mais facil. seia algo do tipo:
    Code:
    using Tibia.Objects;
    using Tibia.Packets;
    using Tibia.Packets.Outgoing;
    
    class Program
    {
        static void Main(string[] args)
        {
            Client client = Client.GetClients()[0];
    
            client.IO.StartProxy();
    
            client.IO.Proxy.ReceivedPlayerSpeechOutgoingPacket += delegate(OutgoingPacket packet)
            {
                PlayerSpeechPacket p = (PlayerSpeechPacket)packet;
                if (p.Message.StartsWith("/"))
                {
                    System.Console.WriteLine("Command: " + p.Message.Substring(1));
                    return false; // Don't send to the server
                }
                return true;
            };
    
            System.Console.ReadLine();
        }
    }
    no lugar de Tibia usa Pokemon, e muda o ReceivedPlayerSpeechOutgoingPacket para magiceffect... mas por causa dos ip do pokemon que é diferente não ta funcionando...postei no forum mas ninguem me respondeu. =/

    Quote Originally Posted by Seatzz
    Do you know how to identify the bubbles to pull the fishing rod up (Pokexgames)? I saw you let a comment in this part of the code...
    Anyway, Thank you!

    __________________________________________________ _________
    Você sabe se tem alguma forma de identificar o efeito das bolhas para puxar a vara? Vi que você deixou um comentário nesse trecho de código haha
    De qualquer forma, muito obrigado amigo!
    Pois é... já tentei capturar o MagicEffectPacket com Proxy e HookProxy e não funcionou em nenhum dos casos... Creio que seja os endereços da API mesmo que estejam desatualizados...

    Queria saber qual o melhor processo pra mapear esses endereços... Ai quem sabe eu poderia atualiza-los para a versão atual

    De qualquer forma, valeu!

  6. #6

    RE: PokeXGames Bot (Example)

    Thanks for sharing
    And thanks for all fixes in pokemon api

  7. #7
    Administrator Zyphrus's Avatar
    Join Date
    Mar 2007
    Posts
    191

    RE: PokeXGames Bot (Example)

    Please keep the thread in English.

  8. #8
    Junior Member
    Join Date
    Jan 2013
    Posts
    1

    RE: PokeXGames Bot (Example)

    Someone did the bot? Or you're just trying?
    I would pay for this bot... If anyone do this please pm-me

    Alguém aí já fez o bot? Ou vocês tão tentando?
    Eu pagaria pelo bot... Se alguém fizer me manda pm

  9. #9
    Junior Member
    Join Date
    Jul 2010
    Posts
    16
    Então cara esse bot ai é para uso pessoal, e não tenho tempo de fazer algo para vender...vira e mexe da uns pau nervoso aqui...
    olha a tradução do google tradutor \/ xD
    So this guy bot ai is for personal use, and do not have time to make something to sell ... turns and moves the stick a nervous here ...

  10. #10
    Junior Member
    Join Date
    Oct 2013
    Posts
    1
    Hi everyone, what happened with the code/bot? Could you upload again? I am trying to make something similar but don't know why nothing works. Maybe looking at what you have done will help me.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •