Jump to content

asktheages

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by asktheages

  1. On 2/22/2021 at 7:59 PM, zakne11 said:

     

    gotolabel (string sectionName , string labelName )

    Sets the current waypoint to the one of labelName Label in sectionName Section.

    
    
    gotolabel("HUNTING", "start-hunting")

    just you have to prepare tab changer in script

     

    Thanks for answer. Still - i have no idea how to use this. Could you please prepare a script that writes .!task every 5 min, and runs the desired "gotolabel" when it detects eg. 300/300 - and when the second waypoint tab comes back to respawn - starts the main one again? I know one buddy has written that kind of script in this thread - but it just doesnt work, the script returns error. Thanks!

  2. Dear Zelek,

     

    Is there any option for bot to auto-back from respawn to the city and finalize the task, taking another, then coming back to respawn?

    I imagine it like this: i add a specific path and actions in Cavebot, but the specific wpt lines activate ONLY, when !task (automaticaly sent) shows 350/350.  Or maybe it just jumps and activates the Waypoints_2 tab, then switches to the Waypoints_1 when back (maybe at certain SQM)? 

     

  3. On 1/30/2021 at 7:28 PM, zakne11 said:
    
    local x =
    local y =
    local z =
    
    pos = g_game.getLocalPlayer():getPosition()
    
    if pos.x ~= x or pos.y ~= y or pos.z ~= z then
      playSound("alarm.wav")
        if getOption("Global/BotPaused") == "false" then
            setOption("Global/BotPaused", "true")
            sleep(300000)
        end
        if getOption("Global/BotPaused") == "true" then
            setOption("Global/BotPaused", "flase")
        end
    end
    
    auto(500)

     

    Dear Zelek,

     

    Could you tell me how to set the X Y Z properly? If i put a certain value it wont work as intended. I need a range - lets say X range 931 - 999 , Y - 700-750 (so the box goes around all the respawn where i cavebot). Thanks

  4. 1 minute ago, Zelek said:

    could you check if applying those steps fixes the problem?

     

    1. Right-click on the shortcut and choose Properties
    2. Go to the Compatibility tab
    3. Under settings, check "Override high DPI scaling behavior. Scaling performed by:" and choose System from the drop-down
    4. Click OK.

    It works perfectly now. Thank you!

  5. It worked very well before the update, but now - it looks like on the images below. I play in 4k on 65' TV, i have no option to play in low resolutions or lower the general windows font scaling (i tried it though, doesnt get rid of the problem). Zelek, could you please fix that? Or maybe allow the bot to go "full screen mode", as for now it seems to be blocked.  PS. I have installed the advised VisualC++

     

    2.jpg.a0f196799b0444cf7a860ea522adfdcd.jpg3.jpg.b6c1fe1ef14488af3f9daae882f6f4d7.jpg

     

    @edit I managed to get this one - and its the best i can get. I believe the full window would fix the problem. Have in mind that this looks very huge on screenshot (because of my resolution), but is very small on my screen.

    5.jpg.e10ac48c87748af3a22a7fcfa3345fec.jpg

  6. Also - if the script for MsgCheck on dbl doesnt work - is there a way for you to make a script that interracts with the chat window that opens - and based on that alarm player? Or some other creative way to get alarmed on MsgCheck?

    As for now, there is no way to use the bot safely...

  7. Hello!

     

    Im very happy with your bot. Unfortunately i lack scripting skills. Thats why i ask for one.

    I need a script that pauses every activity of the bot, when character leaves certain X Y box. If the character leaves it, script plays alarm. Also, after a little delay it presses a button (f1-f12).  End.

     

    To explain it better - if GM tp's me out of my respawn when i cavebot to another resp with same monsters, the bot will run ASAP to them. This is a sure ban, as human player would never act like this. He would stay and write some "??". 
    I had it on blackd back in the days. Thanks!

     

×
×
  • Create New...