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
Friend Healer ~ Delphi Without API (Resolved)
Results 1 to 5 of 5

Thread: Friend Healer ~ Delphi Without API (Resolved)

  1. #1
    Member
    Join Date
    Oct 2012
    Location
    brazil
    Posts
    36

    Friend Healer ~ Delphi Without API (Resolved)

    Hello, i'm looking for a way to make one Friend healer in delphi 2009,

    maybe anyone have one idea to make a bot...


    can help me?

    how i read my friend health?

  2. #2
    Super Moderator
    Join Date
    May 2007
    Posts
    1,191

    RE: Friend Healer ~ Delphi Without API

    Read the battlelist, health percentages are stored there

  3. #3
    Member
    Join Date
    Oct 2012
    Location
    brazil
    Posts
    36

    RE: Friend Healer ~ Delphi Without API

    Maybe you can show how what address i use to read battle list?

    Code:
    tibiaModuleRegionSize=&H2F6000
    MemLoginServer1=&H7B7558
    MemLoginServer2=&H7B75C8
    MemLoginServer3=&H7B7638
    MemLoginServer4=&H7B76A8
    MemLoginServer5=&H7B7718
    MemLoginServer6=&H7B7788
    MemLoginServer7=&H7B77F8
    MemLoginServer8=&H7B7868
    MemLoginServer9=&H7B78D8
    MemLoginServer10=&H7B7948
    MemPortLoginServer1=&H7B75BC
    MemPortLoginServer2=&H7B762C
    MemPortLoginServer3=&H7B769C
    MemPortLoginServer4=&H7B770C
    MemPortLoginServer5=&H7B777C
    MemPortLoginServer6=&H7B77EC
    MemPortLoginServer7=&H7B785C
    MemPortLoginServer8=&H7B78CC
    MemPortLoginServer9=&H7B793C
    MemPortLoginServer10=&H7B79AC
    adrMulticlient=&H532365
    PLAYER_Z=&H983EB0
    LEVELSPY_NOP=&H4F5730
    LEVELSPY_ABOVE=&H4F572C
    LEVELSPY_BELOW=&H4F5734
    LIGHT_NOP=&H515BE9
    LIGHT_AMOUNT=&H515BEE
    MAP_POINTER_ADDR=&H9DA5C4
    OFFSET_POINTER_ADDR=&H9DA5E0
    adrConnectionKey=&H7AEF6C
    adrXOR=&H7B6EF0
    adrMyHP=&H94C000
    adrMyMaxHP=&H983E9C
    adrMyMana=&H7B6F44
    adrMyMaxMana=&H7B6EF4
    adrMySoul=&H7B6F30
    adrNameStart=&H94C008
    adrNChar=&H94C008
    adrNum=&H983EA4
    adrXPos=&H983EA8
    adrYPos=&H983EAC
    adrZPos=&H983EB0
    adrConnected=&H7C0CF8
    RedSquare=&H7B6F40
    adrLastPacket=&H7BDDDA
    adrCharListPtr=&H949CE8
    adrCharListPtrEND=&H949CEC
    adrSelectedCharIndex=&H949D34
    adrXgo=&H983EA0
    adrYgo=&H983E98
    adrZgo=&H94C004
    LAST_BATTLELISTPOS=1299
    CharDist=&HB0
    adrGo=&H94C058
    adrPointerToInternalFPSminusH5D=&H9960CC
    adrNumberOfAttackClick=&H9D3FC8

  4. #4
    Senior Member
    Join Date
    Jul 2011
    Posts
    120

    RE: Friend Healer ~ Delphi Without API

    [code=delphi]const
    ADR_BATTLELIST_START = $94C008;
    MAX_CREATURES = 1300;
    STEP_CREATURES = $B0;[/code]

    You'll have to check the health (which is returned in percentage) and then do some action.

  5. #5
    is "CharDist=&HB0" hpbar_offset ?

Posting Permissions

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