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




