autoPoison

From OpenKore Wiki
Revision as of 13:39, 2 May 2023 by Alisonrag (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
autoPoison <item name>
Automatically select specified item for Guillotine_Cross's Poisonous Weapon.
These skills still need to be configured with useSelf_skill in order to item select to appear and autoPoison to work.
see github PR#3701

Examples

Use Poisonous Weapon when it isn't active, select Paralysis to be used for Poisonous Weapon:

autoPoison Paralysis

useSelf_skill GC_POISONINGWEAPON {
	lvl 5
	whenStatusInactive EFST_POISONINGWEAPON
	notWhileSitting 1
       inInventory Paralysis  > 0
}