You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixedrathena#190
* The card0 values are defined in config file (application.php) in `ItemSpecial`. By default, using rAthena's card0 values.
* The usage will be `Flux::itemIsSpecial($item)`. Returns `true` if item's card0 is special, `false` otherwise
* For control checking (ifs) for item is forged
* `if ($item->card0 == $this->itemIsForged)`
* `if ($item->card0 == $this->itemIsCreation)`
* `if ($item->card0 == $this->itemIsPetEgg)`
0 commit comments