Jump to content

umberto

Members
  • Posts

    36
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by umberto

  1. Robin Hood, Diablo from old ones
  2. Is it possible that links are dead? Or its my net probs?
  3. OOG? If that works ill come back to DNet, first Ill need to get that guide. Could any1 send pm with that guide I would be very thankful?
  4. Clean?
  5. what is that link whit all info about l2w scripting?
  6. 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.
  7. does it work with c4?
  8. 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
  9. 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
×
×
  • 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