Alex1_kgr Posted April 12, 2006 Share Posted April 12, 2006 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! Link to comment Share on other sites More sharing options...
MEandME Posted April 13, 2006 Share Posted April 13, 2006 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 More sharing options...
Alex1_kgr Posted April 14, 2006 Author Share Posted April 14, 2006 thx ill check if it work :) I checked it but is doesn't work :/ Link to comment Share on other sites More sharing options...
K4rMa Posted January 24, 2009 Share Posted January 24, 2009 affff .... lol DONT BUMP OLD TOPICS! 1rst & last warning! locked. Link to comment Share on other sites More sharing options...
Recommended Posts