trai_hippop
Youtube Master Race
- 27/10/06
- 93
- 0
ai có thể chỉ em cách thanh lưu cho pet dc ko
em ko biet chỉnh như thế nào ai biết chỉ em với
em ko biet chỉnh như thế nào ai biết chỉ em với
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.
ai có thể chỉ em cách thanh lưu cho pet dc ko
em ko biet chỉnh như thế nào ai biết chỉ em với
ai cho em hỏi cách chỉnh agi ở TV cho pet và char dc ko em chỉnh nó đánh rất lung tung team em gồm lv 160 100 100
thank
ai cho em hỏi cách chỉnh agi ở TV cho pet và char dc ko em chỉnh nó đánh rất lung tung team em gồm lv 160 100 100
thank
yêu cầu team của bạn có 2 con có Thanh Luuthế cho em hỏi cái nữa nếu bot tốn SP thì làm thế nào để có thể bot liên tục mà ko cần SP hả anh chỉ dùm em cái em bót nó toàn bị hết SP
yêu cầu team của bạn có 2 con có Thanh Luu
bạn đọc bài bên trên của ThanLong để biết cách sử dụng thanh lưu nhá
chị ơi thế cái member1,2,3,4 sao để biết đâu là vị trí acc cần thanh luu hả chị
các bác cho em họi co' Q nao` bot bon dia. 12x, 13x ko (em bi mat' Q bot LB)
Q co' 2 den' 3npc thui
em cam' on
. chỉ có 1 mình nó ah .các bác cho em họi co' Q nao` bot bon dia. 12x, 13x ko (em bi mat' Q bot LB)
Q co' 2 den' 3npc thui
em cam' on
:
double DisconnectFlag = 0.3; // Disconnect when current HP is below 30%
double hpFractionEat = 0.9; //Eat HP when current HP<= 80%
double spFractionEat = 0.8;
double hpFraction = 1.0; //Eat until current HP >= 95 %
double spFraction = 0.95;
byte DisconFai = 00; // Faith of warrior to disconnect
byte battle_count = 0;
byte NS_count = 0;
byte party = 0;
int time = 0;
uint B = 0;
uint C = 0;
uint A = 0;
/***** Chinh sua ID chu Party o day *****/
uint idchupt1 = 2593286;
uint idchupt2 = 2521402;
uint idchupt3 = 2521415;
/*************************************/
/*********************** My Attack *************************/
public override void MyAttack()
{
CharacterInfo MyChar = ts.Character;
ts.SendAttack(MyChar.Row, MyChar.Col, 0, 6, 10013);
}
/******************* My Partner Attack *********************/
public override void MyPartnerAttack()
{
CharacterInfo MyWarrior = ts.CurrentPartner;
ts.SendAttack(MyWarrior.Row, MyWarrior.Col, 0, 6, 10013);
}
/********************* Battle Started **********************/
public override void BattleStarted()
{
battle_count++;
time = 0;
}
/********************* Battle Stoped ***********************/
public override void BattleStopped()
{
AutoEatFood();
ProcessInventoryAction();
time = 0;
}
/******************* Receive Question *********************/
public override void doRecvQuestion()
{
NS_count++;
}
/******************** Response Answer **********************/
public override void ResponseAnswer()
{
string tmp=ts.LastQuestion.Replace("=?","");
int ans=ts.Eval(tmp);
byte ans_index=Convert.ToByte(ts.LastAnswers[ans.ToString()]);
ts.Answer(ans_index);
}
/******************** NPC Dialog Menu **********************/
public override void NpcDialogMenu(ushort DialogId)
{
debug("Dialog Menu ID = "+DialogId.ToString());
if (DialogId == 4) {ts.SelectChoice(1);ts.SendEnd();}
}
/********************* NPC Dialog ID ***********************/
public override void NpcDialog(ushort DialogId)
{
debug("Dialog ID = "+DialogId.ToString());
if(DialogId >= 1) {ts.SendEnd();}
}
/************************ On Timer *************************/
public override void OnTimer()
{
time++;
ts.RequestParty(A);
}
/************************* Start ***************************/
public override void Start()
{
ts.RequestParty(A);
}
/************************** Stop ***************************/
public override void Stop()
{
debug("************************************************** **********************",255) ;
debug(" Số trận đánh : " + battle_count ,255) ;
debug(" HP của "+ts.Character.CharName+" = " + ts.Character.HP +" "+ "/" +" "+ ts.Character.MAXHP,255);
debug(" HP của "+ts.CurrentPartner.CharName +" = " + ts.CurrentPartner.HP + " "+"/" +" "+ ts.CurrentPartner.MAXHP +" "+" FAI = " + ts.CurrentPartner.fai,255);
debug(" Số con ma : " + ts.Character.ghost ,255) ;
}
/************************** Player Online ***************************/
public override void PlayerOnline(uint playerid,ushort mapid)
{
if (playerid == idchupt1 ||playerid == idchupt2 ||playerid == idchupt3) {debug("ChuPT Online, Request Party .......");party = 1;ts.RequestParty(playerid);A = playerid;}
}
/*********************** Party Stop ************************/
public override void PartyStop(uint playerid)
{
if (ts.Character.mapid == 12304) {ts.Warp(1);}
if (ts.Character.mapid == 12404) {ts.Warp(1);}
if (playerid == idchupt1||playerid == idchupt2) {A = idchupt3;ts.RequestParty(A);AutoEatFood();}
if (playerid == idchupt2||playerid == idchupt3) {A = idchupt1;ts.RequestParty(A);AutoEatFood();}
if (playerid == idchupt3||playerid == idchupt1) {A = idchupt2;ts.RequestParty(A);AutoEatFood();}
}
/********************* Fishish Answer **********************/
public override void FinishAnswer()
{
ts.delay(200);
}
/********************** Warp Finished **********************/
public override void warpFinish()
{
if (ts.Character.mapid == 12003) {ts.Warp(1);}
if (ts.Character.mapid == 12002) {ts.Warp(2);}
if (ts.Character.mapid == 12001) {ts.Warp(1);}
if (ts.Character.mapid == 12000) {ts.Warp(22);}
if (ts.Character.mapid == 12801) {ts.Warp(2);}
if (ts.Character.mapid == 12804) {ts.Warp(2);}
if (ts.Character.mapid == 12404) {ts.Warp(1);}
if (ts.Character.mapid == 12403) {ts.Warp(1);}
if (ts.Character.mapid == 12402) {ts.Warp(1);}
if (ts.Character.mapid == 12402) {ts.Warp(1);}
}
/************************ Init Bot *************************/
public override void InitBot()
{
AutoEatFood();
ProcessInventoryAction();
ts.SetReconnectTime(1);
ts.SetMaxIdleTime(15);
ts.SetTimerOnOff(true);
Stop();
time = 0;
warpFinish();
}
T_T ai chi em ban bot exp o may' chu luc ton voi
