I'm not sure if you guys know, but, Spell ID's rarely change on the beta unless:
- It's a completely revamped ability, and even then it's rare. (Look at Vampiric Touch and Shadow Word: Death / Pain for Priests for example.)
- It's a new ability
Anyhow, the little time I got to test the beta on Thursday before my internet went down, I noticed that some spells, like Mind Flay and Mind Blast refuse to cast under any circumstances. While every other ability in my beta profile works, I had to go through great lengths just to get them to fire:
Toss in anything besides a target check and you'd end up with a broken ability.Code:CastSpellByName(tostring(GetSpellInfo(8092)),"target")
Dunno if you guys have noticed anything like this?
Last edited by Kinky; 04-07-2012 at 07:33 AM.
its only me or is interrupt not working atm (at pally, dudu, mage)
New beta offsets are up.
Anyone working or have a profile that will loot noblegarden eggs?
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017
Look at my profiles. Leetjerk and diesel have this working and i use there code in my rotations. Should be enough there to start off.
Btw weisch if you want your abilities/rotations posted here best thing todo is create an sun or i guess keep using the same website you are using to host your hb cc's
Sent from my SAMSUNG-SGH-I717 using Tapatalk
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
@cokx: It's actually very simple. Take a look at how me and Bubba call the data file:
Code:-- Rotation not started yet, initialize! if PQR_RotationStarted then -- Let's only load this once... PQR_RotationStarted = false -- Loading of Data Files if PQR_LoadLua ~= nil then -- Load the actual data file. This will return the PQR_WriteToChat() error message if it FAILS to load, otherwise returns true and loads the file. PQR_StopRotation() should be self-explanatory. if PQR_LoadLua("PQR_Nova_Beta_Data.lua") == false then PQR_WriteToChat("|cffFFCCFFYou're missing PQR_Nova_Beta_Data.lua - Make sure it's in your Data folder! The Rotation has been halted.|cffffffff", "Error") PQR_StopRotation() -- Return true at the end to avoid looping. return true end end end
Yeah I had looked at them but we use identical methods so it cant be that.
Anyway this here is just some trial and error thing for me. HB is still first thing to develope.
BTW I'll send you soon a link to my private SVN where you can find a really awesome DK Singularbut thats not the right thread to talk about it.
greetz
Weischbier
Alright I released a Beta Windwalker profile XD
Mistweaver was starting to annoy me so took a break to do this and i think it turned out pretty well
haven't coded in an AoE switch yet, but there will be one
Hi Bubba
have probs atm with the nova holy paly prof. i downloaded it 5 mins aggo and it is crashing pqr
(downloaded from the link in your sig)
mfg schadis
Yep, I've ran into the exact same thing on a few of the new Druid abilities for beta. Just to get it to cast one of the talents for example, I couldn't even get CastSpellByName() working. I had to flat-out revert to RunMacroText("/cast Incarnation") lol
And with that in mind, the way their buff/debuff system works in MoP, you can't check by the BuffID that shows up on your bar for Incarnation. Here's the funny part. With that buff, theirs an invisible buff, with the same name, but instead of it being the same spellID as the spell itself like normal, this one is 117679. And you also have to use this spellID when checking to see if the buff is still up or nil.
Kinda stupid. I expect these things to change before MoP goes live or were going to have a problem on our hands lol.
Uhhhhhh, no? I use [Blinded]'s enhance profile as well as NotValid's enhance profile. Both work great with minor changes on my end because of the way I play.
Just because the profile was made for a earlier version of PQR, doesn't mean it will not work for a newer version. The only way it wouldn't work is if a earlier version of PQR had a call in it for a Data file, and neither [Blinded] nor NotValid have released a enhance profile with a data file.
So in conclusion, your post is mute.
P.S. I'll let you search for them and find them since you say their isn't any. dot.dot.dot :confused:
Last edited by firepong; 04-07-2012 at 10:16 AM.