Jump to content

Recommended Posts

Posted

Hello.

I don't know how to change auto use SSng -> SSD -> SSC in script.

 

I have script for leveling char, and when I change weapon to higer grade i must pause script, and set auto SSD / SSC in l2w, and continue script.

Is there any solution to make this automatic ?

Posted

Maybe shots have different IDs. Ur script with IDs?

BTW u have option in walker to use automatic shots, so thats better.

U can delete shot usage in script if wanna.

Posted

You don't know what I mean.

I ask how to change usage SSD to SSC in my script.

Something like:

 

I have now something like that:

....
// Now I have function automatic use SSD in my l2w
SET(FIGHTSTART)
LABEL(LV40)
DELAY(2000)
CharStatus(LV,<,40)
{
JMP(LV40)
}
SET(FIGHTSTOP)
PAUSE()   // now i must pause script and change automatic use SSD to automatic use SSC and click continue script
...
...

 

You see, i need pause my script and change automatic use SSD to SSC in l2w.

I wanna changing it automatic, and make script leveling from 1 to 52.

Pls tell me:

1. How to do it?... if it is possible :)

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