noob question

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

Not2Swift
decaying skeleton
decaying skeleton
Posts: 5
Joined: Wed Oct 29, 2003 1:27 am

noob question

Post by Not2Swift » Fri Nov 21, 2003 3:26 pm

I tried modifying a macro to learn how. This 1 works but when I try to replace the spell name with one with spaces I get the message "you do not seem to have that spell memorized"
Code:
| skill.mac

Sub Main
:main
/cast "Deadeye"
/delay 1
/if $char(ability,"Begging")>0 /doability "Begging"

/goto :main
/return

when I tried "<Endure Cold>" got the error message. I know this is really stupid but we all gotta start somewhere :(

brat
orc pawn
orc pawn
Posts: 15
Joined: Fri Nov 21, 2003 10:46 am

Post by brat » Fri Nov 21, 2003 3:57 pm

you can always just use

/cast 1
/cast 2

where the number is the spell gem

User avatar
blueninja
a grimling bloodguard
a grimling bloodguard
Posts: 541
Joined: Thu Aug 28, 2003 7:03 am
Location: Göteborg, Sweden

Post by blueninja » Sat Nov 22, 2003 6:30 am

I believe the spell name must be in quotes. Why do you have <> around the spell name in your post? Did you really use that in your macro, cause they're not supposed to be there.

Like this:

Code: Select all

/cast "Endure cold"