A forum for you to dump all the macros you create, allowing users to use, modify, and comment on your work.
Moderator: MacroQuest Developers
-
smo
- decaying skeleton

- Posts: 1
- Joined: Wed Apr 28, 2004 1:38 am
Post
by smo » Wed Apr 28, 2004 1:44 am
First off thanks for the genbot...been playing eq for 3ish years...Ive been multiboxing EQ for years...currently I run a 5 character crew with 4 machines. I like playing this way but recently got acquainted with Macroquest....so far pretty good, problem I have right now is with my shortcut spells area in my ini file. Thing is I basically mirrored the examples but no matter what I do only the first shortcut works the rest do not no matter what I do. Here is what my code looks like
[shortcut spells]
tash=howl of tashan
slow=forlorn deeds
nuke=insanity
lev=levitation
[shortcut Items]
[shortcut notarget Spells]
[shortcut notarget items]
[shortcut AA]
[shortcut noTarget AA]
[Shortcut Disc]
[shortcut noTarget Disc]
currently only the tash works...I can swap tash and slow then just slow will work...anyone else have this problem or can help me out?
smo
-
Fuergrissa
- a grimling bloodguard

- Posts: 607
- Joined: Mon Dec 08, 2003 3:46 pm
- Location: UK
Post
by Fuergrissa » Wed Apr 28, 2004 3:59 am
i also cannot get more than one to work, LG is revamping it for the new MQ2DataVars, so when the new version gets posted i will work on that one.
I use hotkeys for the moment to get spells working on my target abd just buff for me.
Buffs
/t (Bot) buff levitation on me
Hotkeys
/t (Bot) Target ME
/delay 15
/t (Bot) buff howl of tashan on target
i would have slow as the one in the [shortcut spells] as i use that in every fight.
-
LordGiddion
- a snow griffon

- Posts: 352
- Joined: Sat Sep 13, 2003 6:12 pm
-
Contact:
Post
by LordGiddion » Wed Apr 28, 2004 7:48 am
ok this was working for me, what version of the zip are you using?
do a little test for me after the line
Code: Select all
/if (${String[@Shortcutlist].NotEqual[NULL]}) {
add
Code: Select all
/if (@SectionNum==1) /echo @Shortcutlist
and let me know what you get for results