Search found 5 matches

by Not2Swift
Sat Mar 06, 2004 1:11 pm
Forum: MQ2::Help
Topic: Whats wrong with this?
Replies: 3
Views: 1164

Whats wrong with this?

Message is cannot parse. macro as follows

| skill.mac

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

/goto :main
/return


Any help is appreciated
Thanx
by Not2Swift
Sat Dec 20, 2003 3:14 pm
Forum: MQ2::Help
Topic: Visual C
Replies: 1
Views: 881

Visual C

If anyone cares I got an error when Macroquest2 wasn't running about Visual Studio error Seems they are looking for hackers LOL :lol:
by Not2Swift
Wed Nov 26, 2003 2:38 pm
Forum: MacroQuest::Help (Outdated)
Topic: Client crashing
Replies: 2
Views: 7228

nice

Thanx for info..it really helps! Can't wait to sink my teeth into MQ2! :twisted:
by Not2Swift
Wed Nov 26, 2003 2:14 pm
Forum: MacroQuest::Help (Outdated)
Topic: Client crashing
Replies: 2
Views: 7228

Client crashing

Since the latest EQupdate download EQ crashes when I load MQ. Downloaded and compiled latest patch but didn't help. Any ideas?

Also downloaded and compiled MQ2 easily looks sweet but I'm new and can't figure what happened to the macros file lol ..I'll figure it out ....Thanx All ! :)
by Not2Swift
Fri Nov 21, 2003 3:26 pm
Forum: Macro Help (MQ1)
Topic: noob question
Replies: 2
Views: 767

noob question

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 /...