Page 1 of 1

piety's status?

Posted: 24 Apr 2018, 15:55
by Goflow
I would liek to use piety for my skill block effectively but i dont know what i should put for the inactivestatus. I tried this but didn't work:
useSelf_skill LG_PIETY {
lvl 4
hp
sp > 10
whenStatusInactive EFST_PIETY
inLockOnly 1
notWhileSitting 1

The only way for my to use this block is by using timeout 150

Re: piety's status?

Posted: 24 Apr 2018, 16:40
by fadreus
In console:

Code: Select all

ss 2322
s
What status appear?
Don't have Piety to test.
I believe the status might appear as EFST_BENEDICTIO or anything similar to B.S.S. due to it have the same effect as B.S.S.

Best way to get correct status is to use skill using openkore and press s to check what status it appear.

Re: piety's status?

Posted: 25 Apr 2018, 08:16
by Goflow
fadreus wrote:In console:

Code: Select all

ss 2322
s
What status appear?
Don't have Piety to test.
I believe the status might appear as EFST_BENEDICTIO or anything similar to B.S.S. due to it have the same effect as B.S.S.

Best way to get correct status is to use skill using openkore and press s to check what status it appear.
The status that appear says Holy

Re: piety's status?

Posted: 25 Apr 2018, 09:34
by fadreus
Then use Holy.

Code: Select all

whenStatusInactive Holy
Idk how other people get their status but I always use with openkore and then check the status what it appear.
It's more accurate.
Unless the status in Unknown Status 993 or something, then might need to manually update your status file or use timeout.

Re: piety's status?

Posted: 26 Apr 2018, 08:38
by Goflow
i see, thanks