Jump to content

Droidz

Administrators
  • Posts

    12433
  • Joined

  • Last visited

File Comments posted by Droidz

    Loot-A-Rang

       333    4
    7 hours ago, Mirththelaughingman said:

    Can this be tweaked to use the older Loot-a-rang?

    Edit with notepad and replace 109167 by the id of item, and 3000 by the cooldown in ms.

    Multi Pull

       2518    24
    14 minutes ago, betterSister said:

    i know this is little wrong place to discuss this but how do i find the bot API?

    He did not write documentation, but you can found all classes/methods of WRobot when you add in the references of your visual studio project "wManager.dll" and "robotManager.dll".

  1. On 14/12/2015 at 7:09 AM, PierreDeRosette said:

    Hello

    n'y a t il pas une erreur ici ?

    if (TargetTypeIsWeaknesses())
                    PetBattles.ChangeToBestPet();
                else if (PetBattles.GetNumberUsableAbility() <= 0)
                    PetBattles.SkipTurn();
                else if (PetBattles.GetNumberUsableAbility() <= 0 && !PetBattles.ActionSelected() && !PetBattles.IsWaitingOnOpponent())
                    PetBattles.ChangeToBestPet();
                else if (TrapUsable())
                    PetBattles.UseTrap();
                else if (!FightBattlePet.PetBattlesDontFight)
                    PetBattles.UseBestAbility();

     

    sachant que les conditions étant les mêmes (en souligné), c'est toujours le premier else if qui passera. Le second sera toujours zappé. Il faudrait mettre le second en premier.

    Je me trompe peut-être...

    Bonjour, Merci, je viens de corriger le problème.

  2. On 7/11/2015 19:05:36, Retardo101 said:

    I downloaded visual studio but i dont know what to change in the file to alter the skill rotation.. any tips m8?

    Also, you made a "Is Grinder" option in the easy quest. Would be awsome you added a "IS PetBattle" option, then it would just be

    Hotspots and you could get the bot to move to another area with the min and max level setting.

    Just a thought! Thanks for a good product

    Hello,

    In pet battle profile creator you can add several zones, and change zone by pets levels.

    In visual studio, create library project and add in references "wManager.dll" and "robotManager.dll". Open downloaded file with notepad (Default.cs) and copy/past the text in visual studio.

×
×
  • Create New...