Shattered Kingdoms https://shatteredkingdoms.com/forums/ |
|
Command to toggle hunger/thirst messages https://shatteredkingdoms.com/forums/viewtopic.php?f=21&t=12821 |
Page 1 of 2 |
Author: | thunder [ Fri Jan 13, 2006 2:01 pm ] |
Post subject: | Command to toggle hunger/thirst messages |
Does one exist in game? It gets a bit annoying when they pop up for what seems like every five seconds during RP. |
Author: | Paladin656 [ Fri Jan 13, 2006 2:03 pm ] |
Post subject: | |
you can sometimes use your client to gag it, that means to make it not show up on screen. There's no in game toggle that I know of, since hunger and thirst actually affect your mana and hit point regeneration rate. You regenerate slower when your hungry, thirsty or both. |
Author: | MrPerson13 [ Fri Jan 13, 2006 2:12 pm ] |
Post subject: | |
Currently there isn't a way to turn it off. |
Author: | JeanValjean [ Sat Jan 14, 2006 2:30 am ] |
Post subject: | |
Code: #CLASS {Hunger - Thirst}
#TRIGGER {You are hungry.} {hunger=1;#gag 1} #TRIGGER {You are no longer hungry.} {hunger=0} #TRIGGER {You are thirsty.} {thirst=1;#gag 1} #TRIGGER {You do not feel thirsty.} {thirst=0} #BUTTON 3 {Hunger} {get bread @contain;eat bread} {} {} {@hunger} {} {} {Size} {50} {17} {Pos} {2} {650} {32832} {} {Gauge||15|1|0|7} {} "Hunger - Thirst" {Explore|Inset} {} {} #BUTTON 4 {Thirst} {get water @contain;drink water;put water @contain;thirst=0} {} {} {@thirst} {} {} {Size} {50} {17} {Pos} {2} {600} {32784} {} {Gauge||15|1|0|7} {} "Hunger - Thirst" {Explore|Inset} {} {} #CLASS 0 This works for Zmud... JeanV |
Author: | mezcao [ Sat Jan 14, 2006 3:13 am ] |
Post subject: | |
Code: [HP:100%] [ME: 95%] [PE:100%]
> eat slab You eat a bloody slab of meat. You are full. Works for me ![]() |
Author: | Viltrax [ Sat Jan 14, 2006 7:05 pm ] |
Post subject: | |
There are many, many free sources of liquid refreshment in the game; the vast majority of which are free of detrimental effects. Fountains, lakes and rivers are the most common ones used to drink and refill containers from. When you first start the game, you'll find bread inside the sack - GET BREAD SACK - which you can then sate your hunger - EAT BREAD. Given that your character is (slightly) hindered when being hungry and thirsty, it's better to eat and drink than simply turn the messages off. |
Author: | JeanValjean [ Sun Jan 15, 2006 5:15 am ] |
Post subject: | |
Ahh yes, my script wasn't designed to just hide them... Just remove the amount of text moving across your screen... It makes two buttons in the top of your screen that will shine red/blue when you are hungry/thirsty... Originally it would also eat/drink when you pushed each button, but it was too much of a hassle, given changing food sources and containers... JeanV |
Author: | thunder [ Tue Jan 17, 2006 11:52 pm ] |
Post subject: | |
Thanks, that's just what I needed. I wasn't going to shut them off all the time, I just don't want to be bothered while RPing. Putting them somewhere out of the way all the time is definitely better, though. |
Author: | Fepel Veiled [ Wed Jan 18, 2006 12:52 am ] |
Post subject: | |
So just ignore them when you RP. Want them out of your logs? cat log.txt | sed 's/You are hungry.\n//g' | sed 's/You are thirsty.\n//g' > no_hungry_log.txt^Cmv no_hungry_log.txt log.txt |
Author: | Lakir [ Wed Jan 18, 2006 8:38 am ] |
Post subject: | |
Fepel Veiled wrote: So just ignore them when you RP. Want them out of your logs?
cat log.txt | sed 's/You are hungry.\n//g' | sed 's/You are thirsty.\n//g' > no_hungry_log.txt^Cmv no_hungry_log.txt log.txt Or...for you Windows users a simple notepad & Find/Replace would do the trick... Fepel: Show off. |
Page 1 of 2 | All times are UTC - 8 hours |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |