-
Notifications
You must be signed in to change notification settings - Fork 13
Custom Rule Example
rockingdice edited this page Sep 26, 2017
·
8 revisions
You can request more examples to wonderplay@outlook.com
Items matched by:
- Set is Necropotency
- Item level is cp 160
- Item trait is Divines or Infused
Rule:
set("Necropotency") and cp() == 160 and traitstring("divine", "infused")
Items matched by:
- Marked as Gear1 in FCO Item Saver
Rule:
ismarked("gear_1")
Items matched by:
- Item is armor type
- Item is for research
- Item trait is not Divines or Infused
type("armor") and keepresearch() and not traittype("armor_infused", "armor_divines")
- type
- sptype
- equiptype
- filtertype
- traittype
- traitstring
- boundtype
- isnew
- isbound
- isstolen
- isboptradeable
- iscrafted
- isinquickslot
- level
- cp
- set
- autoset
- isset
- ismonsterset
- keepresearch
- armortype
- weapontype
- sellprice
- stacksize
- islearnable
- isequipping
- isinbank
- quality
- getquality
- setindex
- inset
- ismarked
- alphagear
- getpricettc
- getpricemm