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!

Cant open "Routine Config"

Dart01902

Member
Joined
Nov 20, 2011
Messages
289
Hi, im new to buddywing and seem to be having trouble opening "routine Config" option from the settings tab.

Hope someone can help,

Thanks.

wont let me attach log, says invalid file so ill post it after this.
 
2016-06-06 19:27:49,789 [1] INFO MainWindow - Starting Buddy Wing v1.0.1344.949
2016-06-06 19:27:50,446 [1] INFO GlobalSettings - Global settings have been saved.
2016-06-06 19:27:51,994 [6] INFO MainWindow - Logging in...
2016-06-06 19:27:52,154 [6] INFO MainWindow - T: 5247694399147382770 H: 1283931108
2016-06-06 19:27:52,156 [6] INFO MainWindow - Login Success!
2016-06-06 19:27:53,179 [7] INFO MainWindow - First CPU: Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
2016-06-06 19:27:53,180 [7] INFO MainWindow - OS Version: Windows NT 6.2.9200.0
2016-06-06 19:27:53,181 [7] INFO MainWindow - App Path: C:\Users\Mark\Downloads\BuddyWing 1.0.1344.949\Buddywing.exe
2016-06-06 19:27:54,069 [7] INFO NodeManager - NodeManager update has completed.
2016-06-06 19:27:54,325 [7] INFO MainWindow - User is a Knight
2016-06-06 19:27:54,876 [7] INFO MainWindow - Advanced Class: Guardian / Discipline: Vigilance
2016-06-06 19:27:54,876 [7] INFO MainWindow - Routine Path: Routines
2016-06-06 19:27:55,630 [7] INFO InventoryManagerItem - Medpac Created!
2016-06-06 19:27:55,650 [7] INFO Logging - [DefaultCombat] Level: 14
2016-06-06 19:27:55,650 [7] INFO Logging - [DefaultCombat] Class: Knight
2016-06-06 19:27:55,651 [7] INFO Logging - [DefaultCombat] Advanced Class: Guardian
2016-06-06 19:27:55,666 [7] INFO Logging - [DefaultCombat] Discipline: Vigilance
2016-06-06 19:27:55,681 [7] INFO Logging - [DefaultCombat] [Hot Key][F7] Toggle AOE
2016-06-06 19:27:55,681 [7] INFO Logging - [DefaultCombat] [Hot Key][F8] Pause Rotation
2016-06-06 19:27:55,682 [7] INFO Logging - [DefaultCombat] [Hot Key][F12] Set Tank
2016-06-06 19:27:55,682 [7] INFO Logging - [DefaultCombat] Rotation Selected : Guardian Vigilance
2016-06-06 19:27:55,706 [7] INFO BotMain - Chose DefaultCombat as your combat routine.
2016-06-06 19:27:55,706 [7] INFO Logging - [DefaultCombat] Level: 14
2016-06-06 19:27:55,707 [7] INFO Logging - [DefaultCombat] Class: Knight
2016-06-06 19:27:55,707 [7] INFO Logging - [DefaultCombat] Advanced Class: Guardian
2016-06-06 19:27:55,725 [7] INFO Logging - [DefaultCombat] Discipline: Vigilance
2016-06-06 19:27:55,738 [7] INFO Logging - [DefaultCombat] [Hot Key][F7] Toggle AOE
2016-06-06 19:27:55,739 [7] INFO Logging - [DefaultCombat] [Hot Key][F8] Pause Rotation
2016-06-06 19:27:55,739 [7] INFO Logging - [DefaultCombat] [Hot Key][F12] Set Tank
2016-06-06 19:27:55,739 [7] INFO Logging - [DefaultCombat] Rotation Selected : Guardian Vigilance
2016-06-06 19:27:55,963 [7] INFO MainWindow - There are 1 plugins.
2016-06-06 19:27:56,076 [7] INFO BotMain - Current bot set to Combat Bot
2016-06-06 19:27:56,078 [7] INFO CharacterSettings - Character settings have been saved.
2016-06-06 19:27:56,078 [7] INFO ProfileManager - Loaded profile
2016-06-06 19:27:56,081 [1] INFO MainWindow - Sell quality set to Cheap.
2016-06-06 19:27:56,082 [7] INFO MainWindow - Buddy Wing: The Old Robot is ready!
2016-06-06 19:27:56,082 [7] INFO MainWindow - You can use the F9 key to pause and unpause the bot, and F10 to stop or start it while in-game.
2016-06-06 19:28:05,256 [1] INFO GlobalSettings - Global settings have been saved.
2016-06-06 19:28:05,257 [1] INFO CharacterSettings - Character settings have been saved.
 
You can make some changes under Settings\'character name'\BuddyWingSettings.xml

But if you are looking to tweak the actual routines... ..\Routines\DefaultCombat\
 
You can make some changes under Settings\'character name'\BuddyWingSettings.xml

But if you are looking to tweak the actual routines... ..\Routines\DefaultCombat\

Thanks, having a look now at deafultcombat. Dont suppose you know what the value is at the end of this line?

Spell.Cast("Blade Storm", ret => Me.BuffCount("Force Rush") == 2),

thanks.
 
ok lol, well at my current level it doesnt cast blade storm as i havent learned force rush so i tried to add a new line but without "=> Me.BuffCount("Force Rush") == 2)" and it wouldnt show the routine in the bot /facepalm.
 
ok lol, well at my current level it doesnt cast blade storm as i havent learned force rush so i tried to add a new line but without "=> Me.BuffCount("Force Rush") == 2)" and it wouldnt show the routine in the bot /facepalm.
Should be
Code:
Spell.Cast("Blade Storm"),
If its the last line, remove the comma.
 
Each line has a comma at the end, except for the last line. Goof that up and your routine will be hosed.
 
Back
Top