Signup Now
Results 1 to 5 of 5

Thread: Not Opening BPs

  1. #1
    Free User
    Join Date
    Jul 2016
    Posts
    22
    Reputation
    10
    Rep Power
    0

    Exclamation Not Opening BPs

    1. What OS you are at? Windows 10 (can't change my ssd does not support windows 7) m.2 SSD

    2. Real PC or VPS? Real PC

    3. Using WindAddons? Which version? I do not use, btw don't know how to use.

    4. Which version of WindBot? Beta 45

    5. Which version of Game Client? Change log for Beta 45: Added support for Client Version 11.04.4391.

    6. Do you have a Dedicated Graphics Card? Graphics (i7 4770k)

    7. Detailed description of the problem.

    8. If applicable, a GIF of the action hosted on imgur.com. pass

    9. Do this happen in WindBot for Client Version 10.x too? yes

    10. Debug Log.

    11. Comments.

    When i run my script(blakw) it does not open any BP. I posted on another section some1 tell me to insert this code

    local BackpackMain = getlootingdestination('mainbp')


    It worked for a few minutes they told me, the function
     GetUserOption
    inst workin'

  2. #2
    Free User
    Join Date
    Nov 2015
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Script / Persistent :

    Open Bp:

    auto(100)listas("dontlist")
    ---
    if windowcount_ib() < 4
    then
    pausewalking(5000)
    ---
    local mainbp = getlootingdestination('mainbp')
    local supplybp = getlootingdestination('supplybp')
    local lootbp = getlootingdestination('lootbp')
    local goldbp = getlootingdestination('goldbp')
    ---
    if windowcount_ib(mainbp) < 1
    then
    wait(500)
    openitem(mainbp, 'back')
    wait(700,1000)
    resizewindows(0)
    wait(700,1000)
    end
    ---
    if windowcount_ib(supplybp) < 1
    then
    wait(500)
    openitem(supplybp, mainbp, 'opennew')
    wait(700,1000)
    resizewindows(0)
    wait(700,1000)
    end
    ---
    if windowcount_ib(lootbp) < 1
    then
    wait(500)
    openitem(lootbp, mainbp, 'opennew')
    wait(700,1000)
    resizewindows(0)
    wait(700,1000)
    end
    ---
    if windowcount_ib(goldbp) < 1
    then
    wait(500)
    openitem(goldbp, mainbp, 'opennew')
    wait(700,1000)
    resizewindows(0)
    wait(700,1000)
    end
    end

  3. #3
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Are the backpacks visible to the bot? The wind 11 usually moves items between the backpacks, moves items from the backpacks to the floor and dp. It's rare but it can happen.

    getlootingdestination() it is other than getuseroption()

    getlootingdestination() ==> Identifies Looting backpacks
    getuseroption() ==> options useroption

    ///

    As mochilas estão visiveis para o bot? O wind 11 costuma movimentar itens entre as mochilas, movimenta itens das mochilas para o chão e dp. É raro mas pode acontece.

  4. #4
    Free User
    Join Date
    Mar 2016
    Posts
    10
    Reputation
    10
    Rep Power
    0
    @Cisco

    Also you need to check u resolution problem i mean click properties for tibia 11 on you descop and check box "dont scale resolution" or something , it helps me for me

  5. #5
    Free User
    Join Date
    Jul 2016
    Posts
    22
    Reputation
    10
    Rep Power
    0
    18:10:55.206 Event 195 issued. Type: Close Windows, Type:
    18:10:55.206 Event 195 started.
    18:10:55.206 Event step changed to 5.
    18:10:55.206 Event 195 ended with status code 1 at step 5.
    18:10:55.598 MonitorMyStats Render Time: 1.345415 ms, Update Time: 0.255562 ms
    18:10:56.249 Going to Waypoint #7
    18:10:56.258 Going to Waypoint #8
    18:10:56.279 Going to Waypoint #5
    18:10:56.288 Going to Waypoint #6
    18:10:56.288 Event 196 issued. Type: Close Windows, Type: Yellow Backpack
    18:10:56.288 Event 196 started.
    18:10:56.288 Event step changed to 5.
    18:10:56.288 Event 196 ended with status code 1 at step 5.

 

 

Posting Permissions

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