Jump to content

Better eating method?


scriptersteve

Recommended Posts

 

1 hour ago, Elysiano said:

Do something simple like:

 

int eatPercentage = 50;    //Initial value

if(myPlayer().getHealthPercent() < eatPercentage){

//Eat food

eatPercentage = random(40,60);   //Set new value

}

Just use this solution, others aren't good. Lemons minimum threshold is fine, but you don't want to eat to reach full (with exception to minThresh). Because if we are talking about efficiency, i'd be better to heal to 90 percent and let hp recover happen every minute :troll:

 

The reason why others aren't good is that they don't take into affect that a friggen loop is occurring. Doing random is pointless:

random(20,40)

when you are at 41hp, it will instantly recover at 40hp.

Same thing with doing < %

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...