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
fishing and eat food in friend (with id)
Results 1 to 3 of 3

Thread: fishing and eat food in friend (with id)

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    23

    Unhappy fishing and eat food in friend (with id)

    hey guys i need so much of 2 things.

    1 i'm using Pokemon api https://code.google.com/p/pokemonapi/.
    i need one way to fishing and other to feed the Pokemon.

    in my bot i have target working 100% hotkyes to send moves only when the poke is attacking... whatever... in this moment i need this 2 thing to finish and later a cavebot...

    i don't have any idea to how do this

    for my particular use and test the functions i'm using wpe-pro to send packets to eat and fish. exist some way to i using this packs with the api on VB?:-/

    well
    sorry for my bad English i'm a Brazilian guy so... haha
    thx for the attention.

  2. #2
    Junior Member
    Join Date
    Feb 2014
    Posts
    23
    Bump@@

    no one?? i try use this code
    c.Inventory.UseItem((3483), )
    but i dont know how i can set the pos(x,y,z)
    i think to take this pos in a text box but i don't know how u.u

  3. #3
    Junior Member
    Join Date
    Feb 2014
    Posts
    23
    Bumb!!!

    i try use this

    PHP Code:
            Dim TileList As List(Of Tile) = c.Map.GetTilesOnSameFloor.Where(Function(As Tilet.Ground.Id 4814 AndAlso t.Location.DistanceTo(c.PlayerLocation) <= 5).ToList
            
    If TileList.Count 0 Then
                c
    .Inventory.UseItemOnTile(3483TileList(TileList.Count 1))
            
    End If 

    and the client say you can't use this item.

    help people u.u

Posting Permissions

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