• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • YourRaidingBuddy

    Discussion in 'Archives' started by solo1420, Dec 31, 2013.

    Thread Status:
    Not open for further replies.
    1. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      That's the only unmentioned class because it's far from finished.
       
    2. Gintasama

      Gintasama Member

      Joined:
      Oct 16, 2013
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      Ah alright. Thanks! I thought I was missing out on something HAHA.
       
    3. Obliv

      Obliv New Member

      Joined:
      Oct 18, 2011
      Messages:
      636
      Likes Received:
      6
      Trophy Points:
      0
      Here's what I've found on ele shaman:

      Nothing. I'm terrible at this.

      Currently we're using NearbyAttackableUnitsCountCL, which is finding the units near us. We need to find the units near our target (8y at min.) to determine if we should use Chain Lightning. So, I switched it to NearbyTargetAttackableUnitsCount instead in the Ele.cs file, and in the Units.cs I moved the distance up to about 12. It did nothing. It doesn't switch to AoE at all. I tried it in Singular and PR, and it works there.

      Good luck, that's all I've got. Something is broken when trying to find out how many attackable units are in the target's 8yd radius.
       
    4. offensive

      offensive Member

      Joined:
      Aug 8, 2012
      Messages:
      179
      Likes Received:
      2
      Trophy Points:
      18
      Will it be possible to cleave with SV hunter and NOT use binding shot? When I activate the Special Key, the rotation pauses until I place binding, which I don't want on fights like garrosh and looks weird when im randomly binding.
       
    5. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      In the update coming tomorrow you can bind a new specialkey for cleave on hotkey. I'm sorry it tok so long, but I've been busy with IRL issues (nevrologist etc)
       
    6. starlite68

      starlite68 Member

      Joined:
      Oct 30, 2013
      Messages:
      307
      Likes Received:
      5
      Trophy Points:
      18
      is anyone successfully using mousebuttons for hotkeys? for example rogue has options for button 4 and 5. I have a mouse with 4 & 5, and these buttons are recognized as such in various programs (including inside WoW in keybinds settings), but nothing happens when i set it for this CR. for example, if I set "select cooldown key" to Alt-Q it works, if I set it to mouse button 4 nothing happens.

      Also, for me the "personal raid warning" gives the OPPOSITE of what it says in chat (and in reality) for the PAUSE hotkey. so when I pause chat will say "combat paused" in red inside chat, but raid warning "combat enabled" in green. and vice versa. this is just for pause, the cooldowns and AOE work fine. the "special" keybind just gives a "disabled" raid warning all the time, no matter how it's toggled.
       
    7. Gintasama

      Gintasama Member

      Joined:
      Oct 16, 2013
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I've tried to manually and automatically (through the option in the bot config) update but have found no change. Also why is Rupture no longer automated?
       
    8. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      You need to enable the modifier as well, so it's ALT + Mouse4 etc etc

      Colors are going to be updated in the next update.

      It's going to be configurable in the next update.
       
    9. Gintasama

      Gintasama Member

      Joined:
      Oct 16, 2013
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      Sorry but has the Vanish fix for Rogues happened? I'm not entirely sure if I'm having problems updating or if the update never happened.
       
    10. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      It's on the to-do list.


      Rogue Updates ::


      • Added new option to enable or disable rupture hotkey in Combat Spec (Note the hotkey is enabled per default, set it to false if you want rupture to be automated)


      Hunter Updates ::


      • Added the new special key to SV cleave in hotkey mode.


      General Updates ::


      • Minor tweaking
      • Fixed up HotkeyManager to support the new hotkey fully.
      • Named the new Specialkey to "MyPony"
      • Renamed pause text output to "TakingADump" (Security reasons, if blizzard checks your text (lua) output. They would think it's your macro)
       
    11. Myminime

      Myminime New Member

      Joined:
      Oct 8, 2012
      Messages:
      268
      Likes Received:
      0
      Trophy Points:
      0

      mmm for me this sound PQI (PQR addon) and is not secure all chat output...

      is my opinion ;)
       
    12. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      Well people got banned from pqr due to warden finding how pqr was injecting. Not due to chat window stuff :p
       
    13. Myminime

      Myminime New Member

      Joined:
      Oct 8, 2012
      Messages:
      268
      Likes Received:
      0
      Trophy Points:
      0
      :V i have read that got banned because 1 reason is chat output and bliz make eye on chat log file... bah...

      I disable the chat output on my cr :)
       
    14. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      System messages are not saved to the chat log.
       
    15. Gintasama

      Gintasama Member

      Joined:
      Oct 16, 2013
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I don't see the option to enable or disable rupture hotkey.
       
    16. Obliv

      Obliv New Member

      Joined:
      Oct 18, 2011
      Messages:
      636
      Likes Received:
      6
      Trophy Points:
      0
      Okay, got Ele Shaman to work with AoE.

      Currently we're using NearbyAttackableUnitsCL to check for enemies around us. We want enemies around our target, so I modified the Unit.cs file to have check for the target's location for NearbyAttackableUnitsCL; however, that did not work. Units.cs Pastebin just for reference - do not use as it didn't fix the problem: [C#] /// <summary> /// Retrieves the count (Integer & Float) of near - Pastebin.com

      But, I found that if I use the exact same code IN the CC itself it worked fine. I then went through and removed NearbyAttackableUnitsCL and instead am using Unit.NearbyAttackableUnits(StyxWoW.Me.CurrentTarget.Location, 8).Count(). Works perfect now.

      Pastebin: [C#] using CommonBehaviors.Actions; using YourBuddy.Core; using System.Linq; using - Pastebin.com

      Not sure what was causing NearbyAttackableUnitsCL not to work in the Units.cs file, hopefully you can figure that one out. Either way, if you use the Unit.NearbyAttackableUnits(StyxWoW.Me.CurrentTarget.Location, 8).Count() method AoE works as intended.
       
    17. geodk

      geodk New Member

      Joined:
      Oct 8, 2013
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      Hello what folder shall i put them in...routines or ? when i put files in rutiens hb can?t find
      YourRaidingBuddy
      an hb writes loots of erros
       
    18. markymark303

      markymark303 New Member

      Joined:
      Feb 26, 2013
      Messages:
      39
      Likes Received:
      1
      Trophy Points:
      0
      HB Not recognising profile. Getting this error:

      Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\GuiExtentions.cs(19,25) : error CS1501: No overload for method 'GetValue' takes 1 arguments
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(210,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'CategorySplitterColor' and no extension method 'CategorySplitterColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(211,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'CommandsBorderColor' and no extension method 'CommandsBorderColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(214,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'DisabledItemForeColor' and no extension method 'DisabledItemForeColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(217,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'HelpBorderColor' and no extension method 'HelpBorderColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(223,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'SelectedItemWithFocusBackColor' and no extension method 'SelectedItemWithFocusBackColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(224,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'SelectedItemWithFocusForeColor' and no extension method 'SelectedItemWithFocusForeColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(229,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'ViewBorderColor' and no extension method 'ViewBorderColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(301,27) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'CategorySplitterColor' and no extension method 'CategorySplitterColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(302,27) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'CommandsBorderColor' and no extension method 'CommandsBorderColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(306,27) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'DisabledItemForeColor' and no extension method 'DisabledItemForeColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(309,27) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'HelpBorderColor' and no extension method 'HelpBorderColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(315,27) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'SelectedItemWithFocusBackColor' and no extension method 'SelectedItemWithFocusBackColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(316,27) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'SelectedItemWithFocusForeColor' and no extension method 'SelectedItemWithFocusForeColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
      [06:21:19.536 N] Compiler Error: c:\Users\User\Desktop\Hunter\Routines\YourRaidingBuddy\Interfaces\GUI\Interface.Designer.cs(321,27) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'ViewBorderColor' and no extension method 'ViewBorderColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)


      EDIT: Fixed it, just needed to install .net framework 4.5 again
       
    19. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Due to complications in my life, I will no longer update and support YourRaidingBuddy until WoD gets released. I'm sorry for those raiders who will be effected, but I feel like this is the right choice for me at this movement.

      I've been diagnosed with PVFS (Post-Viral fatigue syndrome) as such, I've decided to take a break until WoD gets released (since most things are working just fine).

      I regret doing this, but it's one of the path-ways I need to take in my life. I hope I will see you all raiders on skype / on this forum when WoD gets released, until then ciao!

      I request that a mod closes this topic but still let it be available to the raiders of the HB community, so they can still get it if they want to :)


      Cya guys in WoD!
       
    20. wowRaider

      wowRaider New Member

      Joined:
      Sep 21, 2010
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      0
      take your time, bro
      you are number one cr developer for me.
      take care of ur health, if u'll need smthng - Iam on ur skype
       
    Thread Status:
    Not open for further replies.

    Share This Page