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
Tibia Memory address 10.81 - Real tibia test server
Results 1 to 1 of 1

Thread: Tibia Memory address 10.81 - Real tibia test server

  1. #1
    Junior Member
    Join Date
    Jul 2015
    Posts
    1

    Tibia Memory address 10.81 - Real tibia test server

    Greetings all,

    I wish to track the new map parts of tibia 10.81 but i need to update Sharpmaptracker addresses, altought i have no clue how to retreive the following addresses that need to be updated.
    Could anyone help me out about how to retrieve them?

    * I had success on retreiving walk pos addresses, since i knew how to trigger them by walking. but for the rest i have no clue.
    * Already try t a couple of tutorials like http://tpforums.org/forum/threads/58...ddress-finding

    Information:
    Tibia Test server client: http://www.test.tibia.com/news/?subtopic=latestnews
    Sharpmaptracker sources: https://github.com/jo3bingham/sharpmaptracker
    It's about this part.
    Code:
      else if (client.Version == ClientVersion.Version1079)
      {
      ClientRsa = client.BaseAddress + 0x3899A0;
      ClientServerStart = client.BaseAddress + 0x48F5FC;                <----Needs update for 10.81
      ClientServerEnd = client.BaseAddress + 0x48F600;                  <----Needs update for 10.81
      ClientServerStep = 0x30;
      ClientServerDistanceHostname = 0x04;
      ClientServerDistanceIP = 0x1C;
      ClientServerDistancePort = 0x28;
      ClientServerMax = 10;
      ClientSelectedCharacter = client.BaseAddress + 0x5D244C;    <----Needs update for 10.81
      ClientMultiClient = client.BaseAddress + 0x158277;                   <----Needs update for 10.81
    
      ClientStatus = client.BaseAddress + 0x31CA38;//?
    
      PlayerGoX = client.BaseAddress + 0x5D5030;
      PlayerGoY = client.BaseAddress + 0x5D5028;
      PlayerGoZ = client.BaseAddress + 0x5D5004;
    
      ClientBattleListStart = client.BaseAddress + 0x62BF90;             <----Needs update for 10.81
      }
    Last edited by mokerhamer; 07-03-2015 at 11:48 AM.

Posting Permissions

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