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:
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: