Jump to content

Recommended Posts

Posted

I am looking for L2Walker ready scripts. I don't know a lot about using this program.

All I want is to attack mobs, and if it's possible to go to town after 50 mins and stay there.

  • 3 weeks later...
Posted

Label(fight)
ItemCount(Enhanced Mana Potion[iD=9264],<,5)
{
Jmp(GO)
}
DELAY(1000)
ItemCount(Soulshot: S-grade[iD=1467],<,50)
{
Jmp(GO)
}
DELAY(10000)
Jmp(fight)
Label(GO)
SET(FIGHTSTOP)
DELAY(15000)
Set(L2Walker,Disable)
UseItem(Scroll of Escape[iD=736])

 

run this script, and your char will use soe when ench mana pots (its in DNet serv) will be less than 5 and/or SSS less than 50. modify like u want

Posted

BY THE WAY  i forgot to mention that you don't need a script for that. Just click begin combat for attacking and for returning to town go to options then buff then down towards the buff items put scroll of escape and set the seconds to 50 mins. Also you can cick return to town several ways read your options.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...