@DSentinus: That'd probably be my next project after making sure that Masterforst works.Quite interested in seeing how a Unholy PvE profile would work out.
@DSentinus: That'd probably be my next project after making sure that Masterforst works.Quite interested in seeing how a Unholy PvE profile would work out.
@ kickmydog
Sorry mate but ur Hunter PQR does not work on my server
if any one could comment why
Russian loc
thx in advanced
Last edited by Devolenok; 02-09-2012 at 08:38 AM.
Coz he is using english names for some skills.Two ways to fix that.
First open abilities.xml and manually change all "English_skill_name" to "Russian_skill_name".
Second profile writer need to do smth like this for every time he is using name of spell instead of ID: name = GetSpellInfo(id)
MEDVED+VODKA+BALALAYKA
can u recommend the spell id site to use?
thx
See this link? Deterrence - Spell - World of Warcraft last numbers is ID of the spell.
MEDVED+VODKA+BALALAYKA
Find the right spell and switch to the Russian language, the numbers after the = is SpellID
Wowhead:
Last edited by vitriol; 02-09-2012 at 09:17 AM.
Hey guys is there anyone that can help me with this, i have been trying to config an ability for the xelper warlock rotation to cast soulburn soulfire to trigger the warlock 4-set but im not really good with writing this stuff. Is there anyone that could lend a helping hand? Thanks
You're lucky, for me the whole rotation was broken until I replaced that spell.
@Valma : The whole rotation wouldn't work at all, I mean, my paladin won't cast at all any spells.
@Bubba : I tried to put the following spells in the rotation pve holy paladin : "Hand of sacrifice" and "Lay of Hand" and the rotation just broke like it did with the spell Beacon - Valma. I removed them and the rotation worked again.
Sorry for my bad english.
Last edited by couky; 02-09-2012 at 10:48 AM.
today i face this error while using the kitty PVE (xelper)
Date: 2012-02-09 21:14:50
ID: 1
Error occured in: Global
Count: 1
Message: [string " function pqrFunc0() if XelperDruidGeneral ..."] line 230:
attempt to compare nil with number
Debug:
[C]: ?
[string " function pqrFunc0() if XelperDruidGeneral ..."]:230: ?()
[string "..."]:266: PQR_NextAbility()
[string "..."]:161: PQR_CastNext()
[string "..."]:150: PQR_ExecuteBot()
[string "..."]:40:
[string "..."]:23
AddOns:
xelper m8 plz cheak this out if this is important thank you alll
Is there a way to reapply BoD when there is <15 seconds left on it? current code is :
--cast Bane of Doom if boss level and Bane not up already.
local baneDoomDebuff = UnitDebuffID("target", 603, "PLAYER")
local levelCheck = UnitLevel("target")
if levelCheck ~= -1 then
--boss level returns as -1
return false
end
if baneDoomDebuff == nil then
return true
end
well there is a reason they aren't in, I stopped working with them lol. I'll double check beacon again though
found absolutely nothing wrong with my beacon code when i loaded up my profile. its also the exact same profile on my SVN right now, haven't changed anything on it in 2 days now :-/