Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hunger
Author Message
Rattlehead
Master
**

Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8



Post: #1
hunger
is it just me, or do players go hungry really fast?

i was writing a script to help control this issue, but the more i scripted the more i realized maybe there is a setting i can set, or maybe *looks at ben* in future releases there can be an ini setting that controls how fast players get hungry?

cus the script is getting pretty involved lol

[Image: matts_siggy.gif]
08-04-2013 09:01 PM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: hunger
The only setting I know of for hunger in the ini is the one that dictates % of hitpoints a player loses when starving.

[Image: 2nis46r.jpg]
08-04-2013 10:51 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #3
RE: hunger
REGEN3 ini setting...

There is also an OVERRIDE.REGEN_X and OVERRIDE.REGENVAL_X for individual char settings.

ALSO...

@Hunger trigger?

I'm a little disappointed from you 2 lol

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
08-04-2013 11:15 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: hunger
[Image: 55569d1365197413-pt709-ejector-misaligne...ly_966.jpg]
08-05-2013 12:21 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #5
RE: hunger
I'd like to use my "pre first coffee off the day" disclaimer Smile
Also he was talking about settings not triggers so your @hunger argument is invalid.

[Image: 2nis46r.jpg]
08-05-2013 01:53 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Rattlehead
Master
**

Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8



Post: #6
RE: hunger
Code:
// Time in minutes for food regeneration
// 1*60*24 = 1 day of real life time
Regen3=90

so this controls how fast a character will go from full to starving? cus it makes it sound like its for crops and such

and, how else would i be making a script for it without using @hunger? Tongue

[Image: matts_siggy.gif]
08-05-2013 03:08 AM
Find all posts by this user Like Post Quote this message in a reply
kn4tseb
Master
**

Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0



Post: #7
RE: hunger
(08-04-2013 11:15 PM)Ben Wrote:  REGEN3 ini setting...

There is also an OVERRIDE.REGEN_X and OVERRIDE.REGENVAL_X for individual char settings.

ALSO...

@Hunger trigger?

I'm a little disappointed from you 2 lol

whats the difference between both overrides????
08-27-2014 07:09 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #8
RE: hunger
Each one for each stat..

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
08-27-2014 07:16 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Extreme's post
kn4tseb
Master
**

Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0



Post: #9
RE: hunger
i know but for example i want to override the time value for regen3 which is food... how would it be?

TAG.OVERRIDE.REGENVAL_3 = T_TIME??

or i necessary have to use both

TAG.OVERRIDE.REGEN_3
TAG.OVERRIDE.REGENVALUE = T_TIME

Ok i got it, one is for timing and the other one is the amount of regen

well i tried to override it and nothing happens, it always depends of regen3 setting at ini.file even with 0 as value...
tried TAG.OVERRIDE.REGEN_3 = 1000
but i dont know if it increases the default value or set a new value, tried with both and no changes... i want to set the food "increase" to the overrided tag value
(This post was last modified: 08-27-2014 08:51 AM by kn4tseb.)
08-27-2014 07:53 AM
Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #10
RE: hunger
They no longer exists... it's mentioned in the revision file.
They are replaced with RegenHits/Mana/Stam/Food and RegenValHits/Mana/Stam/Food.
While checking this, I found 1 place in the code where it was not replaced, so this will be fixed in next nightly

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
08-27-2014 09:16 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[+] 2 users Like Ben's post
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)