Mil Posted January 15, 2008 Posted January 15, 2008 There is or can anyone make a script for walker so the char logout when the Soulshots finish? Quote
cuppacoffee Posted January 16, 2008 Posted January 16, 2008 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 :) Quote
Unstopable Posted January 16, 2008 Posted January 16, 2008 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 Quote
mexican24 Posted January 16, 2008 Posted January 16, 2008 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 Quote
d3d051 Posted January 16, 2008 Posted January 16, 2008 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 :) Quote
setokaiba Posted January 16, 2008 Posted January 16, 2008 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) 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.