homunculus noinfo dead

From OpenKore Wiki
Revision as of 18:59, 26 December 2024 by 4epT (talk | contribs) (Created page with "; homunculus_noinfo_dead [<boolean>] ; homunculus_noinfo_resting [<boolean>] : TODO: add description : Example: useSelf_skill Resurrect Homunculus { homunculus 0 homunculus_noinfo_dead 1 } useSelf_skill Call Homunculus { homunculus 0 homunculus_noinfo_resting 1 } : Appeared in [https://github.com/OpenKore/openkore/pull/3920 PR#3920] Category:config.txt Category:homunculus")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
homunculus_noinfo_dead [<boolean>]
homunculus_noinfo_resting [<boolean>]
TODO: add description
Example:
useSelf_skill Resurrect Homunculus {
  homunculus 0
  homunculus_noinfo_dead 1
}
useSelf_skill Call Homunculus {
  homunculus 0
  homunculus_noinfo_resting 1
}
Appeared in PR#3920