setting stamina
|
|
I was wondering if you could be a bit more specific ... or perhaps correct me where I've gone wrong. I've set my stamina to increase by +10 in xxx seconds, which it does, once the time has lapsed. However, when I go to use those +10 stamina points (on a quest which requires +2, that I was going to repeat several times), it clears and says I have none |
|
|
You have to set it to the right number for your level/items/etc. Right now I only have +2 stamina per 5 minute period. You can find out how much it should be set to by waiting until the timer runs out on it and then refresh the page. If it said you had 10 stamina and then after you refresh when it should have given you stamina and it says 12, you should set it to 2. If it says 14 instead, you should set it to 4. Let me know if this isn't quite what problem you're having. |
|
|
Hmm. Let's try again, perhaps. Right now I have the potential of 26 stamina (if the bar if full). I was hoping that by entering the new increment of +10, I could get stamina faster. Rather then only +1 every five minutes. As it is, I have to wait so freaking long just to do one job. Thanks for responding and making this code, though :) I do like the layout. Not annoying like some others |
|
|
Yeah, the code won't let you cheat. Sorry :-) Good luck in your game! |
|
|
The code (since the last release) automatically sets your stamina increment for you based on which items you have in your inventory. (Stamina x2, x3, x4, etc). If there happens to be something bigger than a x5, let me know the name of the item(s). |
|
|
Would be nice to do this for Health & Energy since you have 99% of the code done for it. Thanks |
|
|
Does anyone know how to determine the Health and Energy increments? Stamina is easy since it's directly tied to an item. H&E seem to be tied to level and items and maybe other things. |
|
|
Stamina is 6 x (item multiplier) current max x5 = 30/ 3 min
Note: I have seen odd energy bumps from time to time where the # from the helper and my actual energy dont match up. |