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

PewPewPew (Moonkin -Lazyraider- Routine)

Status
Not open for further replies.
Not sure if anyone else get this probleme when i use this profile on garrosh as soon we change realm or he change from the profile will stop atacking him or doting him ect my toon just stand there and do nothing for the rest of the fitgh not sure why Other than that this profile is sick i try star, super bad ect and not one was even close to this one tbh nice work hope some one can tell me what im doing wrong.
thk
sry for my bad english

i see similar problem in norushen phase... not cast anything.
the ing glove is supported or not... :confused:
 
Hello Handnavi,

i'm facing an issue and dunno if i'm doing something wrong or if it's simply not implemented.

When using Heart of the Wild there is no way to stay in bear or in cat and benefit from the awesome logical that you have into superbad, it is automaticlay shifted back to moonkin so at the moment i can only use HotW to heal.

is there something i'm doing wrong or this is simply not implemented ?

Thanks !

and by the way thank you for your awesome work on your routines, for a hobby you are really doing a great job!
 
Sorry but, but how do i install this? I tried putting the folder under "Routines" but doesnt seems to work. Im new to honorbuddy :P
 
Sorry but, but how do i install this? I tried putting the folder under "Routines" but doesnt seems to work. Im new to honorbuddy :P

Does your folder structure looks like this "routines/pewpewpew/" and then the files or is there another folder before "pewpewpew"?

You have to put the "pewpewpew" folder within routines, not the "pewpewpew v1.4" folder.
 
Does your folder structure looks like this "routines/pewpewpew/" and then the files or is there another folder before "pewpewpew"?

You have to put the "pewpewpew" folder within routines, not the "pewpewpew v1.4" folder.

Yes sir, but within the "pewpewpew" folder is only 6 "notepads" documents, is that normal?
 
Is this correct?

C:\Users\USER\Desktop\Honorbuddy2\Routines\PewPewPew

And inside there is 6 files / documents.
 
THanks for the answer handnavi.

When i use "SVN Checkout" on the folder, it just throws some folder named "Shared" in it? Am i suppose to use svn checkout or ??
 
Is there any way you could add hotkeys for single target/multi dotting?
 
How is this turning out compared to PureRotation etc +
You can see my test results in the attatchment/image.
I did not get to test Mirabis's Stars yet, due to some problem with the Auth server atm.

While I tested it on training dummies, I positioned my self so that starfall or the legendary cloak proc would not hit other targets.

attachment.php

View attachment 131789

As you probably can see, did Pewpewpew score best on some actual bosses, while Purerotation scored best on the Raiders Training dummy(singletarget).

Btw, my character in the balance gear(OsOsOs gear xD) has an itemLevel of 559. And has the two-set Bonus for the SoO Balance set.
 
Last edited:
580+ boomkin with full SOO heroic exp
PewPew the only playable CR in heroic raiding. But its missed few options like Hotkey for Singl/Multi target and some defensive cds.
 
Is there any way you could add hotkeys for single target/multi dotting?
This would indeed be nice if its dependant on what choice you have in the multidot menu.
Also some kind of hotkey for CD's would be nice. Kind of like being able to use alt ctrl shift + any a-z or 0-9 key

All in all impressed after trying this again, I did 460k on protectors flex tonight on my 579 boomie, woulda been higher if the fight was faster but the 2nd dps was 150k. ^^
 
Last edited:
HOLY FUCK DUDE SERIOUSLY?? I just tried this with my 90 NE druid that is in timeless gear, shitty leveling trinks and she did 50k on boss no gems, forge nadda.
 
This week our raid is progressing in Thok Heroic, your CR stop casting when Thok is casting Deafening Screech but your CR stop casting even when you've Devotion Aura.

In our raid there are 3 paladin so we've 18 sec with Devotion Aura but the CR still stop casting.

I was looking in your source code and I found the code where you stop casting, so I fixed it with awesome dps increase.

Maybe you want see the code and add it to your CR for fix it.

Code:
   if (
                NearbyUnfriendlyUnits.Where(
                    u =>
                        u.IsCasting && (!StyxWoW.Me.HasAura(31821)) &&
                        (u.CastingSpellId == 143343 || u.CastingSpellId == 139869 || u.CastingSpellId == 139867 ||
                         u.CastingSpellId == 138763)).ToList().FirstOrDefault() != null)
            {
                {
                    Logging.Write("Stop casting spells!");
                    SpellManager.StopCasting();
                    return;
                }
            }

Finally sorry for my english and for touch your code.
 
This week our raid is progressing in Thok Heroic, your CR stop casting when Thok is casting Deafening Screech but your CR stop casting even when you've Devotion Aura.

In our raid there are 3 paladin so we've 18 sec with Devotion Aura but the CR still stop casting.

I was looking in your source code and I found the code where you stop casting, so I fixed it with awesome dps increase.

Maybe you want see the code and add it to your CR for fix it.

Code:
   if (
                NearbyUnfriendlyUnits.Where(
                    u =>
                        u.IsCasting && (!StyxWoW.Me.HasAura(31821)) &&
                        (u.CastingSpellId == 143343 || u.CastingSpellId == 139869 || u.CastingSpellId == 139867 ||
                         u.CastingSpellId == 138763)).ToList().FirstOrDefault() != null)
            {
                {
                    Logging.Write("Stop casting spells!");
                    SpellManager.StopCasting();
                    return;
                }
            }

Finally sorry for my english and for touch your code.

Can u plz say which file to edit or give us edited version of it?
 
Thank you Orantine, now we just need some hotkeys for the AoE-modes and CDs ^^
 
Thank you Orantine, now we just need some hotkeys for the AoE-modes and CDs ^^

I can try it but you know it's not my project. I mean, handnavi is an awesome developer and I don't know if He wants that other person touch his code. I'll try talk to him.
 
Last edited:
Status
Not open for further replies.
Back
Top