Search found 7 matches

by deadchicken
Sat Feb 20, 2010 7:42 pm
Forum: MQ2::Help
Topic: Old Forms
Replies: 12
Views: 1949

Re: Old Forms

I'm really liking the new boards, the search tool is much more usable and allows for easy drilling down. Well done everyone.
by deadchicken
Mon May 04, 2009 2:53 am
Forum: Games::Everquest
Topic: MQ2 In Linux
Replies: 3
Views: 3571

I've been running 4-6 toons on my laptop for a year or more under WINE. Some notes: I compile in a XP VM Lag-O-Meter uses significant CPU, consider F11 UI uses signficant CPU, consider conditional F10 (needed to interact with spell gems) WinEQ2 doesn't work (keyboard and scaling issues) AHK works (A...
by deadchicken
Mon Feb 16, 2009 5:44 pm
Forum: MQ2::Bug Reports
Topic: Crashing EQ while running Tribute macro
Replies: 7
Views: 2933

You probably picked a item that has more than 2048/4096? text or some such.
by deadchicken
Thu Jul 24, 2008 12:39 pm
Forum: MQ2::Help
Topic: Visual C++ 2008 Express Edition
Replies: 28
Views: 2367

You might try the Wiki link at the top of this page (not a page called "this" but the actual page you are reading) and from there you might see something about compiling mq2 and that might have something about the tools you use to compile and it might even have some links to the software y...
by deadchicken
Sun Mar 09, 2008 9:58 pm
Forum: MQ2::Custom UI
Topic: Healing potions on hud
Replies: 2
Views: 1588

[Distillate of Celestial Healing] instead of [=DoCH XIII], but it'll use the first type in inventory so you'll have to stack them right. That's what I do at least.
by deadchicken
Tue Aug 14, 2007 11:35 pm
Forum: MQ2::Help
Topic: MQ2 not working with Windows vista
Replies: 54
Views: 11267

Hint: There was a patch today
by deadchicken
Fri Jul 13, 2007 5:26 pm
Forum: MQ2::Macros::Requests
Topic: Item stats
Replies: 5
Views: 2462

DisplayItem is what you want, it's the info on the currently open Item window (you'll have to open it yourself) and the wiki is incomplete on this, so look at the Item struct for actual values.

Some of what you are looking for:

${DisplayItem.AC}
${DisplayItem.HP}
${DisplayItem.Mana}
.
.
etc