Search found 13 matches

by macromage
Wed Nov 06, 2002 5:10 pm
Forum: Games::Everquest
Topic: Looking for a program?
Replies: 6
Views: 2087

You searched everywere, eh? I find that hard to believe... Don't even have to leave sourceforge,net for me to find over 10,000 messages related to the topic. You will run binary files people just email you, eh? I have this SubZero.exe file that will download ShowEQ for you. I give you about 1 week b...
by macromage
Thu Oct 10, 2002 9:21 am
Forum: MQ2::Development::Feature Discussion
Topic: FEAT REQ: Sit State and Walk State
Replies: 12
Views: 3228

unattended Pally is stood like a dork doing nothing.

Flippy! You said the U word... unattended=bad
by macromage
Tue Oct 08, 2002 3:03 pm
Forum: MQ2::Development::Feature Discussion
Topic: Bug in 20021005a $char(book,"name") pattern matchi
Replies: 0
Views: 705

Bug in 20021005a $char(book,"name") pattern matchi

Glad to see $char(gem,xxx) fix in this version, but $char(book,xxx) needs a look. Appears the pattern matching is different in this than the others. Example to reproduce... $char(book,"Burn") will return the same value as $char(book,"Burnout") or $char(book,"Burnout II"...
by macromage
Mon Oct 07, 2002 5:12 pm
Forum: MQ2::Development::Feature Discussion
Topic: $char(gem,...) problems.
Replies: 2
Views: 964

Can't test it now, but it is killing me.

Is this fixed in the 20021005a version?

I have some seriously munged routines that rely heavily on the $char(gem,xxx) values.
by macromage
Mon Oct 07, 2002 1:29 pm
Forum: MQ2::Development::Feature Discussion
Topic: FEAT REQ: Sit State and Walk State
Replies: 12
Views: 3228

Sub Sit /if n $p0==1 { /if n $v0==1 /return /varset v0 1 /sit } /if n $p0==0 { /varset v0 0 /stand } /return Then you can call the routine with... /call Sit 0 | This will stand /call Sit 1 | This will sit $v0 | returns 0 or 1 depending on your current state. Use your imagination, and something very...
by macromage
Fri Oct 04, 2002 2:34 pm
Forum: MQ2::Development::Feature Discussion
Topic: $char(gem,...) problems.
Replies: 2
Views: 964

$char(gem,...) problems.

$char(gem,#) for any number (not just 1-8) returns "!" and $char(gem,"$p0") for any Name of a spell memorized or not memorized always returns "NULL" Windows ME, IRC Release 10-01-2002a Offsets from the release directory of the above zip. Is there an updated offset file,...
by macromage
Wed Oct 02, 2002 3:25 pm
Forum: Outdated Macros::Macro Help
Topic: Confirmation Question
Replies: 7
Views: 1853

There is a /beep?

Can this be added to the documentation?

I live and die by the readme.html.
by macromage
Wed Oct 02, 2002 3:06 pm
Forum: MQ2::Development::Feature Discussion
Topic: feature requests and bugs POST 09292002 IRC release
Replies: 35
Views: 9038

I am starting to feel like I am spamming. Can $combat check pet engagement and return true if pet is engaged? Optionally have a seperate variable $petcombat to check? Once again, is this stored in the client ? I can make a subroutine using /assist /target chacks, but a variable would be much cleaner.
by macromage
Wed Oct 02, 2002 3:02 pm
Forum: MQ2::Development::Feature Discussion
Topic: feature requests and bugs POST 09292002 IRC release
Replies: 35
Views: 9038

Whoops, just relized there was an update out there...

Dang you guys are fast. Kudos.
by macromage
Wed Oct 02, 2002 2:50 pm
Forum: MQ2::Development::Feature Discussion
Topic: feature requests and bugs POST 09292002 IRC release
Replies: 35
Views: 9038

> $spawn($char(pet),hp,pct)

That is exactly what I am looking for!

If that works, might want to update the documentation for some reference to the $spawn variable.
by macromage
Tue Oct 01, 2002 5:40 pm
Forum: MQ2::Development::Feature Discussion
Topic: feature requests and bugs POST 09292002 IRC release
Replies: 35
Views: 9038

A seperate request...

Internal variables for pets. Either $pet(hp,pct) syntax or $char(hp,pet,pct)

Save me from over use of custom Subroutines that do way too much targetting and race checking, just to get the health of a pet.

Or is this even stored in the client?
by macromage
Tue Oct 01, 2002 5:33 pm
Forum: MQ2::Development::Feature Discussion
Topic: feature requests and bugs POST 09292002 IRC release
Replies: 35
Views: 9038

Actually I would prefer the option of both... Say I connect on my second account in the other room and I want to see the output of both accounts. I could send a tell "accept 123.123.123.123" (or some other event to set a variable) and then the macro could then dynamically allow telnet conn...
by macromage
Tue Oct 01, 2002 4:50 pm
Forum: MQ2::Development::Feature Discussion
Topic: feature requests and bugs POST 09292002 IRC release
Replies: 35
Views: 9038

Feature Request

Love the telnet server...

Will we have any variable information added with it beyond /telnet?


ie
/if $telnet(ip,1)!="127.0.0.1" /goto :UnAuthorizedUser

Yes, I am paranoid.