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

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    924

    RE: Tibia Spr Count

    Sorry, I didnt see any question like this here...
  2. Replies
    3
    Views
    924

    Tibia Spr Count

    From Tibia 9.63 the number of sprites is stored in a u32 and no more in u16. I was wondering, is it possible to apply this in a client prior to 9.63? I successfuly changed the spr structure, but now...
  3. Replies
    21
    Views
    11,720

    RE: How can i change the length of tibia skills?

    Thanks, i'ts done:
    Find the function 'parseMagicEffect' (tip: search for switchs first), inside this function you will get something like:
    CALL 004F4E50 (getU8?)
    MOVZX EAX, AL (store 8)

    change...
  4. Replies
    21
    Views
    11,720

    RE: How can i change the length of tibia skills?

    Yes... my question is: How make the client read U16 for magic effect?
  5. Replies
    21
    Views
    11,720

    RE: How can i change the length of tibia skills?

    No, you do not understand me. I can add the effects on the client without problem. What I want is to use more than 255 effects on the client. Add it to the dat and spr is easy, but use them isnt.
    ...
  6. Replies
    21
    Views
    11,720

    RE: How can i change the length of tibia skills?

    well then this is a question of OT this its mainly based on programing with tibia, instead of programing a client, now i can almost bet that otland or otfans or otsomething has the solution, what...
  7. Replies
    21
    Views
    11,720

    RE: How can i change the length of tibia skills?

    I want to make one client read more than 255 effects, but it only read one byte. Exactly like Kayan Lua said.

    Cheers.
  8. Replies
    21
    Views
    11,720

    RE: How can i change the length of tibia skills?

    BUMP~~~~
  9. Replies
    21
    Views
    5,153

    RE: How to change tibia client version?

    Use OllyDbg...
  10. Replies
    21
    Views
    5,153

    RE: How to change tibia client version?

    Thanks for the answer, I'll try and when get some result I will share here.

    Edit -
    I found it, Tibia 854 addresses: 0x415A73 and 0x416402 (both must be changed)
  11. Replies
    21
    Views
    5,153

    RE: How to change tibia client version?

    Cuz I have a custom client and I wan't to warn my players when the client is outdated. Is possible, I already saw it.
  12. Replies
    21
    Views
    5,153

    RE: How to change tibia client version?

    Yes, didn't work.
    I can change the version on the client info, but the server still receiving the true version.

    I need find this address and change it, but I don't know how.
  13. Replies
    21
    Views
    5,153

    RE: How to change tibia client version?

    Someone?
  14. Replies
    21
    Views
    5,153

    RE: How to change tibia client version?

    Sorry for this, but someone can share more information on how to do this?
  15. Replies
    21
    Views
    11,720

    RE: How can i change the length of tibia skills?

    Can someone tell me how to do that? An example code, please?
  16. Replies
    2
    Views
    1,407

    RE: ContextMenu + Tibia 8.54

    http://tibiaclient.com/ too
  17. Sticky: RE: [Tutorial C++] Tibia Parser Hook, Sending To Client

    This is correct?


    Hmm, something is wrong, I'm getting (sometimes) more than one command from the server in the whole package (in the same package).

    Example logger with the problem:
    0x1E 0x1E...
  18. Replies
    5
    Views
    1,520

    RE: HookProxy recv decryption

    Ok, thanks for the info.
  19. Replies
    5
    Views
    1,520

    RE: HookProxy recv decryption

    :o sure?
  20. Replies
    5
    Views
    1,520

    HookProxy recv decryption

    Hello!

    I'm trying to intercept incoming packets.
    I made a hook in the recv and got this log:

    (There's more.)

    So ... order to identify the packages I need to decrypt them? How can I do this?...
  21. Replies
    4
    Views
    1,268

    RE: Blocking recieved packets

    Can you post your working code?
  22. Replies
    53
    Views
    13,538

    RE: Update Tibia 8.70

    not tested!
  23. Replies
    2
    Views
    1,407

    ContextMenu + Tibia 8.54

    Hello!

    I'm doing some testing with context menus and I have a problem.
    I've tried with TibiaAPI and with this code of petitcoeur (http://www.tpforums.org/forum/thread-7870.html) and am getting...
  24. RE: Problem problem when trying to use tibia print text

    Hmm, thanks!

    PS.: I'm trying to get animated text address but my ollydbg doesn't have the option Search for -> All switches. Why? I'm using 2.0 version with x64 win7.
  25. Problem problem when trying to use tibia print text

    Hi!

    I'm trying to call an internal function of the tibia (print text) and am having a problem.

    I inject the dll and call the function, it works but stays on the screen for a few thousandths and...
Results 1 to 25 of 81
Page 1 of 4 1 2 3 4