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
Search Results - Forums

Search:

Type: Posts; User: Dronic

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    59,589

    OTClient section

    Hi.
    It would be great if we would have a separate section of open tibia client :)
    Thanks.
  2. I think that TibiaSocks is for tibia 8.X + This...

    I think that TibiaSocks is for tibia 8.X +
    This server is based on Tibia 7.72 ;) I think that I should use something like winsocks.
  3. I mean that I would like to make bot what gives...

    I mean that I would like to make bot what gives alarm when this message arrives ;) I am just a player not GM. Only GM could send this message ;)
  4. Hm.. SendMessage is just writing a text xD...

    Hm.. SendMessage is just writing a text xD Packet.dll still better :>



    function say(mensagem: string):string;
    var
    h: HWND;
    letra: Integer;
    B: Byte;
    begin
  5. Seriously to make something like ''packet.dll''...

    Seriously to make something like ''packet.dll'' with one function - speech I need to use some shits like named pipes ? xd There is not easier way?
  6. What the *** are named pipes ? xD How it works ?

    What the *** are named pipes ? xD How it works ?
  7. I am able to use packet.dll and it's so easy to...

    I am able to use packet.dll and it's so easy to send packets to the game by this way ;)
    I really want to do it by injecting dll, but if there is no chance (or it's harder) could you tell me more...
  8. The problem is that my .dll cannot looks like...

    The problem is that my .dll cannot looks like this one from the link what I posted. I would like to use this function when I will click on button. To do it I should make a procedure what I could call...
  9. Okay. So you just saying that everything is fine...

    Okay. So you just saying that everything is fine with my dll, but I have to inject it, yes?
    As I said I calling my .dll file by using this code: procedure FSpeech(AType: Byte; AText:PChar); cdecl;...
  10. How could I use a procedure from .dll? I really need help.

    Hi.
    I found this topic: http://tpforums.org/forum/threads/4093-Delphi-Calling-Tibia-internal and I would like to write it in my .dll and when I want I would like to use this procedure in my .exe...
  11. Replies
    5
    Views
    3,104

    Unfortunetly it sending wrong packets to the game...

    Unfortunetly it sending wrong packets to the game and it doing nothing.
    Check it:
    GAMECLIENT1>( hex ) 05 00 A1 54 72 61 69 //b3
    That's the packet what bot is sending.
    05 00 A1 59 0B 00 40 ...
  12. Replies
    5
    Views
    3,104

    @edit It's unselecting monster when monster is...

    @edit
    It's unselecting monster when monster is already selected (by myself).
  13. Replies
    5
    Views
    3,104

    attacking/targeting - looking for help.

    Hi.

    I would like to create targeting in my bot. Unfortunately I have some problems with that.
    That is a code what I found:

    procedure Attack(name:string;typeof:string;id:integer);
    var...
  14. Replies
    7
    Views
    2,507

    have u got a link with addresses?

    have u got a link with addresses?
  15. Replies
    7
    Views
    2,507

    I think that the size is 156. I just hope that...

    I think that the size is 156. I just hope that other addresses are correct. The battlelist_start address is correct.
    The link what did u give me is.... so much reading.

    Maybe I really should...
  16. Replies
    7
    Views
    2,507

    What you mean by that m8? I'd like just to read...

    What you mean by that m8?
    I'd like just to read my name by using ''pozycja'' function. I know that when I will just get my name I will create cavebot easier ; )

    When I using this one:


    I...
  17. Replies
    7
    Views
    2,507

    Problem with my code.

    Hello. I writing this topic, because I really looking for help.
    I trying to do it so long time, but it isn't work. It should work on server based on Tibia 7.72.

    That's my code:


    unit Unit1;...
  18. Replies
    2
    Views
    1,494

    I did an alarm like that by using msg address and...

    I did an alarm like that by using msg address and timer, but I think that it's not a good idea. If you have any tutorial/bot source with that please send me a link :)

    //how to check it ? ; p I...
  19. Replies
    2
    Views
    1,494

    alarm when any message.

    Hi.

    I would like to write alarm what will be only active when I will receive any message. It could be something like ''ding'' when message.
    I have problem with that, because I don't really know...
Results 1 to 19 of 19