Signup Now
Results 1 to 3 of 3
  1. #1
    Wind Powered
    Join Date
    Jan 2015
    Posts
    62
    Reputation
    14
    Rep Power
    19

    Fix to my problem with rabbit skinning or new script.

    The function I found built in the script is: skinkitchenknife(9, 4173, true). So the problem is that sometimes instead of waiting to skin the rabbit he tries running after the second one (perhaps because he walks near him) and gets stuck few sqm from the rabbit he has to skin and neither skins it nor runs after the second one and gets stuck. Any idea where's the problem and how to fix that? Or perhaps some new script that would work better for me. The said script can be found here:

    https://forums.tibiawindbot.com/show...ector-for-mage!
    (called hunting horn after dead.xml). If I move manually to the rabbit he wants to skin he starts chasing rabbits again and it works fine but it is really annoying when I have to do so every 5-10 minutes. Below is a screenshot of how it looks:

    http://imgur.com/flDZUe9 (sorry for posting link but for some reason pic doesn't show on forum)

    Targetting setting is Stance: Reach

    I think it might be caused by high ping I have on my server and I should change some "timings" but I have no idea whether it is true and which one to change.

    Also I am not sure if I posted it in the right section of forum so please move it to wherever you want mods.
    Last edited by Czleq; 04-15-2016 at 07:18 AM. Reason: typos, adding screenshot etc

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by Czleq View Post
    The function I found built in the script is: skinkitchenknife(9, 4173, true). So the problem is that sometimes instead of waiting to skin the rabbit he tries running after the second one (perhaps because he walks near him) and gets stuck few sqm from the rabbit he has to skin and neither skins it nor runs after the second one and gets stuck. Any idea where's the problem and how to fix that? Or perhaps some new script that would work better for me. The said script can be found here:

    https://forums.tibiawindbot.com/show...ector-for-mage!
    (called hunting horn after dead.xml). If I move manually to the rabbit he wants to skin he starts chasing rabbits again and it works fine but it is really annoying when I have to do so every 5-10 minutes. Below is a screenshot of how it looks:

    http://imgur.com/flDZUe9 (sorry for posting link but for some reason pic doesn't show on forum)

    Targetting setting is Stance: Reach

    I think it might be caused by high ping I have on my server and I should change some "timings" but I have no idea whether it is true and which one to change.

    Also I am not sure if I posted it in the right section of forum so please move it to wherever you want mods.

    auto(100,200)
    if $wptsection == 'hunt' and itemcount("rabbit's foot")<7 and maround(7) == 0
    then
    skinkitchenknife(9, 4173, true)
    end

  3. #3
    Wind Powered
    Join Date
    Jan 2015
    Posts
    62
    Reputation
    14
    Rep Power
    19
    Quote Originally Posted by Cisco View Post
    auto(100,200)
    if $wptsection == 'hunt' and itemcount("rabbit's foot")<7 and maround(7) == 0
    then
    skinkitchenknife(9, 4173, true)
    end
    It seems to work! Thank you very much

 

 

Posting Permissions

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