Search found 8 matches

by sorvani
Tue Jan 28, 2014 8:00 pm
Forum: MQ2::Help
Topic: Why are all my chat channels suddenly being time stamped
Replies: 5
Views: 1256

Re: Why are all my chat channels suddenly being time stamped

I generally always have log on my main toon. The others not so much.
by sorvani
Tue Jan 28, 2014 1:49 pm
Forum: MQ2::Help
Topic: Why are all my chat channels suddenly being time stamped
Replies: 5
Views: 1256

Re: Why are all my chat channels suddenly being time stamped

Read the patch notes. It was just added. That is why it is there.

That said, is there a way to have the time stamp on screen but not into e log file since the base EQ log file already has time stamps?
by sorvani
Sat Dec 28, 2013 9:21 pm
Forum: MQ2::Bug Reports
Topic: /ini does not delete keys or sections
Replies: 10
Views: 2650

Re: /ini does not delete keys or sections

Any chance that either this, or the one linked by Maskoi could make it in to the main code base?
by sorvani
Sun Dec 30, 2012 7:43 pm
Forum: MQ2::Help
Topic: MQ2 for dummies
Replies: 58
Views: 26751

Re: MQ2 for dummies

Visual Studio 2010 Express works just fine. You will be prompted to convert the project. Just click through leaving everything default. All it does is create a vcx version of the vc project file. You will see this once for each project in the solution and once each time you add a new project to the ...
by sorvani
Mon Sep 17, 2012 10:49 pm
Forum: MQ2::Bug Reports
Topic: /ini does not delete keys or sections
Replies: 10
Views: 2650

Re: /ini does not delete keys or sections

Delete the section BuffSpells and all it's keys /ini test.ini BuffSpells Delete the key "Buff1" in the section "BuffSpells" /ini test.ini BuffSpells Buff1 here is a snippet from a macro that actively uses said code. /if (${CurSpellLocation.NotEqual[NULL]}) { /if (${Me.Book[${Cur...
by sorvani
Mon Sep 17, 2012 8:55 pm
Forum: MQ2::Bug Reports
Topic: /ini does not delete keys or sections
Replies: 10
Views: 2650

Re: /ini does not delete keys or sections

Aye, this just integrates it in without forcing you to pass a null.
by sorvani
Mon Sep 17, 2012 5:34 pm
Forum: MQ2::Bug Reports
Topic: /ini does not delete keys or sections
Replies: 10
Views: 2650

/ini does not delete keys or sections

Here is the fix. Replace the if block begining on line 2449 in MQ2Commands.cpp if (!strlen(szArg4) && strlen(szArg3)) { //Deleting a key within a [section]. if (!WritePrivateProfileString(szArg2,szArg3,NULL,szArg1)) { sprintf(szOutput,"IniOutput ERROR -- during WritePrivateProfileString...
by sorvani
Thu Aug 12, 2010 6:11 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: working emu server enchanter macro
Replies: 58
Views: 3919

Re: working emu server enchanter macro

Necro rez! Been using MQ2 for a short time now, and decided a good way to learn it was to take something that worked, and "improve" it. Like the OP I play on an emu server. Thanks to the OP and AFCleric author | enchanter.mac | Chanter buff script by Sirgijoe and "improved" by So...