Help with spellcast & german spells
Posted: Tue Aug 31, 2004 6:24 am
Hello,
ich have a Problem. I am playing on Kael (german server). And my skripts dont cast spells .. (i am using the spellcast.inc from this forum)
here the way i do it:
or
i think there is a problem with the german spell names .. and if i try this way without the spellcast.inc he tells me that i dont have such a spell in my book
can anyone help?
i only need a simple macro to assist my tank with pet and some dots .. but i dont want to use keypress, because its very "shity" hehe
ich have a Problem. I am playing on Kael (german server). And my skripts dont cast spells .. (i am using the spellcast.inc from this forum)
here the way i do it:
Code: Select all
Sub SumPet
/echo Summoning a pet to kill with!!
/call cast ${Spell[0441]}
/return
Code: Select all
Sub SumPet
/echo Summoning a pet to kill with!!
/call cast "Tote beschwören"
/return
Code: Select all
/cast ${Spell[0441]}
can anyone help?
i only need a simple macro to assist my tank with pet and some dots .. but i dont want to use keypress, because its very "shity" hehe