Jump to content

Fishing Script


Alex1_kgr

Recommended Posts

LABEL(combat)

CHARSTATUS(HP,<,100)

{

MSG(Waiting for HP regeneration...)

DELAY(1500)

CALL(combat_wait)

}



LABEL(fish_prepare)

USEITEM(Kingfisher Rod)

DELAY(500)

USEITEM(Yellow Colored Lure - Low Grade)

DELAY(500)

MSG(Prepared to fish...)



LABEL(fish)

MOVETO(x,x,x) //fishing spot-IF you need to move back to your fishing spot

MSG(Fishing...)

USEITEM(Fishing Shot: B-grade)

CHARSTATUS(HP,<,100)

{

CALL(combat)

}

DELAY(7000)

CALL(fish)

 

 

 

I think you need something like this.

 

Just set a combat zone 100 radius, equipping weap and then run the script.

 

You can also use pots while waiting for hp regen.

Link to comment
Share on other sites

  • 2 years later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...