Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Feb 2016
    Location
    Portugal
    Posts
    6
    Reputation
    10
    Rep Power
    0

    Question [Help][Persistent] Stop walking when stakable corpses around

    Hey guys,

    I've been using the script bellow as a persistent script to skin / stake corpses.
    Code:
    auto(1000)
    if (maround(7,false) == 0 and $lootbodies == 0)
    then
          wait(50,100)
          skin(7, true, false)
    end
    But since I'm hunting in tombs it is too buggy as it will keep going back and forth to the skinable boddy for 4 or 5 times and then will continue hunting, most of the times without sucessfuly skin the corpse.

    I've found a script with the variable
    Code:
    skinspots(7) > 0
    So I'm wondering if something like this will stop the cavebot when a skinnable corpse is on screen, skin it, and go back to hunt.

    Code:
    auto(1000)
    if (maround(7,false) == 0 and $lootbodies == 0 and skinspots(7) > 0)
    then
    	  pausewalking(3000)
          wait(50,100)
          skin(7, true, false)
    end
    Thanks in advance for your help, I'm fairly new using windbot.

  2. #2
    Free User Kamcio's Avatar
    Join Date
    Jan 2014
    Posts
    164
    Reputation
    37
    Rep Power
    21
    @SuNe I have problem like him now, can u help me? This is bug or my settings are wrong?


    Last edited by Kamcio; 04-07-2016 at 04:31 PM.
    Sold 435ED to guy on Ventrilo
    Sold 298 EK to NoMercy on iBot Forum Click
    Sold 272 ED to Tomasz on iBot Forum Click
    Bought 360 ED from JayemVps

 

 

Tags for this Thread

Posting Permissions

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