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 :)

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