JMP(L_begin_fish)
LABEL(L_begin_combat)
DELAY(300)
Set(L2Walker,Disable)
DELAY(300)
USEITEM(Pelican Rod[iD=6531])
DELAY(300)
USESKILL(Fishing)
DELAY(300)
USEITEM(Bonebreaker[iD=159])
DELAY(200)
USEITEM(Brigandine Shield[iD=2493])
DELAY(200)
MOVETO(85798,150917,-3528)
DELAY(125)
MOVETO(85798,150917,-3528)
DELAY(500)
Set(L2Walker,Enable)
Set(FIGHTSTART)
DELAY(400)
SET(L2WALKER,DISABLE)
LABEL(L_combat)
CharStatus(HP,>=,99)
{
DELAY(300)
Set(L2Walker,Enable)
DELAY(300)
Set(FIGHTSTOP)
DELAY(300)
CALL(L_begin_fish)
DELAY(300)
}
CharStatus(HP,<,90)
{
DELAY(200)
UseItem(Healing Potion[iD=727])
DELAY(200)
}
DELAY(500)
JMP(L_combat)
LABEL(L_begin_fish)
SET(L2WALKER,DISABLE)
DELAY(500)
SET(FIGHTSTOP)
DELAY(500)
USEITEM(Bonebreaker[iD=159])
USEITEM(Brigandine Shield[iD=2493])
DELAY(500)
USEITEM(Pelican Rod[iD=6531])
DELAY(500)
USEITEM(Purple Colored Lure - High Grade[iD=6524])
DELAY(125)
MOVETO(85662,150928,-3528)
DELAY(125)
MOVETO(85662,150928,-3528)
SET(L2WALKER,ENABLE)
LABEL(L_fish)
CharStatus(HP,<,100)
{
DELAY(300)
CALL(L_begin_combat)
DELAY(300)
}
DELAY(500)
JMP(L_fish)
ok thats my fishing script, not perfect, but its ok.
iam using it with IG 1.57, in giran (on the bridge to magic guild). change IDs, set auto-fishing and run the script.