Search found 5 matches

by ralliiart
Fri Oct 10, 2008 10:57 am
Forum: MQ2::Bug Reports
Topic: compiling oct 9 2008 zip - problem/fix with a declaration
Replies: 4
Views: 1778

compiling oct 9 2008 zip - problem/fix with a declaration

I don't know if anybody else encountered this, but while compiling the zip from Oct 9 2008 (MQ2-20081009d) I was repeatedly getting an error about an i declaration in MQ2DataTypes.cpp on line 6996. It's a for loop that declares i as a DWORD when initializing and it didn't like that. I changed the va...
by ralliiart
Thu Oct 11, 2007 4:31 pm
Forum: MQ2::Macros::Requests
Topic: looking for afk cleric mac
Replies: 10
Views: 5021

Yup -- that's why i said, you can reference the tank however you want -- for my own reasons, the way my groups are setup, and not having to worry about lag or distance screwing up my references, I set my tank to slot 1. The name reference works fine too. My groups are built around my MA pulling and ...
by ralliiart
Thu Oct 11, 2007 10:50 am
Forum: MQ2::Macros::Requests
Topic: looking for afk cleric mac
Replies: 10
Views: 5021

i always use pragmatic defines/constants in any programming language when possible - especially in scripting - cuts down on memory usage, increases speed, etc.., while still allowing you to make changes across the board quickly and easily for situational changes. define ftw P.S. The script snippet I...
by ralliiart
Wed Oct 10, 2007 5:58 pm
Forum: MQ2::Macros::Requests
Topic: looking for afk cleric mac
Replies: 10
Views: 5021

this will get you started... if you can't take it from here, you probably shouldn't be doing it in the first place: (for this example, make sure your tank is the leader of the group - slot 1) #define MA_SLOT 1 |(MA slot in group) #define MA_HEAL_PCT 60 |(pct to heal MA only) #define HEAL_PCT 80 |(pc...
by ralliiart
Wed Jun 13, 2007 11:28 am
Forum: Games::Everquest
Topic: I got banned, here's why..
Replies: 38
Views: 11839

I got banned, here's why..

Just to share my story, I got banned (suspended) for about a week with my 5 toons around April 8th. (I recently started playing again) I wasn't using any cheats, but I do have my own afk-type scripts for my 5 toons. My scripts work just about anywhere, as the tank pulls, the group kills the mob, and...