Hey guys,
on more noob question by me! Is it valid to use a character name string as target?
For example: CastSpellByName(GetSpellInfo(11129), "Mrheroe") ?
I use a specific healer name in my rotations but i have some errors.... Am i supposed to use only common vars like ("player","focus", "group"..i e.g ) ?
Thank you all!
Last edited by MrHeroe; 10-08-2013 at 12:14 AM.
Just use SlashCommand and switch your abilities with macro command by any key you want.
you may use:
name, realm = UnitName("target/focus/mouseover")
AnyVariable = name.."-"..realm
or
AnyVariable = UnitName("target/focus/mouseover")
or
AnyVariable = "Mrheroe-RealmName"
or
AnyVariable = "Mrheroe"
or
AnyVariable = {"Mrheroe1","Mrheroe2",...}
and then
CastSpellByName(GetSpellInfo(11129), AnyVariable)
or
CastSpellByName(GetSpellInfo(11129), "Mrheroe-RealmName")
or
CastSpellByName(GetSpellInfo(11129), "Mrheroe")
or just
RunMacroText("/cast [target=Mrheroe] SpellName")
everything works
Last edited by WWF; 10-08-2013 at 01:49 AM.
Why my PQR stop working today?
Anyone ever notice items going on cooldown (item not avail.) but not actually have a cooldown timer on it? I've seen it for synapse springs and mana gem and have it break my profile. I'm not sure if this was a wow client glitch or something wrong in my profile or pqr.
no need slash command. i wanted to use mousewheel to change states in pqr rotation same as shifts etc. have a profile that start with single target on lshift increase profile to 2 - 3 targets and again lshift inrease it to 4+ targets rshift reverse it. i just want it to perform it with mouse wheel not keyboard
Sent from my GT-I9505 using Tapatalk 2
Nice bot worked wonders for me.
Last edited by oppiz2; 10-08-2013 at 02:01 PM.
Getting a hilarious amount of errors when I attempted loading. Any suggestions? There's probably some really simple reason for this, my brain's just too dulled by several sleepless nights.
Damn you Bioshock Infinite!
Message: [string "if PQR_Addon_Loaded == nil then..."]:742: attempt to call field '?' (a nil value)
Time: 10/08/13 16:40:09
Count: 621
Stack: [string "if PQR_Addon_Loaded == nil then..."]:742: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: rotationNumber = 0
nextAbility = -1
playerChanneling = false
(for index) = 24
(for limit) = 1023
(for step) = 1
i = 24
spellID = 120697
skipUnknown = true
isSpellKnown = true
(*temporary) = nil
(*temporary) = "attempt to call field '?' (a nil value)"
Sorry mate. My stupid ass posted in the wrong topic. Ignore it