Jump to content

Recommended Posts

Posted

Hi, This is a simple script to use CP pot, BSS & Healing potion.

It works fine, but I was wondering is there any way to make it constantly use BSS so when they're not active, they immediately get activated?

Because with this there is a 1sec / 2sec delay and sometimes when I use a stab it doesn't use them (Buggy l2j..)

 

Cheers.

 

LABEL(INICIO)
{
Label(CP)
USEITEM(CP Potion[iD=5591])
DELAY(1000)
USEITEM(Soulshot: B-grade[iD=1465])
DELAY(2000)
USEITEM(Soulshot: B-grade[iD=1465])
DELAY(1000)
USEITEM(Healing Potion[iD=1061])
}

Call(INICIO)

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