Jump to content

wildbrood

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by wildbrood

  1. 1 hour ago, Zelek said:

    I have no idea how the "zanzoken" is performed at the server you are playing, so I've assumed it's just a "Use" at specific tile.

    Add "Action" waypoint and use the following script to use the top item of a given position:

    
    local usePosition = {x = 123, y = 346, z = 7}
    repeat
      g_game.useMapItem(usePosition)
      sleep(1000)
    until g_game.getLocalPlayer():getPosition() == usePosition

     

    The problem is that the "use" is on "mouse3' button. How to script it?

  2. I'm recieving this message when Injecting.

    The game and the bot doesn't make a crash repport. The game close after I press "OK". And If I leave this message the bot doen'st find the otclient.exe for inject.

     

    image.png.95ec365f0c2ab9d4f8678c8e5abea3ca.png

  3. On 10/22/2020 at 6:20 PM, Zelek said:

    Also let me make it clear, this post isn’t about the issue with cavebot walking, you are just using the bot to cast spells etc while you move manually? I can probably add a toggle that disables the “stop movement” command while attacking for people like you who would rather walk manually

     

    Nope, this happening in cavebot walking too(he gives this slutter too, but keep walking anyway to the next waypoint). Sometimes I would like to "walk" by myself and the bot use the skills/cure (like hunt in party or battle against other players), but this is not possible because of this slutter. 

    If I increase the delay for targeting it will be solved? Not sure what should I do to stop this. As you said, the bot "stop walking" when it finds a new target, so it make impossible to run and cast skills at same time - that is not a "unusual way to hunt" in my point of view -.

  4. 1 hour ago, Zelek said:

    I don’t really understand the issue you are experiencing. Does it stay blocked on a certain sqm unable to move to the next one? even while trying manually? If so it’s a client bug and should be reported to the developers of this server.

    Also are you sure the targeting settings you have shared are working as intended for you? It will currently only attack if there is exactly 3 monsters with given name on the screen.

    The character moves normally, but it seems that he goes back to the previous SQM sometimes (looks like "LAG"). I believe it is because the program tries to use many skills at the same time, or something like that.

    If I turn off the bot I can move around the cave normally and it doesn't do this thing.

    Do you know when you try to do several skills at the same time in Tibia and end up not being able to move smoothly?

  5. I'm facing a problem that doesn't let me hunt with the help of the program. When I try to walk on the arrow keys, my character keep backing to the preview sqm for 1 or 2 times before go to the next sqm. 

    Im not sure if I made anything wrong or I'm using some magic that keep it happening. 

    Ill post all my scripts here, if you can take a look please zelek.

     

    image.png.739f9e326f2cfe764c6a4d1a5e7b68fe.png

    Also, this are the scripts:

     

    Quote

    local foodId = 3589 -- Coconut
    g_game.use(foodId)
    auto(30000, 60000)

    Quote

    if g_game.getLocalPlayer():getHealthPercent(100) <=90 then 
    g_game.sendKey("F1") 
    end 
    auto(500)  

    Quote

    if not g_game.isOnline() then return end
    if g_game.isAttacking() then
      g_game.sendKey("F3")
    end
    auto(1000)

    Quote

    if #g_game.getMonstersAround(1) >=2 and g_game.isAttacking() then
      g_game.sendKey("F4")
    end
    auto(1000)

    Quote

    if #g_game.getMonstersAround(1) >=3 and g_game.isAttacking() then
      g_game.sendKey("F5")
    end
    auto(1000)

     

    Also, the Targeting is this:
    image.png.f84343a4562f78b94f0e4a1f6c2e99b1.png
     

  6. Hi, I noticed that the bot is a little slow to walk to waypoints. It takes time to make the way from one to the other. I would like to know if this happens because the reading of the program is a little slower or if it is because I am configuring it wrong?

     

    Also, I didn't know how to configure the bot to lure the mobs. I would like to get 5-6 monsters near to start killing or start killing if I got trapped. It's possible to make it?

  7. Hey Zelek, how can I make the following scripts and some Questions:

     

    Use a Skill when I have 2 or 3 Mobs near me. 

    Also, how to use skill on the bot. I didn't find a way to use the hotkeys.

     

×
×
  • Create New...