Signup Now
Results 1 to 5 of 5
  1. #1
    Free User
    Join Date
    May 2014
    Posts
    28
    Reputation
    10
    Rep Power
    0

    Lightbulb Skinner and Stake

    Hello. I think everybody is looking for working well skinner . According to me, the problem is when a Scrypt uses "pausewalking". Pausewalking most commonly used is in "manawalk". For me work well


    Code:
    -Skinner and Stake
    auto(100)
    if maround(7) == 0 and $lootbodies == 0 and getuseroption('skinmonster') then
       setsetting('Cavebot/Scripts/Manawalk/Enabled', 'no')    -- You can change as you want 
       if skinspots(7) > 0 then
           skin(7,true,false)
       else
           stake(7,true,false)
       setsetting('Cavebot/Scripts/Manawalk/Enabled', 'yes')    -- You can change as you want 
       end
    	   moveitems("perfect behemoth fang", getlootingdestination('lootbp'))
       else
    end
    Last edited by Grzegorz; 04-11-2016 at 01:04 PM.

  2. #2
    Free User
    Join Date
    Apr 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0

    Lightbulb Current Problem

    Looks good, I like the idea of having stake + knife in one persistent action.

    After running through a couple scripts while using the skinning action, I have noticed that the problem seems to be when a creature dies underneath some sort of structure (archways, etc.)
    The bot will freeze, endlessly trying to skin the creature to no avail.
    A good place to check out what I am talking about would be Yalahar Minotaurs.

    If someone could come up with a fix to this, they would be a savior!

  3. #3
    Free User
    Join Date
    May 2014
    Posts
    28
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Hereric View Post
    Looks good, I like the idea of having stake + knife in one persistent action.

    After running through a couple scripts while using the skinning action, I have noticed that the problem seems to be when a creature dies underneath some sort of structure (archways, etc.)
    The bot will freeze, endlessly trying to skin the creature to no avail.
    A good place to check out what I am talking about would be Yalahar Minotaurs.

    If someone could come up with a fix to this, they would be a savior!
    Try this script
    Code:
    local maxtime = 250*5 
    
    if($standtime >= maxtime) then
    	
    	setsetting('Cavebot/Scripts/Skinner/Enabled', 'no')                -- here change like u want
    	wait(8000)
        setsetting('Cavebot/Scripts/Skinner/Enabled', 'yes')	             -- here change like u want
    	wait(8000)
    end
    Last edited by Grzegorz; 04-13-2016 at 04:49 PM.

  4. #4
    Free User tdor's Avatar
    Join Date
    Mar 2016
    Posts
    166
    Reputation
    27
    Rep Power
    17
    My problem is that I run out of mana if I don't use pause to mana. :{

  5. #5
    Free User
    Join Date
    May 2014
    Posts
    28
    Reputation
    10
    Rep Power
    0
    You need to properly change the settings in the green line

    Code:
    -Skinner and Stakeauto(100)
    if maround(7) == 0 and $lootbodies == 0 and getuseroption('skinmonster') then
       setsetting('Cavebot/Scripts/Manawalk/Enabled', 'no')    -- You can change as you want 
       if skinspots(7) > 0 then
           skin(7,true,false)
       else
           stake(7,true,false)
       setsetting('Cavebot/Scripts/Manawalk/Enabled', 'yes')    -- You can change as you want 
       end
    	   moveitems("perfect behemoth fang", getlootingdestination('lootbp'))
       else end

 

 

Posting Permissions

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