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

Singular Default Value of Eat at Health

garip

New Member
Joined
Jan 15, 2010
Messages
97
Reaction score
0
I dont use food/drink and i dont need them. My character can refresh while fighting.
When my bot dies or someone gank; it waits for a long time for start.

I am changing the walue to 1% but at every patch or something i must change it as like 50+ character.
Lots of characters banning every week and at new characters i am trying to setup it again.
And i bored to change it all time.
Please say me the file which keeps its default value.
I will directly change that file. Because i want it %1 for all my characters.
I dont want to change it one by one.
 
Haven't tested it, but I think it's in Routines/Singular/Settings/SingularSettings.cs. Search for #region Category: Consumables, it's right below that.
 
lots of MinHealth in that file.
is that right one?

Code:
[Setting,ReadOnly(false)]
        [DefaultValue(60)]
        [Category("Consumables")]
        [DisplayName("Eat at Health %")]
        [Description("Minimum health to eat at.")]
        public int MinHealth { get; set; }

can i change it?
 
Back
Top