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 85

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
Help Cave bot
Results 1 to 7 of 7

Thread: Help Cave bot

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    17

    Arrow Help Cave bot

    http://www.youtube.com/watch?v=vlM6G...WQIy7bjldR0sXl

    My code
    Public Const gotoZ As Long = &H944004
    Public Const gotoY As Long = &H97BE88
    Public Const gotoX As Long = &H97BE90
    Public Const positionx As Long = &H94424C
    Public Const positiony As Long = &H944248
    Public Const positionz As Long = &H7AC60C
    Public Const move As Long = &H944270
    Cave bot Fucion
    Memory_WriteLong(gotoX, "List")
    Memory_WriteLong(gotoY,"List")
    Memory_WriteLong(gotoZ, "List")
    Memory_WriteLong(move, 1)
    look movie /\

  2. #2
    Senior Member
    Join Date
    Oct 2009
    Location
    Poland, Świebodzin
    Posts
    233

    RE: Help Cave bot

    I'm blind or what? I just see few addresses and memory writing. So how we can help you?

    Regards, Czepek!

  3. #3
    Junior Member
    Join Date
    Nov 2011
    Posts
    17

    RE: Help Cave bot

    My address changes when changing character
    address the changing and the Move

  4. #4
    Senior Member
    Join Date
    Aug 2010
    Posts
    532

    RE: Help Cave bot

    If you're trying in the version 9.44 your addresses are totally wrong.

  5. #5

    RE: Help Cave bot

    I've some problema with tibia api
    if relog character or die bot stop working ;x

  6. #6
    Super Moderator klusbert's Avatar
    Join Date
    Dec 2007
    Posts
    1,201

    RE: Help Cave bot

    You'll need to find player.iswalking each time, you will need to read the battlelist. Becouse I see you have a move address which is Iswalking. But that address can change.

    So find player in battlelist and set .iswalking to 1.

    [code=vbnet]
    Public Function GetPlayer() As Player
    Dim playerid As Integer = Memory.ReadInt32(Addresses.Player.PlayerId)
    For Each c As Creature In Battlelist.GetCreatures
    If c.Id = playerid Then
    Return New Player(Me, c.Address)
    End If
    Next
    Return Nothing
    End Function
    [/code]

    Creatures distances 9.00
    [code=c#]
    Creature.DistanceId = 0;
    Creature.DistanceType = 3;
    Creature.DistanceName = 4;
    Creature.DistanceX = 36;
    Creature.DistanceY = 40;
    Creature.DistanceZ = 44;
    Creature.DistanceScreenOffsetHoriz = 48;
    Creature.DistanceScreenOffsetVert = 52;
    Creature.DistanceIsWalking = 76;
    Creature.DistanceDirection = 80;
    Creature.DistanceOutfit = 96;
    Creature.DistanceColorHead = 100;
    Creature.DistanceColorBody = 104;
    Creature.DistanceColorLegs = 108;
    Creature.DistanceColorFeet = 112;
    Creature.DistanceAddon = 116;
    Creature.DistanceMountId = 120;
    Creature.DistanceLight = 124;
    Creature.DistanceLightColor = 128;
    Creature.DistanceBlackSquare = 136;
    Creature.DistanceHPBar = 140;
    Creature.DistanceWalkSpeed = 144;
    Creature.DistanceIsVisible = 148;
    Creature.DistanceSkull = 152;
    Creature.DistanceParty = 156;
    Creature.DistanceWarIcon = 164;
    Creature.DistanceIsBlocking = 168;
    [/code]

    to set iswalking
    [code=vbnet]
    'using DistanceIsWalking which is 76
    Client.Memory.WriteInt32(PlayerAddress + 76,1)
    [/code]

  7. #7
    Junior Member
    Join Date
    Nov 2011
    Posts
    17

    RE: Help Cave bot

    Thank

Posting Permissions

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