umberto Posted February 13, 2007 Posted February 13, 2007 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 Quote
gzosiek21 Posted February 15, 2007 Posted February 15, 2007 umberto post it plz if you correct this script ;] Quote
umberto Posted February 15, 2007 Author Posted February 15, 2007 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. Quote
gzosiek21 Posted February 16, 2007 Posted February 16, 2007 what program you use patcher wppro l2_all or something i play on c4 and my prog dont recognize ig 1.57 ;[ Quote
jankie Posted May 10, 2009 Posted May 10, 2009 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.