
FrostLesnar
Member-
Content count
37 -
Joined
-
Last visited
-
This looks very similar to the PQR Druid English Profile I had made before I started to use CastSpellByName for leveling spells. That being said, I do have English profiles for Feral Bear and Cat. I'll test them out and upload when I have the time.
-
Never mind, got it to work. Added two PQR abilities to get it to work. If anyone wants it, I can post here.
-
Last night, I was working on a modified LUA of an interrupt (Such as Maim) to only interrupt certain spells. Here's the LUA. local Spell,_,_,_,_,_,_,_,_,_ = UnitCastingInfo("target") if Spell == ("Lesser Healing Wave") or Spell == ("Holy Light") or Spell == ("Flash of Light") or Spell == ("Nourish") or Spell == ("Healing Touch") or Spell == ("Regrowth") or Spell == ("Flash Heal") or Spell == ("Greater Heal") or Spell == ("Healing Wave") or Spell == ("Chain Heal") or Spell == ("Penance") or Spell == ("Chaos Bolt") or Spell == ("Improved Fear") or Spell == ("Vampiric Touch") or Spell == ("Lava Burst") and GetComboPoints("player", "target") < 1 then StopSpellCasting() CastSpellByName("Maim") return true end It doesn't seem to be working. Any way to correct this?
-
Never really thought of this before. Might be much easier. Thanks, man.
-
Unfortunately, the Claw spell still won't execute at all. There's no reason why it shouldn't and I really wish I could find an answer for this. This especially doesn't make any sense at all considering I can get the Bear Form spells to work no matter what rank they are. UPDATE: On the other hand, Rip actually works at low levels, and other spells might as well. Maybe there's a problem with Claw, I dunno... UPDATE2: So I used a different code with Claw this time, and here it is. Now I need to figure out how to implement the NotBehindTarget script and have it work. "CastSpellByName("Claw")" UPDATE3: Added some more coding to it. Still cannot get it to work with the PQRNotBehindTarget() coding, however. "if GetComboPoints("player")<5 and UnitPower("player")>=45 then CastSpellByName("Claw") end" UPDATE4: How did I not see this!? In order for this code to work at all, Shred has to be in the same rotation WITH Claw. However, it won't work if Shred is not yet learned. "if GetComboPoints("player")<5 and UnitPower("player")>=45 and PQR_NotBehindTarget() then CastSpellByName("Claw") end" /missionaccomplished
-
I had no idea you could set the Spell ID to 0 and it would work. I will try this later today and get back to you
-
Last night, I had added spells to the Druid PQR Profile to match lower levels. For reasons I cannot figure out, they will not work. If someone can give me some help, that would be appreciated. I will link the profiles with the lower ranked spells included. Also included is a basic Feral Tank Rotation that works at max level. http://www.filedropper.com/druidprofile
-
Hey, seeing as though you haven't received a response in over a month, I'll give some help. I found Spell IDs for different ranks by Googling "SpellID Addon 3.3.5" and using said addon. It really helps a lot.
-
It's been almost three months. Pretty sure he's not going to update the link.
-
I have. I had made my own Druid Profiles for leveling and it worked like a charm. Though as far as crashing your game, this has never happened to me. Not sure why It's happening to you.
-
It's been almost a month. Where's the solution?
-
Well, I did do a PC reset back to factory settings, so VMware performance may be more than up to snuff. Only other thing I haven't tried is using a Windows 7 disc. Will get back to you on this. UPDATE: I am now capable of using Hyper-V on Windows 8. Not sure if it's any better than VMware, but it's worth a shot. UPDATE2: Tried Hyper-V and it wasn't any better. However, I was successfully able to dual boot Windows 7 and 8. So hopefully running Honorbuddy 4.3.4 will no longer be an issue for me.
- 609 replies
-
- honorbuddy
- honorbuddy cataclysm
- (and 4 more)
-
I cannot for the life of me understand why Honorbuddy 4.3.4 doesn't work on Windows 8 and above. Seriously, why this is an issue? Also, I've tried running in VMware, but the performance is really bad, 1FPS bad. I've even tried seeing if I could use the Windows 8 Virtual Machine option (Hyper-V), but that's not available at all because I don't have Windows 8 Pro. I've tried that HBRelog fix, but that hasn't helped at all. I've even tried a dual boot of Windows 7 and 8 hoping to be able to use the Windows 7 partition in hopes of avoiding performance issues, but to no avail could I find the best way to go. If anyone feels like weighing in on this and adding any suggestions, I will respond.
- 609 replies
-
- honorbuddy
- honorbuddy cataclysm
- (and 4 more)
-
Sorry, just now saw this. I'll consider it.
-
I redownloaded the current version a few days ago. Sorry this took so long to respond. Strangely enough, the problem is now gone.