Jump to content

Recommended Posts

Posted

I have been botting with my spoiler who is 68 now for almost 2 weeks ...Everything else is fine but I wanna know if anyone knows how to set "Fake Death" ...I want the spoiler to use the skill when hp is below 10% ...and then use it again ONLY when hp is more than 50% ...

 

Another thing I wanna do is I wanna make the spoiler use potions even while sitting so she recovers faster ...

 

Hope someone can help me, thx

Posted

So in options/heal Option there is setting HP< ... use skill so just set there Fake death also u can make script for it

Label(1)
CharStatuts(HP,<=,10)
{
UseSkill(x,y)
delay(v)
ChangeWaitType(1)
}
Call(1)

replace: x=skillname ; y=code of skill; v= delay in miliseconds

Uses: after u run script it will check ur HP status over and over again until ur HP is 10% or less then he use skill -> will wait "v" miliseconds -> will stand up -> again checking HP status (it s circle)

Posted

So in options/heal Option there is setting HP< ... use skill so just set there Fake death also u can make script for it

Label(1)
CharStatuts(HP,<=,10)
{
UseSkill(x,y)
delay(v)
ChangeWaitType(1)
}
Call(1)

replace: x=skillname ; y=code of skill; v= delay in miliseconds

Uses: after u run script it will check ur HP status over and over again until ur HP is 10% or less then he use skill -> will wait "v" miliseconds -> will stand up -> again checking HP status (it s circle)

 

Thanks, I 'll do it & get back to u :D

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