Search found 7 matches

by TehWraith
Wed Aug 29, 2007 8:55 pm
Forum: MQ2::Macros::Requests
Topic: Incoming Chat Handling
Replies: 55
Views: 5512

Lets look at this, you want... A way of telling where a event came from... (#event CurePerson "#1# tells you, '#*##2##*#'")(assuming I remember my MQ2 right) A faster way of handling said events... (still have to wait for /doevents) And a decentralized way of doing incoming chat... (becaus...
by TehWraith
Sat Aug 11, 2007 12:35 pm
Forum: MQ2::Macros::Snippets
Topic: Potion Belt stuff
Replies: 16
Views: 7082

Change ${Me.Buff[Skinspikes]} To ${Spell[Skinspikes].Stacks} That way you don't keep trying to cast it if someone else has given you a better DS that doesn't stack. You can set a bool when you lose the DS, and then have a buff sub that checks all your bools, and recasts any buffs that are marked as ...
by TehWraith
Thu Aug 09, 2007 2:36 pm
Forum: MQ2::Bug Reports
Topic: game crash question
Replies: 33
Views: 11315

overnight dual prime95s in stress mode, no harm in doing that, and you will find out if your cpu is stable.
by TehWraith
Wed Aug 01, 2007 4:13 am
Forum: MQ2::Help
Topic: No exe-file generated any more :-(
Replies: 14
Views: 6771

Programming in general will help you write macros better, but learning the macro language is a place to start also, just don't get used to the goto's when you move to other languages.
by TehWraith
Mon Jul 16, 2007 2:26 am
Forum: MQ2::Custom UI
Topic: Frequncy UI - I Like turtles
Replies: 648
Views: 282632

Have FreqMod and Freq, then just load and save window positions, takes all of a couple seconds per window, once a month or less.
by TehWraith
Fri Mar 10, 2006 2:24 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: YAST - Yet Another Spell Trainer - none struck my fancy so..
Replies: 68
Views: 83191

Well I didn't do much at all, I made it sit between casting. I use the ViP spell_routines.inc and didn't test with SpellCast.inc. I changed the include to the SpellCast.inc so that a ton of questions don't come up about where to find the ViP one. This also includes the destroy no-rent lines of code ...