Search found 4 matches

by invis
Mon Jun 07, 2004 3:55 pm
Forum: MQ2::Bug Reports
Topic: CTD with /camp desktop
Replies: 5
Views: 1612

Happening on /camp desktop and /camp server for me. Can switch chars on the same account ok with /camp, but if you go out past char select, it crashes.
by invis
Thu May 27, 2004 4:18 am
Forum: MQ2::Help
Topic: Compile Errors
Replies: 10
Views: 4244

Hmmmmm.... I also get all the compile warnings about blech events, though it looks like it just truncates the names of the debugging symbols, rather than breken functionaility.

Other than that, things seem functional..

EDIT: Using VS6 SP6, xp pro

invis
by invis
Sun May 09, 2004 12:47 am
Forum: MQ2::Macros::Help
Topic: Help with /if syntax
Replies: 2
Views: 753

Well, thanks for settling n00b issue #1 so quickly :oops:
by invis
Sun May 09, 2004 12:41 am
Forum: MQ2::Macros::Help
Topic: Help with /if syntax
Replies: 2
Views: 753

Help with /if syntax

Hiya Folks -- Tryin to write a simple merchant checking macro, and having issues with numeric comparisons. to test the comparison, I'm using the folowing line, after clicking on a Feather in an open merchant window. /if (${SelectedItem.ID}==${Merchant.Item[=Feather].ID}) { /echo Yes } This returns n...