homunculus noinfo dead: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(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")
 
No edit summary
 
Line 17: Line 17:
: Appeared in [https://github.com/OpenKore/openkore/pull/3920 PR#3920]
: Appeared in [https://github.com/OpenKore/openkore/pull/3920 PR#3920]


[[Category:config.txt]]
[[Category:Self Condition]]
[[Category:homunculus]]

Latest revision as of 19:11, 26 December 2024

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