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: saviofcb

Search: Search took 0.00 seconds.

  1. Replies
    23
    Views
    29,513

    You probably cannot do such a thing. All of the...

    You probably cannot do such a thing. All of the important data are checked by server side before any interaction occurs. For example, if you look at the definition of the Creature class in the Open...
  2. Replies
    61
    Views
    12,272

    The following lua code can be executed at Cheat...

    The following lua code can be executed at Cheat Engine. It only works for Medivia_OGL client. It reads and prints all openned containers. I am not familiar with LUA, so it is not well written.
    It...
  3. Replies
    61
    Views
    12,272

    It is easy to check that Medivia has made so many...

    It is easy to check that Medivia has made so many updates that its code may differ from the original Open Tibia Client source. You can do the other way around: search for some container and then back...
  4. Replies
    61
    Views
    12,272

    If we look at the game.h file, we are going to...

    If we look at the game.h file, we are going to see at its private members the following:



    CreaturePtr m_attackingCreature;
    CreaturePtr m_followingCreature;
    ProtocolGamePtr m_protocolGame;...
  5. Replies
    3
    Views
    85,496

    after you told me to review the offset to find...

    after you told me to review the offset to find the target position X , I realized that the distance from the address that stores the IDs in the battle list until the position X is 36 and not 32.
    The...
  6. Replies
    3
    Views
    85,496

    Help me with simple code problem

    I'm trying to print at my bot the target X position, however i'm not getting it. What is being printed is 0 always. My knowledge about programming is only one year of studying C++ at college, so...
Results 1 to 6 of 6