Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Dec 2013
    Location
    PL, Poznań
    Posts
    19
    Reputation
    10
    Rep Power
    0

    Skinning minotaurs and geting stuck

    After short time I have found hotkey to skin minotaurs on my mintwalin hunt but the problem is that there are much buildings which geting my character stuck when monsters bodies lie under buildings. Is there any solution to not get stuck and still use scripts for skinning? Like ignoring if he cant skin or find any solution to skin all the bodies (maybe walk on monster before skin?).

    Here is the script that I found and using atm.

    Code:
    auto(100)local item1 = itemid('minotaur leather')
    local WaitForSkin = false	--Should it wait for body to be skinable?
    
    
    if maround(7) == 0 and $lootsaround == 0 and itemcount("Obsidian knife") > 0 then
            local count1 = itemcount(item1)
    		pausewalking(2000)
            skin(6,true,WaitForSkin)
            local delta1 = itemcount(item1) - count1
    
            if (delta1 > 0) then
                    increaseamountlooted("minotaur leather", delta1)
    		pausewalking(0)
    	end
    end



    Hope some1 can help me

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    Unfortunately stake/skin function is still bugged
    https://forums.tibiawindbot.com/show...ting-is-active

  3. #3
    Free User
    Join Date
    Dec 2013
    Location
    PL, Poznań
    Posts
    19
    Reputation
    10
    Rep Power
    0
    @mistgun, thanks for your work, do you think fixing this bug will fix my own problem with reaching creatures bodies when I got msg like first go upstairs?

 

 

Posting Permissions

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