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
Help Bot 9.42
Results 1 to 3 of 3

Thread: Help Bot 9.42

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

    Help Bot 9.42

    the code is not that right, the cavebot
    Code:
     Try
           If Memory_ReadLong(iswalk) = 0 Then
             If cavebot.SelectedIndex >= (cavebot.Items.Count - 1) Then
                        cavebot.SelectedIndex = 0
                Else
                        cavebot.SelectedIndex = cavebot.SelectedIndex + 1
                    End If
    
    
                    Dim myArray() As String = cavebot.SelectedItem.ToString().Split("-")
                    Dim vaix = myArray(1)
                    Dim vaiy = myArray(2)
                    Dim vaiz = myArray(3)
    
                    Memory_WriteLong(gotoX, vaix)
                    Memory_WriteLong(gotoY, vaiy)
                    'Memory_WriteLong(gotoZ, vaiz)
                    Memory_WriteLong(iswalk, 1)
    
    
                Else
    
                End If
            Catch ex As Exception
                cabebot.Stop()
                Button3.Text = "Start"
                Button3.ForeColor = Color.Green
            End Try
    Anyone can see this is right
    Code:
        Public Const gotoZ As Long = &H63FED4
        Public Const gotoY As Long = &H7AC038
        Public Const gotoX As Long = &H7BA854
        Public Const positionx As Long = &H7AC628
        Public Const positiony As Long = &H7AC620
        Public Const positionz As Long = &H7AC62C
        Public Const iswalk As Long = &H946050

    tibia in 860 runs in OTServ
    is dont 9.42 :/
    help

  2. #2

    RE: Help Bot 9.42

    9.42 changed offset creatures, read the thread: http://tpforums.org/forum/thread-9145.html

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

    RE: Help Bot 9.42

    Quote Originally Posted by 4589417
    9.42 changed offset creatures, read the thread: http://tpforums.org/forum/thread-9145.html
    thanks, but I'm still confused

Posting Permissions

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