Originally Posted by
Andorenan
Good work! I'm using it on my Blood DK and it's running very smooth!
What I would like to see though is a spell queueing system (
such as Rubim's profile has with /rcast ([PQR] Rubim Profiles)), while middle mouse button is an okay option, it's just not very usefull.
I'm a programmer myself so if you need any help with this profile, do not hesitate to contact me!

happy u like it ;-)
this queueing system is a very nice idea! need to look into this
with a quick look in rubim´s profile i only found this:
Code:
------------------
-- CONSOLE CAST --
------------------
SLASH_rcast1 = "/rcast"
function SlashCmdList.rcast(rcast, editbox)
if rcast ~= "All" then
rcast = tonumber(rcast)
if CheckSpell == 0
or rcast ~= LastCheckSpell
then
CheckSpell = rcast
LastCheckSpell = rcast
else
CheckSpell = 0 end
elseif rcast == "All" then
CheckSpell = 0
LastCheckSpell = 0
else argument = " |CFFFF0303(No arguments)|R"
end
if CheckSpell ~= 0 then
print("|cff00ffffQueue: |r" .. GetSpellInfo(CheckSpell).. "(" .. CheckSpell .. ")")
PQR_SendText("Queue",CheckSpell)
elseif LastCheckSpell ~= 0 then
print("|cff00ffffRemoved: |r" .. GetSpellInfo(LastCheckSpell).. "(" .. LastCheckSpell .. ")")
PQR_SendText("Standby") end
end
dont know if this would be all i need, think i have to pm rubim if he can help me out, and if i am allowed to copy his code 
Originally Posted by
Ponchy1
Thank you for this profile!! I have been looking for a blood dk profile. I used it last night and hit 1850 without a problem. Keep up the good work.
really nice to hear someone has success with it! thanks for your post!