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

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    112,819

    Yea, I may be wrong indeed. As I said, I was...

    Yea, I may be wrong indeed. As I said, I was supposing that UseItem parameters were similar to UseItemWith. It seems they are not. In spite of that, did you managed to call the function?

    In order...
  2. Replies
    11
    Views
    112,819

    The first three (ECX, EDX and poscon1 in your...

    The first three (ECX, EDX and poscon1 in your case) parameters are the tile coordinates (TileXCoord, TileYCoord, TileZCoord) which the item stands.
    If the item is inside a container, TileXCoord...
  3. Replies
    11
    Views
    28,624

    One word: Awesome! Most well detailed tutorial...

    One word: Awesome!
    Most well detailed tutorial I've ever seen at tpforums. Well done man!
    I've been thinking about doing a detailed tutorial like that one showing how to traverse the whole Tibia...
  4. Thread: Floors

    by Brunocg
    Replies
    12
    Views
    23,297

    If I'm not mistaken. Tibia server sends you the...

    If I'm not mistaken. Tibia server sends you the mobs from ground 0 to 7 whether you are also between that range. If you are below the floor 7, the server sends 2 floors up and 2 floors down.
    Why? I...
  5. Replies
    17
    Views
    39,034

    In order to execute an internal function you need...

    In order to execute an internal function you need to be inside the target process context, the easiest way IMO is the old fashioned dll injection. Also you can move items by sending mouse clicks to...
  6. Replies
    17
    Views
    39,034

    I wrote a proof of concept to show you how to...

    I wrote a proof of concept to show you how to traverse the containers tree. I coded it in C#, since it's not my prefered language, I may not be quite familiar with it. I hope that's what you are...
  7. Replies
    17
    Views
    39,034

    Well, If I was able to do it with Delphi, Im...

    Well, If I was able to do it with Delphi, Im pretty sure you can do it with C# or almost any other language.

    Btw, the current container address is:

    Containers_PointerAddress = $B7A2A4;
    ...
  8. Replies
    17
    Views
    39,034

    I'll tell you what I gather from MSVC std library...

    I'll tell you what I gather from MSVC std library source code plus the help of a few guys here (Ty DarkStar and Stiju).

    Tibia containers are stored in a red black tree (msvc std::map...
  9. Replies
    4
    Views
    19,423

    Tibia 10.90 and 10.91 addresses are pretty much...

    Tibia 10.90 and 10.91 addresses are pretty much the same I believe.

    Client_DrawingEngineInstancePointer_GetterAddress = $5C9D70
    Client_MoveItem_FunctionAddress = $41CF20...
Results 1 to 9 of 9