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

YourRaidingBuddy

Status
Not open for further replies.
I know but I see talks of you updating the druid rotation and what not somewhere in the 37 pages of comments. Is that the only unmentioned class? Are there more?

That's the only unmentioned class because it's far from finished.
 
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.
 
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.
 
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.

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)
 
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.
 
AoE is coming soon(tm), I don't have PvP support currently on my routine. It's mainly for raiding sorry :(


Sorry no, that won't be happening. If you want to use defensive cooldowns you enable them, if for some special reason I would recommend placing them at your hotkey bar and enable manual pause if it's an emergency. Please remember also to set your Talk-Key if you're using Ventrilo,Mumble or Teamspeak hotkey to speak.



This PvE routine only interrupts in raids. It does not currently support World mobs.



Fixed in latest update, added a distance check on the focustarget.




Rogue Changes ::


  • Added hotkey to Rupture, no longer automated. Bind a key to use this (Kinda like SpecialKey, it works on auto, semi and hotkey mode)
  • Fixed up various of other things


Monk Changes ::


  • Added auto-cancel for Storm,Earth and Fire (Found a hidden aura on Me.CurrentTarget, if the minion is attacking our target) default setting is false, if you need it enable it!
  • Added Personal Raid Warning for Storm,Earth and Fire hotkey, hold it down and you'll see it being enabled. (Remember to enable WoWChat Output Text)

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?
 
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.

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.

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?

It's going to be configurable in the next update.
 
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.
 
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.

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)
 
[*]Renamed pause text output to "TakingADump" (Security reasons, if blizzard checks your text (lua) output. They would think it's your macro)


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

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

is my opinion ;)
Well people got banned from pqr due to warden finding how pqr was injecting. Not due to chat window stuff :P
 
: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 :)
 
: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 :)
System messages are not saved to the chat log.
 
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)

I don't see the option to enable or disable rupture hotkey.
 
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.
 
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
 
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
 
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!
 
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
 
Status
Not open for further replies.
Back
Top