Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Pomoc]Qbot- nie ogarniam.


Mateusek..

Rekomendowane odpowiedzi

Opublikowano

To tak, odrazu mówię, że się rozpisze.

Zacznijmy od tego jak zaczełem używać:

To tak, zobaczyłem, że jest Qbot pobrałem.

Zaczełem od tego, popatrzyłem co tam jest.

Potem, poczytałem o tych taskach( nie rozumiałem nadal)

Próbowałem, robić taska " robiłem foldery haha^^"

Next, dostałem taska na pw wkleilem do "tasks" nic nie dało

Potem, wkurzyłem się dałem to "tasks script"

Nic nie działało, potem szukałem new taskow i "edytowałem je na Qbocie"

Ciągle był jakiś błąd.

Piszę, że niby z nickiem, potem ze z taskiem etc.

To teraz tak, prosiłbym o dosłownie o najlepsze wytłumaczenie( tak to ujme )

I poprosił bym o właściwego taska na alienki.

 

Leonov

3-3

Alienki: Lordakia, Saimon, Mordon( Boss lordakia, boss saimon, boss mordon)

z Rakietek( najlepszych za kredki)

Z x1

Po dednieciu, zeby naprawiał i wracał, etc.

Uciekał przed wrogami <..

 

Taska takiego dostałem

using System.Threading;

using System.Collections.Generic;

using PBDOBot.Helper;

using PBDOBot.Api;

using PBDOBot.Api.Task;

 

namespace Tasks

{

public class Task : BBaseTask

{

 

 

public override void onreset()

{

TaskScript = new TaskScript(

delegate()

{

 

if (BMain.Me.SelectedShip != null && BMain.Me.SelectedShip.Name == BMain.Npc.Lordakia | BMain.Me.SelectedShip.Name == BMain.Npc.Mordon | BMain.Me.SelectedShip.Name == BMain.Npc.Saimon | BMain.Me.SelectedShip.Name == BMain.Npc.BossLordakia | BMain.Me.SelectedShip.Name == BMain.Npc.BossMordon | BMain.Me.SelectedShip.Name == BMain.Npc.BossSaimon)

{

if (BMain.Me.SelectedShip.Shield > 0) {LaserAmmoType = Enums.LaserAmmoType.LCB_10;} else {LaserAmmoType = Enums.LaserAmmoType.LCB_10;}

MinDurability = 20;

StandardConfiguration = 1;

UsePet = false;

}

else

{

MinDurability = 75;

StandardConfiguration = 1;

DroneFormation = Enums.DroneFormation.Zero;

UsePet = false;

 

}

return -1;

},

delegate()

{

return true;

},

1000);

 

 

Enums.ResourceType[] protectedCollection = new Enums.ResourceType[] {

 

};

this.ProtectResourcesList.AddRange(protectedCollection);

 

Dictionary<string, Enums.ResourceType> boostCollection = new Dictionary<string, Enums.ResourceType>();

 

//boostCollection.Add("Speed", Enums.ResourceType.ore_);

//boostCollection.Add("Shield", Enums.ResourceType.ore_);

//boostCollection.Add("Lasers", Enums.ResourceType.ore_);

//boostCollection.Add("Rockets", Enums.ResourceType.ore_);

 

this.BoostDictionary = boostCollection;

}

 

public override void ChooseLogic()

{

Dictionary<TaskLoadDelegate, int> TaskLoadDictionary = new Dictionary<TaskLoadDelegate, int>();

 

TaskLoadDictionary.Add(

delegate()

{

 

if (!ActionList.Contains("Map 1")) {

Reset();

 

TaskMap = "x-3";

HuntNpcsList.Add(BMain.Npc.Lordakia);

HuntNpcsList.Add(BMain.Npc.Mordon);

HuntNpcsList.Add(BMain.Npc.Saimon);

HuntNpcsList.Add(BMain.Npc.BossLordakia);

HuntNpcsList.Add(BMain.Npc.BossMordon);

HuntNpcsList.Add(BMain.Npc.BossSaimon);

 

AttackNpcs = true;

AttackTaggedNpcs = false;

AttackBossNpcs = true;

MinFightDistance = 670;

MaxFightDistance = 790;

 

Repair = true;

MinDurability = 70;

StandardConfiguration = 1;

FleeOnEnemyInRadius = true;

FleeOnAttacked = false;

Sell = true;

Refine = true;

RefinePromerium = false;

DroneFormation = Enums.DroneFormation.Zero;

CollectSpecialBoxes = true;

SafeBotting = false;

LaserAmmoType = Enums.LaserAmmoType.LCB_10;

RocketAmmoType = Enums.RocketAmmoType.PLT_2026;

RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.any;

 

ActionList.Add("Map 1");

}

}, 45);

TaskLoadDictionary.Add(

delegate()

{

if (!ActionList.Contains("Map 2"))

{

Reset();

 

TaskMap = "x-4";

HuntNpcsList.Add(BMain.Npc.Lordakia);

HuntNpcsList.Add(BMain.Npc.Mordon);

HuntNpcsList.Add(BMain.Npc.Saimon);

HuntNpcsList.Add(BMain.Npc.BossLordakia);

HuntNpcsList.Add(BMain.Npc.BossMordon);

HuntNpcsList.Add(BMain.Npc.BossSaimon);

 

AttackNpcs = true;

AttackTaggedNpcs = false;

AttackBossNpcs = true;

MinFightDistance = 670;

MaxFightDistance = 790;

 

Repair = true;

MinDurability = 75;

StandardConfiguration = 1;

FleeOnEnemyInRadius = true;

FleeOnAttacked = false;

Sell = true;

Refine = true;

RefinePromerium = false;

DroneFormation = Enums.DroneFormation.Zero;

CollectBonusBoxes = false;

CollectSpecialBoxes = true;

SafeBotting = false;

LaserAmmoType = Enums.LaserAmmoType.LCB_10;

RocketAmmoType = Enums.RocketAmmoType.PLT_2026;

RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.any;

 

ActionList.Add("Map 2");

}

}, 45);

CycleTaskDictionary = TaskLoadDictionary;

}

}

}

 

 

 

 

