Search found 178 matches

by Vexix
Fri Sep 10, 2004 9:13 am
Forum: MQ2::General
Topic: So long, and thanks for all the fish!
Replies: 8
Views: 3550

So long, and thanks for all the fish!

Hey guys! A bit late, since I haven't posted in a few weeks. Just wanted to let everyone know that I have moved on from MQ2 coding. It's been fun, and hopefully I've been able to move some of the big macros like genbot forward a step. Ascii38 has taken over genbot, so do all you can to support him. ...
by Vexix
Sun Aug 15, 2004 6:27 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

dman -- Nice work on the other forms of tells. I'll use that to make a version that works for tell windows as well. Bahamut -- The role of the puller toggle is kinda subtle. Basically, it's to be used with the anchor command. The puller toggle enables the bot to leave the anchor point until he gets ...
by Vexix
Sun Aug 15, 2004 1:40 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Understood re: your post. Lol. Pets are a PITA. If you want more fun, look at how I've tried to accommodate defend and combat target to allow you to attack pets of NPCs. There have been a couple of ways that attempt to deal with pets. I think I'll take a look at it. I think it was Nosaj a while ago ...
by Vexix
Sun Aug 15, 2004 12:41 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Gus? Did you look at the exact name matching snippet I linked to above? That's what you're looking for. Take a read over my post above again about using SpawnCount. That's the way we want to head. Not sure about the pets thing. I thought that was working ok at the moment since I haven't heard much i...
by Vexix
Sat Aug 14, 2004 11:57 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Using names instead of IDs for PCs was intentional. PCs hang around, zone, come back, follow you, etc, but the ID could change. I'd have to check, but I think that switching to IDs for PCs would mess up the buffing routines if you zoned, and the PC ID changed. I've thought about the issue with Bob a...
by Vexix
Sat Aug 14, 2004 12:28 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Correct format is:

haste=snt Alacrity on NameS

Then call haste DudeName.

Changed a while back. Was that the issue?

What's going on with healing the wrong player? Haven't heard about that before.

--Vexix
by Vexix
Sat Aug 14, 2004 8:16 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Aww. . . Unsightly? Not sure whether to convert to the new multiword format. That change came about since I used the actual names for toggles to set the toggles in the .ini. The motivation to change over to lower caps was to let people know they didn't have to use caps for genbot. It's caps insensit...
by Vexix
Fri Aug 13, 2004 11:35 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Thanks for the buff duration mod, Fippy. I'll put something similar tied into the .ini into the next release. Yup, botshortcuts.inc and personal.inc are both gone. I've updated the first page to reflect that now. Izusaga -- Yup, no problem with double heals here. :/ Just tested last night. Might be ...
by Vexix
Fri Aug 13, 2004 5:14 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Enrage code, old and busted from 13.2.1: #event Enraged "#*#|${Spawn[id {CombatTargetID}].CleanName}| has become ENRAGED#*#" Enrage code, new hotness from 13.3.2: #event Enraged "#*#|${Spawn[${CombatTargetID}].CleanName}| has become ENRAGED#*#" Amazing what a difference one littl...
by Vexix
Thu Aug 12, 2004 10:01 pm
Forum: MQ2::Macros::Snippets
Topic: advpath.inc v1.31 -- follow/record/playback pathing inc file
Replies: 49
Views: 46802

Er, right. Try:

Code: Select all

#Include advpath.inc 
Sub Main 
/call InitAPFVars 1 15 20 
:LoopTilThere 
/call AdvPathPoll 
/doevents 
/goto :LoopTilThere 
/return
--Vexix
by Vexix
Thu Aug 12, 2004 8:53 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Fippy, how is genbot casting 20 minutes early on a 1 hour 12 min spell? Do you have both an extended buff item and an extended buff AA? I want to make sure the formula I'm using is right assuming there is no extended stuff. Buff timing is doable, but not high on my todo list. From the poll I did a w...
by Vexix
Thu Aug 12, 2004 7:18 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

WTF are tell windows?
by Vexix
Thu Aug 12, 2004 7:00 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Looks fine. How did the sit and sitx tests go?

--Vexix
by Vexix
Thu Aug 12, 2004 7:49 am
Forum: MQ2::Macros::Snippets
Topic: advpath.inc v1.31 -- follow/record/playback pathing inc file
Replies: 49
Views: 46802

Achallenged1, Best way to practice with it is like this: | | [Last Modified: 4/27/2004 8:00pm] | | Example of using advpath.inc to walk from location to location and do things along the way | #include advpath.inc Sub Main /call InitAPFVars 1 15 20 :MainLoop /doevents | This is my first pathfile - I ...
by Vexix
Wed Aug 11, 2004 11:30 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 68772

Frabtik,

Gotta update man. Running off into the horizon fixed a couple of versions ago. Enrage bug also fixed several versions ago. Gating mob bug too.

Interesting about the defend and puller sub sucking up time. I'll see if I can make that stop out sooner by checking the toggles first.

--Vexix