Found the issue with Pokebuddy not showing up in the plugins list. The Pokebuddy folder needs to be named Pok?buddy (note the hyphenated e). The path should end up being Plugins/Pok?buddy/.
I am very new to all this stuff. But how do i download this? I clicked on the link and i get a list with names, but whenever i click it i get a notepad looking list with all the codig u used. So i have no clue how to download such files.
Could anyone assist me please?
If you dont know how to use svn, use the rar files one folder upI am very new to all this stuff. But how do i download this? I clicked on the link and i get a list with names, but whenever i click it i get a notepad looking list with all the codig u used. So i have no clue how to download such files.
Could anyone assist me please?
If you use the settings i posted on page 20 (i think), it should always select the lowest level pet, unless its a really really REALLY bad choicewhat do you think about a option to visit the stable master?
and one question more, when i level 3 Pets with PetAera. is it possible that pokebuddy chose the Pet with the lowest Level? i mean just to level the team faster. i hope you understand me
No freakin clue, go test it!BattlePetPVP is for the PVP queue right?
Does it work well for leveling?
and one question more, when i level 3 Pets with PetAera. is it possible that pokebuddy chose the Pet with the lowest Level? i mean just to level the team faster. i hope you understand me
namespace Pok?uddyplug
{
public class Pok?uddy : HBPlugin
{
private readonly WaitTimer _updateTimer = WaitTimer.TenSeconds;
private ulong oldguid = 0;
private int skipcounter=0;
private int blacklistcounter = 0;
public static BBSettings MySettings;
public int pvptimer;
public static PetBattleSettings PetSettings;
private static readonly configForm Gui = new configForm();
private static Stopwatch timer = new Stopwatch();
//private static readonly Form1 Gui2 = new Form1();
private string[] PetDefaultLogics = {"SWAPOUT Health(THISPET) ISLESSTHAN 30","CASTSPELL(1) COOLDOWN(SKILL(1)) EQUALS false"};
public Pok?uddy()
{
try
{
MySettings = new BBSettings(Application.StartupPath + "\\Plugins\\Pok?uddy\\Pok?uddy.xml");
}
catch (Exception ex) { BBLog(ex.ToString()); }
timer.Reset();
timer.Start();
//Random random = new Random();
//pvptimer = (long)random.Next(Pok?uddy.MySettings.PVPMinTime*60000, Pok?uddy.MySettings.PVPMaxTime*60000);
}
Im working on team logics, untill then, try adjusting the advantage and disadvantage factor in settingsJust want to post this, but if you want the bot to switch pets based on the type of the enemy, you could always try to have it swap when the enemy type is a certain match. However, it doesn't let you decide what you want to swap it to. I haven't tried that yet though. It would be a 50/50 chance to get the one you want anyways, but maybe some people want that. I never tried it so it might not even be possible, I just felt like sharing that idea.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Pok?buddyplug.Pok?buddy' threw an exception. ---> System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(String filename)
at Pok?buddyplug.configForm..ctor() in c:\Users\Rick\Desktop\HB - Copy\Plugins\Pok%C3%A9buddy\Pok?buddy.cs:line 1475
at Pok?buddyplug.Pok?buddy..cctor() in c:\Users\Rick\Desktop\HB - Copy\Plugins\Pok%C3%A9buddy\Pok?buddy.cs:line 84
--- End of inner exception stack trace ---
at Pok?buddyplug.Pok?buddy..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Styx.Common.TypeLoader`1.(Assembly[] )
at Styx.Common.TypeLoader`1.Reload()
at Styx.Common.TypeLoader`1..ctor(Assembly asm)
at Styx.Common.AssemblyLoader`1.Reload(String reason) --> System.TypeInitializationException: The type initializer for 'Pok?buddyplug.Pok?buddy' threw an exception. ---> System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(String filename)
at Pok?buddyplug.configForm..ctor() in c:\Users\Rick\Desktop\HB - Copy\Plugins\Pok%C3%A9buddy\Pok?buddy.cs:line 1475
at Pok?buddyplug.Pok?buddy..cctor() in c:\Users\Rick\Desktop\HB - Copy\Plugins\Pok%C3%A9buddy\Pok?buddy.cs:line 84
--- End of inner exception stack trace ---
at Pok?buddyplug.Pok?buddy..ctor() --> System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(String filename)
at Pok?buddyplug.configForm..ctor() in c:\Users\Rick\Desktop\HB - Copy\Plugins\Pok%C3%A9buddy\Pok?buddy.cs:line 1475
at Pok?buddyplug.Pok?buddy..cctor() in c:\Users\Rick\Desktop\HB - Copy\Plugins\Pok%C3%A9buddy\Pok?buddy.cs:line 84