• Visit Rebornbuddy
  • custom behaviors compiler error rb64beta

    Discussion in 'Rebornbuddy Support' started by jetblast, Jul 13, 2017.

    1. jetblast

      jetblast Member

      Joined:
      Mar 8, 2016
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      6
      Hello, I've tried deleting everything in the compiledassemblies folder, and also made sure it updated and it's still giving all these errors. Quest behaviors dll in compiled assemblies is 0KB, all the rest have normal file sizes except for ExBuddy dll. Thanks in advance! I've been away several months and now I've come back with Stormwind. I'm not the rebornbuddy pro I used to be lol :)

      [17:22:18.034 N] Compiling custom behaviors...
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\UseSpellnoDismount.cs(73,29) : warning CS0108: 'UseSpellNoDismountTag.Behavior()' hides inherited member 'ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\BotSettings.cs(58,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\BuyItem.cs(239,25) : warning CS0162: Unreachable code detected
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\SelectStringOverride.cs(71,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\Scanner.cs(245,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\GatherTag.cs(421,21) : warning CS0164: This label has not been referenced
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\UseSpellnoDismount.cs(105,33) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\UseSpellnoDismount.cs(107,33) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\UseSpellnoDismount.cs(112,33) : error CS0103: The name 'Actionmanager' does not exist in the current context
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\GatherTag.cs(751,17) : warning CS0162: Unreachable code detected
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\UseTransport.cs(38,22) : warning CS0169: The field 'UseTransport._missionBoardAccepted' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\TurnInTag.cs(50,22) : warning CS0169: The field 'TurnInTag._missionBoardAccepted' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\EatFood.cs(211,22) : warning CS0169: The field 'EatFood.dialogwasopen' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\HandOverTag.cs(47,28) : warning CS0169: The field 'HandOverTag._cachedObject' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\PickupQuestTag.cs(38,22) : warning CS0169: The field 'PickupQuestTag._missionBoardAccepted' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\BuyItem.cs(67,28) : warning CS0169: The field 'BuyItem._cachedObject' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\BuyItem.cs(68,22) : warning CS0169: The field 'BuyItem._missionBoardAccepted' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\TalkTo.cs(40,22) : warning CS0169: The field 'TalkToTag._missionBoardAccepted' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\PickupQuestTag.cs(37,28) : warning CS0169: The field 'PickupQuestTag._cachedObject' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\EmoteNPC.cs(57,24) : warning CS0649: Field 'EmoteNPCTag.ObjectName' is never assigned to, and will always have its default value null
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\Crafting\CraftAction.cs(134,22) : warning CS0169: The field 'CraftAction.dialogwasopen' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\TalkTo.cs(39,28) : warning CS0169: The field 'TalkToTag._cachedObject' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\HandOverTag.cs(48,22) : warning CS0169: The field 'HandOverTag._missionBoardAccepted' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\UseObject.cs(49,24) : warning CS0649: Field 'UseObjectTag.ObjectName' is never assigned to, and will always have its default value null
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\UseTransport.cs(37,28) : warning CS0169: The field 'UseTransport._cachedObject' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\TurnInTag.cs(49,28) : warning CS0169: The field 'TurnInTag._cachedObject' is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\HuntBehavior.cs(389,32) : warning CS0414: The field 'HuntBehavior.UseObjectFlag' is assigned but its value is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\GatherTag.cs(181,22) : warning CS0414: The field 'GatherTag._isdone' is assigned but its value is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\TurnInTag.cs(69,22) : warning CS0414: The field 'TurnInTag.DoneTalking' is assigned but its value is never used
      [17:22:20.373 N] Compiler Error: C:\RebornBuddy\Quest Behaviors\GetTo.cs(60,22) : warning CS0414: The field 'GetTo._isdone' is assigned but its value is never used
       
    2. jetblast

      jetblast Member

      Joined:
      Mar 8, 2016
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      6
      also here's my folder structure if it helps at all...

      upload_2017-7-13_13-32-4.png
       
    3. jetblast

      jetblast Member

      Joined:
      Mar 8, 2016
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      6
      oh, and last but not least I am not seeing the flying plugin :(
      upload_2017-7-13_13-34-45.png
       
    4. jetblast

      jetblast Member

      Joined:
      Mar 8, 2016
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      6
      this was resolved by copying the latest files to the quest behaviors folder. upload_2017-7-14_11-6-11.png
       

    Share This Page