Za POMOC limit LAJKOW+ bede wdzieczny.

P.S SORRY ZA SPAM!



FCB/BvB/Chelsea.

Messi<3

 

fbmessis.png

 

Opublikowano · Ukryte przez Skorpion., 23 Grudnia 2012 - Rq
Ukryte przez Skorpion., 23 Grudnia 2012 - Rq

Nowo Powstające dzisiaj forum !!!

 

Pomóż w rozwoju !!!

 

Masz szanse na global moda i nie tylko !!

 

Forum dokańczamy w tej chwili zarejestruj sie i pomagaj rozwijać , pisz posty itp.

 

 

 

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

 

 

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

http://maxxp.pl/

Opublikowano

Wklej ten task do notepad++ i zapisz z .cs na koncu w folderze tasks, wlacz bota wpisz dane konta i wybierz task, potem kliknij start (niebieski trojkat).

Opublikowano

Przecież do Qbota jest dołączony task creator. Ja też miałem problem z tymi taskami bo nigdy nie używałem bota na taski, ale task creator jest bardzo łatwy w obsłudze. Wystarczy znać troszkę angielski lub google tłumacz :P

Lubie grać a Ty?

XJ9PcNh.jpg

Opublikowano

1. Uruchamiasz Qbot.exe

2. Klikasz +

3. Wpisujesz swoje passy do kąta i wybierasz server

4. Klikasz podwójnie na ten pasek który się pojawił

5. Po prawej stronie masz swoje taski wybierasz tego na którym ma latać (oczywiście z folderu task)

6. Klikasz niebieski trójkącik i latasz

 

Jak zrobić taska

 

1. odpalasz taskcreate.exe

2. Wyberasz swoje ustawienia.

3 . klikasz save w lewym górnym rogu

4. podajesz ścieszkę do task w folderze Qbot

5. I to wszystko.

1372773027-U369116.png

Sygnatura by . Gentleman .

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...