• Visit Rebornbuddy
  • Mud Assist - Combat Assist / CR Control

    Discussion in 'Botbases' started by blasthoss, May 19, 2015.

    1. miracle091

      miracle091 New Member

      Joined:
      Jun 30, 2016
      Messages:
      7
      Likes Received:
      1
      Trophy Points:
      3
      Code:
      V2.0.7
      
      + Changed (again) colors for log items
      + Re-added Quest auto accept
      + Re-added Auto skip cinematics
      + Fixed minor things here and there
      
      
       

      Attached Files:

    2. miracle091

      miracle091 New Member

      Joined:
      Jun 30, 2016
      Messages:
      7
      Likes Received:
      1
      Trophy Points:
      3
      If someone want to help me, i have created a discord channel, PM me for the link cause i can't post any links.

      Code:
      V2.0.8
      
      + Changed some UX of the settings form
      + Now all the items in the UI have a name related to "what do"
      + Replaced old icon with a new one
      - Removed the old icon
      - Removed a item related to debug navigation (log too)*
      
      *can be re-added in the future when have implemented a option for enable/disable debug
      
      
       

      Attached Files:

    3. miracle091

      miracle091 New Member

      Joined:
      Jun 30, 2016
      Messages:
      7
      Likes Received:
      1
      Trophy Points:
      3
      Cause i can't post the discord, check the readme inside the zip for the invite.

      Code:
      V2.0.9
      
      + Settings form not have anymore the focus (can be left open without problems)
      + Added initial logic for debug
      + Added Debug section and master checkbox on Settings form
      + Added "Debug" log item
      + Added more checks before use Flash Message
      + Renamed log item "Navigator" to "Nav"
      + Fixed a BIG problem with Auto Skip Cinematic, now should work
      
      
       

      Attached Files:

      Last edited: Aug 5, 2017
    4. Zentence

      Zentence New Member

      Joined:
      Mar 10, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      i know it changed recently that it sprint no matter if you tick it off or not, but its not possible to change that ? xD
       
    5. miracle091

      miracle091 New Member

      Joined:
      Jun 30, 2016
      Messages:
      7
      Likes Received:
      1
      Trophy Points:
      3
      In the discord channel is present a beta build, for that and others things.
      Not tell to post the discord, cause i can't atm. Is well written in the readme inside the zip above.
       
      Last edited: Aug 9, 2017
    6. criosray

      criosray New Member

      Joined:
      Feb 14, 2016
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
    7. miracle091

      miracle091 New Member

      Joined:
      Jun 30, 2016
      Messages:
      7
      Likes Received:
      1
      Trophy Points:
      3
      Are you not using the last version available, check my discord. Can be found on the RB discord, into #faqs sub-channel.
       
    8. Eskymo

      Eskymo New Member

      Joined:
      Oct 14, 2017
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      not showing up in botbases menu after installing via svn
       
    9. miracle091

      miracle091 New Member

      Joined:
      Jun 30, 2016
      Messages:
      7
      Likes Received:
      1
      Trophy Points:
      3
    10. Eskymo

      Eskymo New Member

      Joined:
      Oct 14, 2017
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
    11. unrich

      unrich New Member

      Joined:
      Oct 17, 2017
      Messages:
      1
      Likes Received:
      1
      Trophy Points:
      1
      good job
       
      akira isogai likes this.
    12. beaute

      beaute New Member

      Joined:
      Jun 27, 2017
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      I did a fresh install from this SVN. Mud Assist returns many errors on first load.

      Code:
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(28,18) : error CS0101: The namespace 'Mud' already contains a definition for 'MudAssist'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\MudSettings.cs(9,18) : error CS0101: The namespace 'Mud.Settings' already contains a definition for 'MudSettings'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\JobHelper.cs(7,15) : error CS0101: The namespace 'Mud.Helpers' already contains a definition for 'JobHelper'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\StringValue.cs(3,15) : error CS0101: The namespace 'Mud.Helpers' already contains a definition for 'StringValue'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(14,15) : error CS0101: The namespace 'Mud.Helpers' already contains a definition for 'Waypoint'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(62,15) : error CS0101: The namespace 'Mud.Helpers' already contains a definition for 'WaypointManager'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\tags\2.1.4\Properties\AssemblyInfo.cs(35,38) : error CS0229: Ambiguity between 'MudAssist.Version' and 'MudAssist.Version'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\tags\2.1.4\Properties\AssemblyInfo.cs(36,42) : error CS0229: Ambiguity between 'MudAssist.Version' and 'MudAssist.Version'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(35,38) : error CS0229: Ambiguity between 'MudAssist.Version' and 'MudAssist.Version'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(36,42) : error CS0229: Ambiguity between 'MudAssist.Version' and 'MudAssist.Version'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(8,12) : error CS0579: Duplicate 'AssemblyTitle' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(9,12) : error CS0579: Duplicate 'AssemblyDescription' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(10,12) : error CS0579: Duplicate 'AssemblyConfiguration' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(11,12) : error CS0579: Duplicate 'AssemblyCompany' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(12,12) : error CS0579: Duplicate 'AssemblyProduct' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(13,12) : error CS0579: Duplicate 'AssemblyCopyright' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(14,12) : error CS0579: Duplicate 'AssemblyTrademark' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(15,12) : error CS0579: Duplicate 'AssemblyCulture' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(20,12) : error CS0579: Duplicate 'ComVisible' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\AssemblyInfo.cs(23,12) : error CS0579: Duplicate 'Guid' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\Resources.Designer.cs(25,20) : error CS0101: The namespace 'Mud.Properties' already contains a definition for 'Resources'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\Resources.Designer.cs(22,6) : error CS0579: Duplicate 'global::System.CodeDom.Compiler.GeneratedCodeAttribute' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\Resources.Designer.cs(23,6) : error CS0579: Duplicate 'global::System.Diagnostics.DebuggerNonUserCodeAttribute' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\Resources.Designer.cs(24,6) : error CS0579: Duplicate 'global::System.Runtime.CompilerServices.CompilerGeneratedAttribute' attribute
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\StringValue.cs(7,10) : error CS0111: Type 'StringValue' already defines a member called '.ctor' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\StringValue.cs(12,10) : error CS0111: Type 'StringValue' already defines a member called '.ctor' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\JobHelper.cs(60,22) : error CS0111: Type 'JobHelper' already defines a member called 'IsDoH' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\JobHelper.cs(79,22) : error CS0111: Type 'JobHelper' already defines a member called 'IsDoL' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\JobHelper.cs(93,22) : error CS0111: Type 'JobHelper' already defines a member called 'IsHealer' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\JobHelper.cs(108,22) : error CS0111: Type 'JobHelper' already defines a member called 'IsMeleeDPS' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\JobHelper.cs(126,22) : error CS0111: Type 'JobHelper' already defines a member called 'IsRangedDPS' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\JobHelper.cs(145,22) : error CS0111: Type 'JobHelper' already defines a member called 'IsTank' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(21,10) : error CS0111: Type 'Waypoint' already defines a member called '.ctor' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(30,10) : error CS0111: Type 'Waypoint' already defines a member called '.ctor' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(37,16) : error CS0111: Type 'Waypoint' already defines a member called 'Distance' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(39,19) : error CS0111: Type 'Waypoint' already defines a member called 'Ground' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(47,15) : error CS0111: Type 'Waypoint' already defines a member called 'InLineOfSight' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(52,16) : error CS0111: Type 'Waypoint' already defines a member called 'InLineOfSight' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(48,15) : error CS0111: Type 'Waypoint' already defines a member called 'IsCloserThan' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(49,26) : error CS0111: Type 'Waypoint' already defines a member called 'ToString' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(50,23) : error CS0111: Type 'Waypoint' already defines a member called 'IsValid' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\MudSettings.cs(11,17) : error CS0111: Type 'MudSettings' already defines a member called '.ctor' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Properties\Resources.Designer.cs(32,18) : error CS0111: Type 'Resources' already defines a member called '.ctor' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(91,22) : error CS0111: Type 'WaypointManager' already defines a member called 'TrackMelee' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(110,22) : error CS0111: Type 'WaypointManager' already defines a member called 'TrackRanged' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(130,24) : error CS0111: Type 'WaypointManager' already defines a member called 'IsStuck' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(132,24) : error CS0111: Type 'WaypointManager' already defines a member called 'MoveToNextMelee' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(160,24) : error CS0111: Type 'WaypointManager' already defines a member called 'MoveToNextRanged' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(188,24) : error CS0111: Type 'WaypointManager' already defines a member called 'StopNavigating' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(195,29) : error CS0111: Type 'WaypointManager' already defines a member called 'GetMoveTargetMelee' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(228,29) : error CS0111: Type 'WaypointManager' already defines a member called 'GetMoveTargetRanged' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Helpers\WaypointManager.cs(261,23) : error CS0111: Type 'WaypointManager' already defines a member called 'OnTargetChanged' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(46,28) : error CS0111: Type 'MudAssist' already defines a member called 'UpdateNavigationProvider' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(72,21) : error CS0111: Type 'MudAssist' already defines a member called 'TreeTick' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(281,30) : error CS0111: Type 'MudAssist' already defines a member called 'Initialize' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(288,37) : error CS0111: Type 'MudAssist' already defines a member called 'OnButtonPress' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(295,30) : error CS0111: Type 'MudAssist' already defines a member called 'Start' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(304,30) : error CS0111: Type 'MudAssist' already defines a member called 'Stop' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(322,28) : error CS0111: Type 'MudAssist' already defines a member called 'ResetHotkeys' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(446,28) : error CS0111: Type 'MudAssist' already defines a member called 'UnregisterAllHotkeys' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(454,28) : error CS0111: Type 'MudAssist' already defines a member called 'UnregisterHotkey' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(471,28) : error CS0111: Type 'MudAssist' already defines a member called 'Assist' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(481,34) : error CS0111: Type 'MudAssist' already defines a member called 'GetClosestEnemyByName' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(489,33) : error CS0111: Type 'MudAssist' already defines a member called 'GetPartyTank' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(500,39) : error CS0111: Type 'MudAssist' already defines a member called 'GetVisiblePartyMembers' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\MudAssist.cs(518,28) : error CS0111: Type 'MudAssist' already defines a member called 'IsValidEnemy' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(16,37) : error CS0102: The type 'SettingsForm' already contains a definition for '_instance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(18,21) : error CS0102: The type 'SettingsForm' already contains a definition for 'seconds'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(19,23) : error CS0102: The type 'SettingsForm' already contains a definition for 't'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(21,16) : error CS0111: Type 'SettingsForm' already defines a member called '.ctor' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(27,22) : error CS0111: Type 'SettingsForm' already defines a member called 'MudSettingsForm_Load' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(57,28) : error CS0111: Type 'SettingsForm' already defines a member called 'SelectMovementMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(62,28) : error CS0111: Type 'SettingsForm' already defines a member called 'SelectTargetingMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(67,28) : error CS0111: Type 'SettingsForm' already defines a member called 'UpdateStatus' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(98,22) : error CS0111: Type 'SettingsForm' already defines a member called 'LoadCharInfo' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(353,22) : error CS0111: Type 'SettingsForm' already defines a member called 'ReloadSettings' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(410,22) : error CS0111: Type 'SettingsForm' already defines a member called 'UpdateCheckBoxes' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(455,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnTickTimer' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(475,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedAlwaysOnTop' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(477,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedAutoAcceptQuests' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(479,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedAutoCompleteQuests' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(481,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedAutoFace' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(483,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedAutoMoveTarget' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(485,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedAutoTalkToNPCs' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(487,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedCombatActionsBuff' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(489,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedCombatActionsCombat' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(491,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedCombatActionsHeal' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(493,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedCombatActionsPull' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(495,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedEnableHotkeyMovementMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(497,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedEnableHotkeyTargetMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(499,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedEnableHotkeyUnPause' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(501,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedEnableOverlay' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(503,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedEnableToogleMovement' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(505,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedExecuteWhileMoving' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(507,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedHideCharName' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(514,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedOutOfCombatBuff' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(516,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedOutOfCombatHeal' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(518,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedOutOfCombatPullBuff' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(520,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedOutOfCombatRest' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(522,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedPaused' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(524,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedSkipCutscenes' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(526,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedSprintInCombat' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(528,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedSprintInInstance' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(530,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnCheckedSprintOutOfCombat' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(536,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedCombatRoutine' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(545,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedHotkeyModifierMovement' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(547,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedHotkeyModifierMovementMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(549,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedHotkeyModifierPause' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(551,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedHotkeyModifierTargetMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(553,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedMovementMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(555,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedNavigationProvider' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(561,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedSecondsBetweenUpdate' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(563,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnSelectedTargetingMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(569,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnTextChangedtbxHotkeyMovementMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(571,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnTextChangedtbxHotkeyPause' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(573,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnTextChangedtbxHotkeyTargetMode' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.cs(575,22) : error CS0111: Type 'SettingsForm' already defines a member called 'OnTextChangedtbxHotkeyToogleMovement' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(11,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'components'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(17,27) : error CS0111: Type 'SettingsForm' already defines a member called 'Dispose' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(32,16) : error CS0111: Type 'SettingsForm' already defines a member called 'InitializeComponent' with the same parameter types
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(1993,23) : error CS0102: The type 'SettingsForm' already contains a definition for 'stpStatus'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(1994,32) : error CS0102: The type 'SettingsForm' already contains a definition for 'tspPauseStatus'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(1995,32) : error CS0102: The type 'SettingsForm' already contains a definition for 'tspMovementStatus'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(1996,32) : error CS0102: The type 'SettingsForm' already contains a definition for 'tspFollowModeStatus'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(1997,32) : error CS0102: The type 'SettingsForm' already contains a definition for 'tspTargetModeStatus'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(1998,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'tabControlMain'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(1999,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tabCharInfo'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2000,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxCharInfo'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2001,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel11'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2002,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbSecondsBetweenUpdate'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2003,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'label2'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2004,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxCharRole'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2005,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharPiety'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2006,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharTenacity'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2007,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxCharExtra'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2008,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharSpellSpeed'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2009,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharAttackMagicPotency'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2010,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharHealingMagicPotency'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2011,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxCharPhysical'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2012,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharSkillSpeed'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2013,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharAttackPower'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2014,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxElementalResistances'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2015,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'ptbCharLightningResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2016,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'ptbCharEarthResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2017,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'ptbCharWaterResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2018,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'ptbCharWindResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2019,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'ptbCharIceResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2020,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'ptbCharFireResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2021,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharWaterResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2022,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharLightningResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2023,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharEarthResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2024,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharWindResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2025,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharIceResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2026,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharFireResistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2027,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxCharDefensive'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2028,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharDefense'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2029,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharMagicDefense'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2030,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxCharOffensive'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2031,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharDirectHit'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2032,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharCriticalHit'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2033,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxCharHideName'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2034,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharGrandCompany'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2035,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'ptbCharGrandCompany'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2036,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharTP'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2037,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharMP_CP_GP'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2038,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharHP'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2039,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxCharAttributes'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2040,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharMind'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2041,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharIntelligence'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2042,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharVitality'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2043,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharDexterity'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2044,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharStrength'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2045,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharJobNameLevel'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2046,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharName'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2047,22) : error CS0102: The type 'SettingsForm' already contains a definition for 'ptbCharJobIcon'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2048,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblCharHP'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2049,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblCharMP_CP_GP'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2050,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblCharTP'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2051,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tabRoutine'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2052,26) : error CS0102: The type 'SettingsForm' already contains a definition for 'spcRoutineActions'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2053,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxOutOfCombat'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2054,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxOutOfCombatPullBuff'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2055,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxOutOfCombatRest'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2056,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxOutOfCombatHeal'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2057,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxOutOfCombatBuff'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2058,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxCombatActions'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2059,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxCombatActionsCombat'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2060,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxCombatActionsHeal'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2061,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxCombatActionsBuff'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2062,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxCombatActionsPull'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2063,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel9'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2064,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbCombatRoutines'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2065,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblCombatRoutineName'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2066,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tabMovement'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2067,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxAutoFace'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2068,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblDistanceYalms'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2069,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxMoveInRange'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2070,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel7'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2071,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbTargetingMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2072,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblTargetingDistanceYalms'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2073,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblTargetingDistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2074,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblTargetingMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2075,25) : error CS0102: The type 'SettingsForm' already contains a definition for 'numTargetingDistance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2076,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblMoveWithinFollow'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2077,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxAutoMoveTarget'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2078,25) : error CS0102: The type 'SettingsForm' already contains a definition for 'numMaxMoveDistanceTank'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2079,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel1'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2080,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbMovementMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2081,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblOfFollowTarget'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2082,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblMovementMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2083,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblWhen'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2084,25) : error CS0102: The type 'SettingsForm' already contains a definition for 'numMinMoveDistanceTank'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2085,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel8'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2086,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbNavigationProvider'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2087,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblNavigationProvider'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2088,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tabHotkeys'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2089,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxEnableHotkeyMovementMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2090,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxEnableHotkeyToogleMovement'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2091,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxEnableHotkeyTargetMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2092,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxEnableHotkeyUnPause'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2093,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel10'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2094,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbHotkeyModifierMovementMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2095,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblHotkeyMoveMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2096,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel5'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2097,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbHotkeyModifierPause'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2098,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel4'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2099,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbHotkeyModifierTargetMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2100,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'panel3'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2101,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cmbHotkeyModifierToogleMovement'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2102,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblHotkeyMovement'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2103,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblHotkeyTargetMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2104,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'lblHotkeyPause'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2105,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxHotkeyMovementMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2106,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxHotkeyToogleMovement'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2107,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxHotkeyTargetMode'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2108,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxHotkeyPause'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2109,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tabMisc'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2110,17) : error CS0102: The type 'SettingsForm' already contains a definition for 'label1'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2111,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxSprint'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2112,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxSprintInInstance'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2113,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxSprintInCombat'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2114,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxSprintOutOfCombat'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2115,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxGeneralSettings'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2116,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxPaused'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2117,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxExecuteWhileMoving'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2118,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxAlwaysOnTop'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2119,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxHotkeyMessages'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2120,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxEnableOverlay'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2121,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'gbxQuesting'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2122,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxAutoCompleteQuests'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2123,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxAutoSkipCutscenes'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2124,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxAutoTalkToNPCs'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2125,20) : error CS0102: The type 'SettingsForm' already contains a definition for 'cbxAutoAcceptQuests'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2126,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharMP_CP_GPPerc'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2127,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharTPPerc'
      [20:34:58.112 N] Compiler Error: C:\Users\sab\Desktop\RebornBuddy\BotBases\MudAssist\trunk\Settings\SettingsForm.Designer.cs(2128,19) : error CS0102: The type 'SettingsForm' already contains a definition for 'tbxCharHPPerc'
       
    13. Freiheit

      Freiheit Member

      Joined:
      Apr 23, 2015
      Messages:
      43
      Likes Received:
      26
      Trophy Points:
      18
      You have cloned various branches into your installation, hence the compiler errors. If you have to use Subversion, please make sure you only clone the /trunk folder by checking out https://github.com/miracle091/mudassist/trunk, not the entire repository with all branches.

      To get it to work quickly, download the zip archive from GitHub, delete your existing MudAssist folder, unpack the mudassist-master folder and move it to .\RebornBuddy\BotBases\MudAssist.

      After that, you will see the proper file/folder structure and can start working on getting Subversion to work for the repository.
       
      Last edited: Dec 1, 2017

    Share This Page