Search found 11 matches

by chawk
Wed May 26, 2004 3:00 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: The ULTIMATE afk bard raid macro of doom! ooooh scary
Replies: 11
Views: 5605

You forgot the code to prevent the song from hitting the uber Monk pullers trying to split Kyv Assraper and Aneuk Doomfuck. :wink:
by chawk
Fri May 21, 2004 4:29 pm
Forum: MQ2::Macros::Help
Topic: Checking Pet Buffs
Replies: 5
Views: 1256

Seems you're not encapsulating the indx variable with { } so it's not parsing to the numeric value?
by chawk
Fri May 21, 2004 4:01 pm
Forum: MQ2::Macros::Help
Topic: How to Learn to Macro
Replies: 4
Views: 1291

Browse the Macro Snippets section. I found it rather useful for seeing how to accomplish small tasks and having the code right there. Learn by example is often the best way. 8)
by chawk
Fri May 21, 2004 3:49 pm
Forum: MQ2::Macros::Help
Topic: Better way to do this?
Replies: 5
Views: 1289

I'm not really sure how to capture text spew from a /who, plus that would kind of spam, I think :wink: Do understand the code works, but I was looking some improvements. The loop doesn't go forever 'cause LastSpawn will return NULL once I get outside valid ID's, and .Name.Length applied to a NULL ob...
by chawk
Fri May 21, 2004 12:16 pm
Forum: MQ2::Macros::Help
Topic: Better way to do this?
Replies: 5
Views: 1289

Better way to do this?

I'm still fairly new to MQ macros, so perhaps I'm unaware of a better set of commands to help me accomplish what I want. The macro basically scans every spawn in the zone and will echo any spawn that has a capital letter in the name or a pound-sign (a pseudo-named-spawn checker :wink:). It's using t...
by chawk
Fri May 21, 2004 12:06 pm
Forum: MQ2::Help
Topic: MQ2 doesn't work with the latest Login changes?
Replies: 15
Views: 6077

The next day after the original crash problems I had, I went ahead and attached a debugger and ran EQ for hours with no crashes. Go figure :roll: and I've continued usage with 0 problems. No idea what happened that first night.
by chawk
Thu May 20, 2004 1:45 pm
Forum: MQ2::Help
Topic: MQ2 doesn't work with the latest Login changes?
Replies: 15
Views: 6077

I've had a few crash problems so far too. Only logged in once or twice last night, briefly, and didn't bother with trying to get MQ2 to load much. If it keeps up, maybe I'll try to attach a debugger.
by chawk
Sat May 08, 2004 8:02 am
Forum: MQ2::Bug Reports
Topic: String.Count[] locking up
Replies: 1
Views: 532

String.Count[] locking up

edit: on second thought, I should download Service Pack 6 first then see if this bug still exists :shock: edit2: still locks up EQ, meh. Any uses of String.Count[] were locking me up, so I peeked into the source for it. case Count: if (Index[0]) { Dest.DWord=0; PCHAR pLast=(PCHAR)VarPtr.Ptr; /* whil...
by chawk
Sat May 08, 2004 7:59 am
Forum: MQ2::Macros::Help
Topic: Problem with String.Count[]
Replies: 5
Views: 1117

That seems like it will work for my intents. Depends on how equally a 0 will evaluate to NULL, functionally too. In the case of functions that return ints, I'm sure in some cases, a 0 is a valid result whereas NULL could be indicative of some other error. Either way, I'll try that, thanks. As for th...
by chawk
Sat May 08, 2004 7:11 am
Forum: MQ2::Macros::Help
Topic: Problem with String.Count[]
Replies: 5
Views: 1117

I had a feeling it might have been a bug with the Count[] function but I was making sure I was using it right first. Guess I'll find a different method for now. My original problem was testing if a string variable was NULL, how do I do that? :P
by chawk
Sat May 08, 2004 4:22 am
Forum: MQ2::Macros::Help
Topic: Problem with String.Count[]
Replies: 5
Views: 1117

Problem with String.Count[]

edit: on second thought, I should download Service Pack 6 first then see if this bug still exists :shock: edit2: still freezes In a script I'm writing which auto-invites people to a channel based on names in an .ini file, I used String.Count[] and it froze EQ each time: Sub LoadInviteList /declare L...