Jump to content

Recommended Posts

Posted

Its my fishing script:

JMP(L_begin_fish)
----------------------------------------------------
LABEL(L_begin_combat)
SET(L2WALKER,DISABLE)
USEITEM(Pelican Rod[iD=6531])
DELAY(125)
USESKILL(Fishing)
DELAY(125)
USEITEM(Bonebreaker[iD=159])
USEITEM(Brigandine Shield[iD=2493])
DELAY(125)
SET(L2WALKER,ENABLE)
SET(FIGHTSTART)
LABEL(L_combat)   
CHARSTATUS(HP,==,100)
{
DELAY(500)
SET(FIGHTSTOP)
JMP(L_begin_fish)
}
JMP(L_combat)
-------------------------------------------------------
LABEL(L_begin_fish)
SET(L2WALKER,DISABLE)
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(125)
JMP(L_begin_combat)
}
DELAY(500)
JMP(L_fish)
-------------------------------------------------------

 

Something is wrong whit this last part:

LABEL(L_fish)
CHARSTATUS(HP,<,100)
{
DELAY(125)
JMP(L_begin_combat)
}
DELAY(500)
JMP(L_fish)[/url][/ftp]

 

Every time mod starts to hit, my bot dont fight back.

 

Please check the errors

Posted

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.

  • 2 years later...
Posted

I'm not fighting with fish moob when respown (cose its taling to long time to kill him). I'm using just heal myself and after min moob will gone, so I script can continue fishing anyway. OFC its usefull only for chars with heal. GL for all

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock