i have made a fishing script today:
LABEL(Fish)
CharStatus(HP,<=,99)
{
UseSkill(Fake Death,Self,TARGETNAME)
DELAY(10000) "estimate the time u can kill the mob"
CharStatus(HP,>=,99)
{
ChangeWaitType(1)
}
}
DELAY(3000)
JMP(Fish)
u need th or bh to use it, as it uses fake death if hp is lower than 99%(if monster attacks u), and it stands up when your hp is back to normal.