Honorbuddy loading wrong botbase by command line attribute - does not check for full match (appears for BotBases with similar names).
command line attributes loaded after HB started (via Dev Tools):
String[] arguments = Environment.GetCommandLineArgs();
foreach (var argument in arguments)
{
Log(argument);
}
C:\Honorbuddy\Honorbuddy.exe
/noupdate
/pid=7776
/autostart
/hbkey=**********
/customclass=Singular
/botname=GarrisonBoss
foreach (var botBase in BotManager.Instance.Bots)
{
Log(botBase.Key);
}
ArchaeologyBuddy
BGBuddy
Dungeonbuddy
Gatherbuddy
ProfessionBuddy
Grind Bot
Questing
Mixed Mode
Party Bot
[BETA] GrindBuddy
Garrisonbuddy
AutoAngler
Combat Bot
Enyo
FishingBuddy
LazyRaider
Raid Bot
GarrisonBoss@Shipyard Master <- Loads this botbase even though "GarrisonBoss" was exact name called.
GarrisonBoss
View attachment 4908 2015-09-10 07.30.txt
command line attributes loaded after HB started (via Dev Tools):
String[] arguments = Environment.GetCommandLineArgs();
foreach (var argument in arguments)
{
Log(argument);
}
C:\Honorbuddy\Honorbuddy.exe
/noupdate
/pid=7776
/autostart
/hbkey=**********
/customclass=Singular
/botname=GarrisonBoss
foreach (var botBase in BotManager.Instance.Bots)
{
Log(botBase.Key);
}
ArchaeologyBuddy
BGBuddy
Dungeonbuddy
Gatherbuddy
ProfessionBuddy
Grind Bot
Questing
Mixed Mode
Party Bot
[BETA] GrindBuddy
Garrisonbuddy
AutoAngler
Combat Bot
Enyo
FishingBuddy
LazyRaider
Raid Bot
GarrisonBoss@Shipyard Master <- Loads this botbase even though "GarrisonBoss" was exact name called.
GarrisonBoss
View attachment 4908 2015-09-10 07.30.txt
Last edited: