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

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

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

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

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

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

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

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
[C++] GM have blue health bar and name - Page 2
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: [C++] GM have blue health bar and name

  1. #11
    Junior Member
    Join Date
    Sep 2014
    Posts
    11
    debug if i login
    i change your line:
    Code:
    if(strcmp(lpText, "GM Blahblah") == 0)
    {
    PrintText(nSurface, nX, nY, nFont, changle, to, blue, lpText, 0);
    for:
    Code:
    if(strcmp(lpText, "Majster Kiermano Azuu") == 0)
    {
    PrintText(nSurface, nX, nY, nFont, 238, 40, 30, lpText, 0);

  2. #12
    Senior Member
    Join Date
    Dec 2011
    Posts
    249
    Are you using the correct 8.54 address for PrintName?

  3. #13
    Junior Member
    Join Date
    Sep 2014
    Posts
    11
    yes, i'm check in tibiaapi code

  4. #14
    Junior Member
    Join Date
    Jan 2011
    Posts
    8
    Try:
    0x04B0550

  5. #15
    Junior Member
    Join Date
    Sep 2014
    Posts
    11
    d3bug (
    thanks for help DD

  6. #16
    Senior Member
    Join Date
    Dec 2011
    Posts
    249
    HookCall(0x4F0993, (DWORD)&MyPrintNAME);

    PrintText = (_PrintText*)0x4B0550

  7. #17
    Quote Originally Posted by ottizy View Post
    HookCall(0x4F0993, (DWORD)&MyPrintNAME);

    PrintText = (_PrintText*)0x4B0550
    Have someone address PrintTextFunc for 10.37, 10.39, 10.59, 10.60, 10.71-10.75 version or know how to find this? I'm not sure if it is still used.

    It's what I know.
    Code:
    PrintFps = 0x47E229 - 0x400000; //10.75
    PrintName = 0x4ED9F0 - 0x400000; //10.75
    ShowFps = 0x9D9F1F - 0x400000; //10.75
    Edit:
    nvm
    Last edited by wgrzelak; 03-02-2015 at 10:26 PM.

  8. #18
    Junior Member
    Join Date
    Sep 2014
    Posts
    11
    thanks ottizy & Peter12!

    how do this to 8.0 version?

Posting Permissions

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