Hercules icon indicating copy to clipboard operation
Hercules copied to clipboard

Status Config State Flag

Open MrKeiKun opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. This feature will make handling of state more easier to configure when status change is in effect.

Describe the solution you'd like we can move it to sc_config.conf. Example given looks like this:

SC_TRICKDEAD: {
	Flags: {
		NoSave: true
		NoClearanceReset: true
		Buff: true
	}
	StateFlags: {
		NoMove:      (bool, defaults to false)
		NoItemPick:  (bool, defaults to false)
		NoItemUse:   (bool, defaults to false)
		NoItemDrop:  (bool, defaults to false)
		NoCast:      (bool, defaults to false)
		NoChat:      (bool, defaults to false)
	}
	CalcFlags: {
		Regen: true
	}
	Icon: "SI_TRICKDEAD"
	Skill: "NV_TRICKDEAD"
}

MrKeiKun avatar Aug 08 '21 12:08 MrKeiKun