Search found 32 matches

by gn0m3
Fri Jan 23, 2004 5:56 pm
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36932

...

I just root everything =).
by gn0m3
Tue Jan 20, 2004 9:42 pm
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36932

...

I don't quite understand what the for loop is supposed to do. How do you want prioritization to work? Let's say you have mobs of type X,Y,Z, in priority order. Do you want it to find X if ANY exist in zone, then Y if any exist, then Z? The issue there is that if there is that if X exists zonewide, a...
by gn0m3
Sun Jan 18, 2004 5:00 pm
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36932

Joeur,

I never even thought about the buff wearing off event. I just have a "CheckBuffs" subroutine that I call whenever I want my buffs checked.

$char(buff, x) checks for a buff (and returns a non-negative buff slot if it exists, -1 if it doesn't ).
by gn0m3
Sun Jan 18, 2004 4:58 pm
Forum: Macro Depot (MQ1)
Topic: <deleted>
Replies: 105
Views: 33500

Oh, I see... you're saving anything that's part of the recipe. That's interesting, but it's not terribly flexible. The way you've implemented it is also somewhat inefficient, since you're checking the ini file multiple times per combine. You're right, my method only allows for one saved item, but th...
by gn0m3
Fri Jan 16, 2004 7:35 am
Forum: MQ2::Help
Topic: mq2telnet -- help getting it running
Replies: 6
Views: 1984

...

Sure, but there's stuff from macroquest 1 still left in there -- the old telnet stuff, I'd imagine. There's a section called [telnet server] which probably does nothing, but which would confuse a clueless user (like me). It's just confusing. It's no big deal -- I mean I'm not complaining, this is fr...
by gn0m3
Thu Jan 15, 2004 8:08 am
Forum: MQ2::Help
Topic: mq2telnet -- help getting it running
Replies: 6
Views: 1984

...

Ah, I see, you separated the .ini files from Macroquest.ini.

Why is Macroquest.ini being still included with the .zip then? Kind of confusing.
by gn0m3
Wed Jan 14, 2004 7:59 pm
Forum: MQ2::Help
Topic: mq2telnet -- help getting it running
Replies: 6
Views: 1984

Had nothing to do with mq2telnet.ini. The plugin wasn't loading -- I checked with /plugin. Shoulda seen that command before, but I missed it somehow. Works now.
by gn0m3
Wed Jan 14, 2004 1:01 pm
Forum: MQ2::Help
Topic: mq2telnet -- help getting it running
Replies: 6
Views: 1984

I should note that it's probably something as stupid as the plugin isn't actually running (is the /telnet command supposed to work? I get a "could not find command" error, but it's listed in the documentation), but I couldn't find a sample .ini around, and I think the mq2telnet=mq2telnet l...
by gn0m3
Wed Jan 14, 2004 11:44 am
Forum: MQ2::Help
Topic: mq2telnet -- help getting it running
Replies: 6
Views: 1984

mq2telnet -- help getting it running

Hi all, Sorry to ask what are basically newbie questions, but I can't seem to get the mq telnet daemon up. Basically, in my macroquest2.ini file I have: [telnet server] Enabled=1 LocalOnly=0 Port=8345 Welcome to ... Password=... ... mq2telnet=mq2telnet ... I do use a NAT router and I do have port fo...
by gn0m3
Mon Jan 12, 2004 2:43 pm
Forum: Macro Depot (MQ1)
Topic: <deleted>
Replies: 105
Views: 33500

PM me with your files (or post them here) and I'll fix it for you.
by gn0m3
Tue Jan 06, 2004 10:23 am
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36932

> Im farming silks in EK..it targets a spider across the zone..I run over to > spider and someone is killing it..the macro starts attacking the spider > anyway.. Add the following code... In GetTarget, when setting "HasTarget": /varset CurTarID $target(id) Then, in MoveToMob or FastMove (I...
by gn0m3
Tue Dec 30, 2003 2:26 pm
Forum: Macro Depot (MQ1)
Topic: <deleted>
Replies: 105
Views: 33500

yah for some reason it's recipies in my head!
by gn0m3
Tue Dec 30, 2003 9:28 am
Forum: Macro Depot (MQ1)
Topic: <deleted>
Replies: 105
Views: 33500

...

Yeah. It's spelled "recipies" if you want to change your posted versions =).
by gn0m3
Mon Dec 29, 2003 3:36 pm
Forum: MQ2::Help
Topic: Inventory-caused CTD Problems with the 12/25 update?
Replies: 12
Views: 2729

=(

I can't tell if you're being serious.. are you? If so, I will be more proactive about solving the problem
by gn0m3
Mon Dec 29, 2003 3:27 pm
Forum: MQ2::Help
Topic: Inventory-caused CTD Problems with the 12/25 update?
Replies: 12
Views: 2729

Okay, good to know that I'm not alone. However, I don't want to just sit on my ass -- I want to be helpful. Does anyone have any suggestions about what logs I can check for info on what is causing the crash?