Search found 4 matches

by Calon
Mon May 03, 2004 4:38 pm
Forum: MQ2::Macros::Help
Topic: Looking for solid examples of ${Ini[]} useage for the readme
Replies: 2
Views: 940

might wanna check

There is a post under snippets section by Preocts which is really well commented that can show you how to use ini files at

http://macroquest2.com/phpBB2/viewtopic.php?t=6917
by Calon
Tue Apr 27, 2004 12:52 pm
Forum: Macro Depot (MQ1)
Topic: Forager.mac - A forage macro with ini support *MQ2DataTypes*
Replies: 7
Views: 7710

tip

Perhaps you should change this:

Code: Select all

#define IniFile "Forager.ini" 

#Event ZoneChange "Loading please wait" 

#turbo 
to

Code: Select all

#define IniFile "Forager.ini" 

#Event ZoneChange [color=red]"LOADING, PLEASE WAIT..."[/color]

#turbo 
by Calon
Fri Apr 16, 2004 7:04 am
Forum: Macro Depot (MQ1)
Topic: ForageINI.mac a forage macro with ini support
Replies: 42
Views: 18498

yes I am crashing also. I believe that's why the code wasn't working for me in my previous post. It was actually MQ changing.

Someone with more coding skill than me should attempt this conversion to the new MQ
by Calon
Tue Apr 13, 2004 12:51 pm
Forum: Macro Depot (MQ1)
Topic: ForageINI.mac a forage macro with ini support
Replies: 42
Views: 18498

Hi all, I've just got started on here. And I am lost, from what I can tell for this macro is: original code someone's mod snippet ditto someone's personal mod referencing personal/notlisted Subs (aka useless) comments re-code comments snippets re-code to read from ini corrections comments correction...