Search found 6 matches

by Monk01
Wed Apr 07, 2004 6:14 pm
Forum: Macro Help (MQ1)
Topic: Checking Spell Book Status
Replies: 1
Views: 593

Checking Spell Book Status

How do you check and see if your spell book is open? The problem I have is that when I want to mem a spell if I call /memspell twice without doing something else it just skips right to the second one and doesn't execute the first one. I could just put a /delay in but since different spells take diff...
by Monk01
Tue Apr 06, 2004 12:24 pm
Forum: Macro Help (MQ1)
Topic: INI Files and the new system
Replies: 3
Views: 921

Lax has the answer

I saw this while searching the boards. Yes as mentioned from the beginning some things arent in yet (see pages 1-3 of this thread), including $ini and a few others. Until then you should use both MQ2Data and MQ2Parm (together) if you are working on converting, and this way you only have to work and ...
by Monk01
Tue Apr 06, 2004 9:03 am
Forum: Macro Help (MQ1)
Topic: INI Files and the new system
Replies: 3
Views: 921

/echo text Echo's the specified text and or variable values to the EQ client Example: /echo My current health is at $char(hp,pct) /ini "ini filename" "keyname" "valuename" "value" Writes data to the specified ini file. Also see $ini stuff.ini contains: [MySect...
by Monk01
Mon Apr 05, 2004 5:12 pm
Forum: Macro Help (MQ1)
Topic: INI Files and the new system
Replies: 3
Views: 921

INI Files and the new system

Are the old $ini file calls broke with the new data type system or am I just really missing something. My INI file looks like this: [General] Master=Monk01 And I've tried to call it the following ways: /echo $ini("myshaman.ini","General","Master") /echo $ini("mysha...
by Monk01
Wed Mar 17, 2004 5:02 pm
Forum: MQ2::General
Topic: VS .net 2003 and abs function
Replies: 1
Views: 610

VS .net 2003 and abs function

I compiled the 16 Mar 2004 version with VS .net 2003 and it was giving me errors when you try to use abs on any DWORD variable. I just cast it to a long and it seemed to work find from there but I was wondering if anyone else had this problem? I guess I coiuld have done a few other things to fix it ...
by Monk01
Tue Jul 22, 2003 12:45 pm
Forum: MacroQuest::Help (Outdated)
Topic: What files need to go with me?
Replies: 2
Views: 953

What files need to go with me?

I've compiled MQ and I want to take the files home from work. Do I just need macroquest.exe macroquest.ini and eqlib.dll or are there some other files that I need to take home?