Jump to content

Recommended Posts

Posted

I'm no scripter myself but I think you should use something kindda like this

 

ITEMCOUNT(Soulshot X-grade[iD=xxxx],<=,10)      <- when you have 10 or less soulshots

LOGOUT

}

 

 

Note: NOT a script. Try looking at http://ltwo.insane-gamers.com/ - they have a nice collection of scripts and parts of scripts you can use as inspiration :)

Posted

l2walker cannot be logged out via a script. but you can disable > soe.

 

  1. Label(ss) 

  2. ITEMCOUNT(ITEMNAME[iD=ITEMID],<=,100 

  3. { 

  4. SET(FIGHTSTOP) 

  5. SET(RANGETYPE,STARTPOS,100) // setting atking mobs in 100 range 

  6. SET(FIGHTSTART) // atking 

  7. DELAY(30000) // time to kill mobs in 100 

  8. SET(FIGHTSTOP) // end of killing 

  9. SET(RANGETYPE,STARTPOS,5000) //range back to normal 

  10. DELAY(500) 

  11. SET(L2WALKER,DISABLE) 

  12. UseItem(Scroll of Escape[iD=736]) 

  13. } 

  14. DELAY(5000)// Checking every 5 sec 

  15. Jmp(ss)

 

what this script will do is recignize when your low on ss, prepare your char to soe by making sure there are no mobs around him/her, and then soe.

 

@ltwo.co.nr

Posted

To complete Unstopable answer, go to basic options>base settings and check the box "Logout, when XXX min Not Exp Add." It means if ur char do not kill any mob and get exp in XXX minutes he gonna logout.

I love walker translation to english :P

Posted

To complete Unstopable answer, go to basic options>base settings and check the box "Logout, when XXX min Not Exp Add." It means if ur char do not kill any mob and get exp in XXX minutes he gonna logout.

I love walker translation to english :P

 

Lol, If he doesn't get exp it's bcz he died. It's really probable to die if u have no SS.

The idea is to NOT die I think and if he died, there is an option called Dead Logout, and it's much better than the one u mentioned.

 

IMO, Unstopable option is the best till now :)

Posted

Or buy 20k shots and don't worry bout it xD

I think Unstopable's script is the best...it also turns walker off so you don't have problems (char attacking mobs around town somehow)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


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