Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Food Eater

  1. #11
    Free User
    Join Date
    Jul 2015
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Forget it, I solved the problem

  2. #12
    Free User
    Join Date
    May 2015
    Posts
    7
    Reputation
    10
    Rep Power
    0
    I need one that will work with Fire Mushrooms please and thank you. Also where and what do i do with all the Ids. Walkable i understand but i dont know what to do with the edible.

  3. #13
    Free User
    Join Date
    Aug 2016
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Thank you for this.

    Can I add somehow to not eat food while inside PZ? Or is that already enabled? Thank you

  4. #14
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    Quote Originally Posted by galacticos View Post
    Thank you for this.

    Can I add somehow to not eat food while inside PZ? Or is that already enabled? Thank you
    eatfoodfull will not eat fire mushroom by default cuz it's worth more than 50 gps
    although you can set it up like this:

    auto(60000, 120000)
    if not $pzone then
    eatfoodfull('', 'fire mushroom')
    end

  5. #15
    Free User
    Join Date
    Sep 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    would be nice to have it updated with option to check for pz like mistgun posted and also using the new $foodtime variable

  6. #16
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Quote Originally Posted by sara dom View Post
    would be nice to have it updated with option to check for pz like mistgun posted and also using the new $foodtime variable
    local randTime = math.random(60000, 90000)

    auto(200, 400) dontlist()
    if ($hungry or $foodtime < randTime) and not $pzone then
    eatfoodfull() waitping()
    end


    NOTE: THIS ONLY WORKS ON WINDBOT FOR TIBIA 11.

 

 

Posting Permissions

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