SuperDragon123
Youtube Master Race
- 3/11/05
- 47
- 0
cac pro chi cho toi script legn@ cho acc tu hanh voi cam on nhieu #
#
#
#
#
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#
#
huyenthieugia81 nói:mod cho vao` code du`m nhá, tu hành nè
double DisconnectFlag = 0.3; // Disconnect when current HP is below 30%
double hpFractionEat = 0.8; //Eat HP when current HP<= 80%
double spFractionEat = 0.8;
double hpFraction = 0.95; //Eat until current HP >= 95 %
double spFraction = 0.95;
byte DisconFai = 00; // Faith of warrior to disconnect
public override void NpcDialogMenu(ushort DialogId)
{
debug("Dialog ID = "+ DialogId.ToString());
if (DialogId == 7) {
ts.SelectChoice(1);
ts.SendEnd();
ts.SendAction(35); }
}
public override void InitBot()
{
ts.ClickOnNPC(13);
ts.SetReconnectTime(1);
ts.SetMaxIdleTime(20);
debug("đời là gì?") ;
}
double DisconnectFlag = 0.3; // Disconnect when current HP is below 30%
double hpFractionEat = 0.8; //Eat HP when current HP<= 80%
double spFractionEat = 0.8;
double hpFraction = 0.95; //Eat until current HP >= 95 %
double spFraction = 0.95;
byte DisconFai = 00; // Faith of warrior to disconnect
public override void InitBot()
{
ts.SendAction(48);
ts.SetReconnectTime(1);
debug("đời là gì?") ;
}