I made my script for l2loyal server farming in gaint cave or raids, as u know u need to have max as u can to get fastest reuse delay for frenzy, so the best way is use dagger with rsk.haste... and ofc tallum heavy armor any otehr custom taht gives more atk.spd, max +5dex, atk spd tattooo and ect.... to get max atk spd and songs for fastest resuse skills... So my script:
LABEL(Check HP)
CHARSTATUS(hp,<=,28)
{
CALL(Frenzy)
}
DELAY(150)
JMP(Check HP)
LABEL(Frenzy)
{
SET(L2Walker,Disable)
}
DELAY(1000)
USEITEM(Cursed Dagger[Rsk. Haste])
DELAY(800)
USESKILL(Frenzy)
DELAY(800)
USESKILL(Zealot)
DELAY(800)
USESKILL(Rage)
DELAY(800)
USEITEM(Heavens Divider[Focus])
Delay(800)
{
SET(L2Walker,Enable)
}
DELAY(800)
USEITEM(Mana Potion[iD=728])
DELAY(200)
USEITEM(Mana Potion[iD=728])
DELAY(80000)
JMP(Check HP)]