Jump to content

Recommended Posts

Posted

I have a mage and i cant make my script to kill the mob that a fish!

 

Help me plz.

 

I dont want to move to another place just kill mob and return to fishing!

Posted

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.

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


×
×
  • 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