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
Help with script !
Results 1 to 2 of 2

Thread: Help with script !

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

    pay for 3 functions in vb (read plz)

    PT
    ola galera me da um ajuda, nao tenho ideia de como eu posso fazer um fisher, e abrir os corpos para pxg usando pokemonapi
    ;/
    ja fiz varias coisas mais n consigo fazer
    nao consigo pescar, nem abrir os corpo
    =/
    eu precisava sabe como fazer pra usar xitem em x pos (x,y,z) com isso acho q ja consigo fazer quase todos.. to usando vb

    se você puder fazer as funções para abrir corpo , pescar , usar revive no poke eu estou disposto a pagar por isso.

    EN
    hello guys give me a help, not have any idea how I can make a fisher, and open bodies for PXG using pokemonapi
    ;/
    I have done many things I can do no more
    I can not fish, or open body
    = /
    I needed to know how to use xitem in x pos (x, y, z) with q so I think I can already do almost all .. to using vb

    if you can make the body functions to open, fish, use revive on poke I'm willing to pay for it.

    if you can help, here's what I've ever done
    http://youtu.be/06AMXHWoiSI
    Last edited by gblxd91; 02-09-2014 at 02:19 PM.

  2. #2
    Senior Member
    Join Date
    Mar 2009
    Location
    Brazil
    Posts
    266
    Acho que assim funcionaria:

    Code:
        Public _client As Pokemon.Objects.Client
    
        Sub Main()
            '
            Pescar(100, 200, 300)
            '
        End Sub
    
        Public Sub Pescar(ByVal x As Integer, ByVal y As Integer, ByVal z As Integer)
            Dim _tile As Pokemon.Objects.Tile
            Dim _map = New Pokemon.Objects.Map(_client)
            Dim _location = New Pokemon.Objects.Location
            '
            _tile = _map.GetTile(_location)
            _client.Inventory.GetItemInSlot(Constants.SlotNumber.FishingRod).Use(_tile)
        End Sub

Posting Permissions

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