What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

DefaultCombat or Commando fail?

Starbrox

Member
Joined
Mar 10, 2012
Messages
413
So i tried to start up the bot for my commando and it just ain't doing anything....

2015-07-24 21:55:51,892 [1] INFO Log - Starting Buddy Wing v1.0.1228.718
2015-07-24 21:55:54,848 [4] INFO Log - Logging in...
2015-07-24 21:55:55,146 [4] INFO Log - T: 5247419735975986897 H: 3046694418
2015-07-24 21:55:55,148 [4] INFO Log - Login Success!
2015-07-24 21:55:56,299 [6] INFO Log - First CPU: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
2015-07-24 21:55:56,300 [6] INFO Log - OS Version: Windows NT 6.1.7600.0
2015-07-24 21:55:56,301 [6] INFO Log - App Path: D:\Test\Swtor\BW\Buddywing.exe
2015-07-24 21:55:59,410 [6] INFO Log - User is a Trooper
2015-07-24 21:56:00,570 [6] INFO Log - Advanced Class: Commando / Discipline: AssasultSpecialist
2015-07-24 21:56:00,570 [6] INFO Log - Routine Path: Routines
2015-07-24 21:56:01,645 [6] INFO Log - Medpac Created!
2015-07-24 21:56:01,667 [6] INFO Log - [DefaultCombat] Level: 60
2015-07-24 21:56:01,668 [6] INFO Log - [DefaultCombat] Class: Trooper
2015-07-24 21:56:01,669 [6] INFO Log - [DefaultCombat] Advanced Class: Commando
2015-07-24 21:56:01,699 [6] INFO Log - [DefaultCombat] Discipline: AssasultSpecialist
2015-07-24 21:56:01,729 [6] ERROR Log - Unhandled exception during init:
System.ArgumentNullException: Value cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at DefaultCombat.Core.RotationFactory.Build(String name) in d:\Test\Swtor\BW\Routines\DefaultCombat\Core\RotationFactory.cs:line 41
at DefaultCombat.DefaultCombat.Initialize() in d:\Test\Swtor\BW\Routines\DefaultCombat\DefaultCombat.cs:line 55
at Buddy.CommonBot.RoutineManager.set_Current(ICombat value)
at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine()
at Buddywing.MainWindow.?????????????????????????????????????????()
2015-07-24 21:56:01,730 [6] INFO Log - Buddy Wing: The Old Robot is ready!

that's all my log says and the bot doesn't let me set log level or tell me what plugins have loaded ... even tried it on my Powertech and the bot works fine there ...
 
Discipline: AssasultSpecialist (one "s" to many) -> Aevitas needs to correct this typo in the BW core or you could try adding this in the RotationFactory.cs

Code:
if (name == "AssasultSpecialist" && BuddyTor.Me.AdvancedClass == AdvancedClass.Commando)
            {
                name = "AssaultSpecialist";
            }

But I would advise you to respec to Gunnery as it is mirror discipline of Mercenary - Arsenal and that works much better than Assault Specialist / Innovative Ordnance (Merc)
 
Back
Top