Difference between revisions of "autoPoison"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with "; autoPoison <???> : Automatically ... : see [https://github.com/OpenKore/openkore/pull/3701 github PR#3701] Category:config.txt")
 
 
Line 1: Line 1:
; autoPoison <???>
+
; autoPoison <[[References#Item_Names|item name]]>
: Automatically ...
+
: Automatically select specified item for Guillotine_Cross's [http://irowiki.org/wiki/Poisonous_Weapon Poisonous Weapon].
 +
: These skills still need to be configured with [[useSelf_skill]] in order to item select to appear and autoPoison to work.
 +
 
 
: see [https://github.com/OpenKore/openkore/pull/3701 github PR#3701]
 
: see [https://github.com/OpenKore/openkore/pull/3701 github PR#3701]
 +
 +
== Examples ==
 +
Use Poisonous Weapon when it isn't active, select Paralysis to be used for Poisonous Weapon:
 +
 +
'''autoPoison Paralysis'''
 +
 +
[[useSelf_skill]] [[References#Skill_Names|GC_POISONINGWEAPON]] {
 +
[[lvl]] 5
 +
[[whenStatusInactive]] [[References#Status_Names|EFST_POISONINGWEAPON]]
 +
[[notWhileSitting]] 1
 +
        [[inInventory]] [[References#Item_Names|Paralysis ]] > 0
 +
}
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Latest revision as of 13:39, 2 May 2023

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
}