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

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: Walker C#

    by Diego
    Replies
    28
    Views
    6,501

    He meant he is using the same logic as you are...

    He meant he is using the same logic as you are except for the console output thing
  2. Thread: Map Structure

    by Diego
    Replies
    24
    Views
    5,596

    You gotta find your position within the map and...

    You gotta find your position within the map and then you can calculate the tiles around you.



    Location l = new Location(Client.Player.X(), Client.Player.Y(), Client.Player.Z());
    ...
  3. Replies
    71
    Views
    44,035

    Are you kidding me? thats the Bg img? jeeze. Good...

    Are you kidding me? thats the Bg img? jeeze. Good thing I retired long ago LOL
  4. Replies
    17
    Views
    6,083

    Green addresses means it it a static address,...

    Green addresses means it it a static address, meanwhile a black one would be a pointer.
  5. Replies
    11
    Views
    3,178

    Poll: Yes, I rather use English on my projects, mainly...

    Yes, I rather use English on my projects, mainly because it is one of the most used languages and it is easier to read.
  6. Replies
    11
    Views
    3,250

    You are simply displaying the memory address +...

    You are simply displaying the memory address + base address as an integer, you gotta read the value out of the memory in the tibia client first.

    int playerExperience = ReadInt32(Experience);
    ...
  7. Thread: Newcomer aboard!

    by Diego
    Replies
    16
    Views
    2,857

    For the time I developed TibiaViewer, i did not...

    For the time I developed TibiaViewer, i did not received any kind of banishment on me or any of my users, and I was using roughly 30-40 addresses just reading them though.
    OP: you gotta keep in mind...
  8. Thread: Newcomer aboard!

    by Diego
    Replies
    16
    Views
    2,857

    There no need to cast into intptr as far as I...

    There no need to cast into intptr as far as I remember (haven't touched c# in months) if you are getting your handle out of the process you can do something like

    Process Tibia;
    ...
  9. Replies
    38
    Views
    87,019

    I usually shop my pieces on compusa when I get a...

    I usually shop my pieces on compusa when I get a chance to go to Texas, otherwise pcel but I don't order anything online, I rather go to the store personally :p
  10. Replies
    36
    Views
    118,328

    If you plan on having a cavebot to it, then yes...

    If you plan on having a cavebot to it, then yes...
  11. Replies
    36
    Views
    118,328

    Start off with the map functions, once done that,...

    Start off with the map functions, once done that, go for the targeting and so on..
  12. Replies
    36
    Views
    118,328

    Nice, keep it going ^_^ If you need any help or...

    Nice, keep it going ^_^
    If you need any help or some, just hit me up a PM
  13. Replies
    8
    Views
    2,135

    Only the names listed in the market has a name...

    Only the names listed in the market has a name flag, and valuable items for obvious reason are not included. :p
  14. Replies
    15
    Views
    39,148

    Yeah, he said you'll be out for a week :p

    Yeah, he said you'll be out for a week :p
  15. Thread: Addresses 9.84

    by Diego
    Replies
    24
    Views
    5,506

    The password is still storing statically in the...

    The password is still storing statically in the memory
  16. No. If you set up a timer to constantly update...

    No. If you set up a timer to constantly update the battle list, you will be updating this for no reason most of the time.
    In the other hand you can just call up a function like "UpdateCache()" when...
  17. Or you can just update the cache when needed,...

    Or you can just update the cache when needed, instead of adding a timer to it
  18. Thread: Addresses 9.83

    by Diego
    Replies
    5
    Views
    1,551

    The addresses didn't change Josh, and BL doesnt...

    The addresses didn't change Josh, and BL doesnt have a level offset, AFAIK.
    Why don't you take advantage off the structures instead @skills, equipment, etc, instead of finding 10x the addresses that...
  19. Replies
    11
    Views
    3,026

    You have to edit Tibia's memory - We do it...

    You have to edit Tibia's memory - We do it through memory addresses which tells us what data is there, in this case we need to edit 4 different address which holds the location we want to go to, and...
  20. Replies
    11
    Views
    3,026

    check my comment above

    check my comment above
  21. Replies
    11
    Views
    3,026

    How about Button.OnClick += addWpt()...

    How about

    Button.OnClick += addWpt()
    Timer.onTick += doWalk()

    addWpt()
    {
    location struct = readX, readY, readZ;
    listbox.add(location.toString()); // 123,123,7
    }
  22. Replies
    3
    Views
    1,402

    There are plenty tutorials in the legacy board...

    There are plenty tutorials in the legacy board about address updating. Suit yourself :)
  23. Replies
    11
    Views
    3,026

    There's 4 addresses you need to access to: GoToX,...

    There's 4 addresses you need to access to: GoToX, GoToY, GoToZ and isWalking (from bl)

    You write on the memory the first 3 with the waypoint to want to go to and then set isWalking to 1
  24. Replies
    19
    Views
    4,971

    You dont recieve an email upon registration yet,...

    You dont recieve an email upon registration yet, just use your account details to log in
  25. Replies
    19
    Views
    4,971

    Yeah, it is certainly a tough market to get into,...

    Yeah, it is certainly a tough market to get into, hopefully this project grows and turns into great tool used on a daily-basis.
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4