Search found 8 matches

by thepaan
Wed Dec 24, 2003 12:14 pm
Forum: Macro Help (MQ1)
Topic: need help on the name of this variable.... or something.
Replies: 1
Views: 577

need help on the name of this variable.... or something.

in cast.mac (posted for reference) #event castmcr_err_oom "Insufficient Mana to cast this spell!" #event castmcr_err_range "Your target is out of range, get closer!" #event castmcr_err_fizzle "Your spell fizzles!" #event castmcr_err_interrupt "Your spell is interru...
by thepaan
Sun Oct 12, 2003 10:03 am
Forum: Macro Help (MQ1)
Topic: a nofizzle mac?
Replies: 2
Views: 860

a nofizzle mac?

so i'm trying to write this macro that i can have runing in a constant loop all the time that all it does is monitor to see if i fizzle and recast automatically for me. #turbo #event CastSpell "You begin casting" Sub Main Sub Event_CastSpell /return is what i got so far, i know thats sad b...
by thepaan
Sun Oct 12, 2003 5:20 am
Forum: Macro Depot (MQ1)
Topic: clicky buff mac
Replies: 11
Views: 3099

clicky buff mac

got some snguine pres. slippers today, i like the stats on my other boots better. so i decided to only equip the item for the effect which is 40%mp on self only buffs.... enchanters only have one self only buff: arcane rune (have an ornate robe so no need to actually cast shielding) so i made this m...
by thepaan
Sun Oct 12, 2003 5:07 am
Forum: Macro Help (MQ1)
Topic: Post subject: feedback pls: any idea why this isnt working?
Replies: 1
Views: 675

Post subject: feedback pls: any idea why this isnt working?

#event Out1 "Couldn't find 'star ruby'"

...


Sub Event_Out1
/call SellToVendor
/return



it keep strying to do combines even tho i'm out of supplies.
by thepaan
Sun Oct 12, 2003 5:03 am
Forum: Macro Help (MQ1)
Topic: cant get the /click left to work in some instances
Replies: 1
Views: 707

cant get the /click left to work in some instances

/click left feet works but /click left wrist1 doesnt work... is there another name for it now that is different than the manual?
by thepaan
Sat Oct 11, 2003 5:02 pm
Forum: MacroQuest::Help (Outdated)
Topic: feedback pls: any idea why this isnt working?
Replies: 1
Views: 828

feedback pls: any idea why this isnt working?

#event Out1 "Couldn't find 'star ruby'"

...


Sub Event_Out1
/call SellToVendor
/return



it keep strying to do combines even tho i'm out of supplies.
by thepaan
Wed Jul 30, 2003 10:11 am
Forum: Outdated Macros::Macro Depot
Topic: cleric.mac New Basic Cleric bot.
Replies: 23
Views: 20268

is it possible to add a sub in here so the bot will automatically accept trade windows once they are green (like if i want to give her more dots)?
by thepaan
Wed Jul 30, 2003 9:17 am
Forum: Outdated Macros::Macro Requests
Topic: completely new to MQ /boggle
Replies: 0
Views: 3901

completely new to MQ /boggle

trying to write a randomizer to call an event i would first have to get a random number then add it to a fixed number then use that for the delay on an event. making the charachter perform said event on the random timer. each time it performs the event it gets a new random number and also a new dela...