Kết quả tìm kiếm

  1. B

    Giải đáp thắc mắc trong game[Giải đáp tốt thưởng exp ^^ kamo]

    Có ai có thể cho mình biết kiếm khoáng để làm Q mix đồ cấp 4 ở đâu ko? Nếu học được thì dùng thuật mix đồ đó như thế nào
  2. B

    Only Scrip TrueBot + Legn@

    NPCCombatObject findMonster() { int maxhp = 0; string mi = ""; foreach (NPCCombatObject onpc in ts.oNPCCombat.Values) { if (onpc.HP > 0) { if (onpc.MAXHP > maxhp) { maxhp = onpc.MAXHP; mi = onpc.Row.ToString() + onpc.Col.ToString(); } } } return ts.oNPCCombat[mi] as...
  3. B

    Only Scrip TrueBot + Legn@

    cac ban co gi` thac mac hoi minh nhe cho xin MP di cho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin MP dicho xin...
  4. B

    Only Scrip TrueBot + Legn@

    ah` nham day moi la cai dung nhat 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...
  5. B

    Only Scrip TrueBot + Legn@

    cho ban cai scrip cua minh bot thanh tuyet ne 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...
  6. B

    Only Scrip TrueBot + Legn@

    cai nay` bi loi 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...
  7. B

    Only Scrip TrueBot + Legn@

    co ai co the tra loi cho minh dc ko: /***** Chinh sua ID Member o day *****/ uint idmem1 = xxxxxx; //chủ pt không cần điền Id vì đây là scip cảu chủ pt uint idmem2 = xxxxxx; uint idmem3 = xxxxxx; uint idmem4_sena = 1511502; trong phan nay co unit idmem1 la gi` ma` sao chu pt ko...
  8. B

    Only Scrip TrueBot + Legn@

    con day la scrip cua chu pt tui } /********************* Battle Started **********************/ public override void BattleStarted() { battle_count++; myturn = 0; peturn = 0; } /********************* Battle Stoped ***********************/ public override void...
Back
Top