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

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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..