Search found 4 matches

by rainmaker
Fri Apr 23, 2004 2:21 am
Forum: Macro Requests (MQ1)
Topic: Language
Replies: 3
Views: 4959

I guess I'll be the knight in shinning armour for this one........Or atleast the shinning Cleric on a White Horse.


Question, Did you try the very first macro code in that Thread you linked?


Lax only broke 99% of the macros, that one survived.
by rainmaker
Fri Apr 23, 2004 12:53 am
Forum: Macro Help (MQ1)
Topic: Need help on a simple Ability Up Macro
Replies: 5
Views: 1603

got it!!


don't uncomment

Code: Select all

//#define USEMQ2PARMS
and expect that macro to work



and thanks for you code cleanup suggestion in the IRC Chat Lax
by rainmaker
Fri Apr 23, 2004 12:30 am
Forum: Macro Help (MQ1)
Topic: Need help on a simple Ability Up Macro
Replies: 5
Views: 1603

Latest Zip "April 21 2004 14:55:47" and VS.NET
by rainmaker
Thu Apr 22, 2004 10:45 pm
Forum: Macro Help (MQ1)
Topic: Need help on a simple Ability Up Macro
Replies: 5
Views: 1603

Need help on a simple Ability Up Macro

#turbo #define abilitymax 200 #define abilityneedingwork Tracking Sub Main /declare abilitylvlmax global /if (${Me.Level}*5+5<=abilitymax) /varset abilitylvlmax ${Int[${Math.Calc[(${Me.Level}*5)+5]}]} /if (${Me.Level}*5+5>=abilitymax) /varset abilitylvlmax abilitymax /echo Current skill is ${Me.Ski...