What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] Food/Drinking/Bandages making/Bandages/Refreshment Detection in one

AngC

New Member
Joined
Mar 19, 2011
Messages
85
Reaction score
1
Some addons joined together:

First Aid (First Aid training - button! , Bandages making, Bandages usage),
Refreshment Detection
+ food eating when not falling, dieing, etc

Take a look at the settings at the end of plugin module text:
Code:
	private static bool CONST_MakeBandages = true;
	private static bool CONST_MakeBandagesOnlyUntilBandagesCap = true; // must have previous enabled
	private static bool CONST_WasteAllCloth = false; 
	private static bool CONST_UseBandages = true;
	private static bool CONST_UseFood = true;
	private static bool CONST_UseFoodOrBandagesIfStealthed = false; // rogue becomes visible if doing so
 

Attachments

Last edited:
Back
Top