Search found 44 matches

by GeoffreyF67
Fri Jul 06, 2007 5:05 pm
Forum: CFG/Bind snippets
Topic: Loot Corpse on Rez
Replies: 4
Views: 3932

Found it. Thanks!

G-Man
by GeoffreyF67
Fri Jul 06, 2007 4:46 pm
Forum: CFG/Bind snippets
Topic: Loot Corpse on Rez
Replies: 4
Views: 3932

Loot Corpse on Rez

Anyone have a bind that will loot your corpse when you're rezzed?

G-Man
by GeoffreyF67
Fri Dec 29, 2006 8:34 pm
Forum: ISXEQ::General
Topic: ISVirgin - Please be Gentle :)
Replies: 44
Views: 14166

For instance, right now I"m attempting to find information on whether it's possible to use a .mac within innerspace. I *think* i've seen it posted somehwere before but I'll be durned if I can find it and how exactly to do it.

What I'm trying to do at the moment is run modbot.mac :)

G-Man
by GeoffreyF67
Fri Dec 29, 2006 8:30 pm
Forum: ISXEQ::General
Topic: ISVirgin - Please be Gentle :)
Replies: 44
Views: 14166

The Innerspace docs are really hard to follow because there's not much documented. Took me quite a while to figure out how to get the extensions loaded then I forgot and when I came back a week later had to figure it out again LOL.

G-Man
by GeoffreyF67
Sun Dec 17, 2006 1:06 pm
Forum: ISXEQ::General
Topic: Item Information
Replies: 1
Views: 1801

Item Information

How do you get the extra item information in EQ when using InnerSpace and the Everquest extension?

I have isxeq loaded as well as isxeqmap but I'm not sure what needs to be loaded to give me the spell information on right clicks and the extra item information when you right click on an item.

G-Man
by GeoffreyF67
Sun Dec 17, 2006 1:57 am
Forum: ISXEQ::General
Topic: ISVirgin - Please be Gentle :)
Replies: 44
Views: 14166

I finally figured it out...wow that documentation really needs to be updated Lax! Anyhow, if someone needs to know, you have to get the isxdk from here: http://www.lavishsoft.com/downloads.php?p=isxdk Then you have to install it. Then you update your include (and lib) paths. Finally, you have to com...
by GeoffreyF67
Sun Dec 17, 2006 12:21 am
Forum: ISXEQ::General
Topic: ISVirgin - Please be Gentle :)
Replies: 44
Views: 14166

ISVirgin - Please be Gentle :)

I've purchased, downloaded, installed, and have InnerSpace running in Everquest... But I don't see the usual features that I do with macroquest. Now, as I understand it, I need to get an extension for IS. But I can't find the download for this extension. Any help would be greatly appreciated. Thanks...
by GeoffreyF67
Sat May 01, 2004 11:57 pm
Forum: MQ2::Help
Topic: /newif syntax question
Replies: 5
Views: 1664

Yeah I saw that thanks!
by GeoffreyF67
Sat May 01, 2004 3:53 pm
Forum: MQ2::Help
Topic: /newif syntax question
Replies: 5
Views: 1664

SHIT! DOH! Been looking at that for 15 minutes and didn't see that. Thanks!
by GeoffreyF67
Sat May 01, 2004 3:51 pm
Forum: MQ2::Help
Topic: /newif syntax question
Replies: 5
Views: 1664

/newif syntax question

Any idea why this doesn't work? I get the error "Could not find command to execute" when I run it.

Code: Select all

sub main
  /declare a0 int local

  /newif (${Defined[a0]} {
     /ECHO @a0
  }
/return
by GeoffreyF67
Thu Apr 22, 2004 2:16 pm
Forum: Macro Help (MQ1)
Topic: Mid function
Replies: 1
Views: 949

Mid function

Ok. I am obviously missing something but I have no idea what it is...I read the help and am not clear how to use the mid function. Here's my test code: sub main /declare p1 global /declare p0 global /varset p0 "test" /echo @p0 /varset p1 ${string[p0].Mid[1,2]} /echo @p1 /return
by GeoffreyF67
Wed Apr 21, 2004 7:04 pm
Forum: Macro Help (MQ1)
Topic: Pointers appreciated
Replies: 4
Views: 1532

That helped some...got me a bit farther :) Now when I try to run it, it stops on the first varset below: /for l1 0 to $int($calc($strlen(@Param@l0)-1)) /varset l2 $mid(@l1,1,@Param@l0) /varset l3 @v9@l0 | Debug: array didn't like the fancy stuff Says: Ending macro: /varset a(0,0) $mid(0,1,123)
by GeoffreyF67
Wed Apr 21, 2004 6:01 pm
Forum: Macro Help (MQ1)
Topic: Pointers appreciated
Replies: 4
Views: 1532

Pointers appreciated

I've got the following macro that was working before today's patch. I've read through the new information on the MQ2Data stuff but, to be honest, I'm confused and not really sure what I need to change in my macro. Tips and help would be appreciated. Thanks! G-Man | Twist2.mac Flexible bard song twis...
by GeoffreyF67
Fri Feb 20, 2004 7:29 pm
Forum: Macro Depot (MQ1)
Topic: twisting mac
Replies: 55
Views: 19820

If you have a song like largo's abonant binding in your twist and you don't have a target the macro gets caught in a nasty loop and stops casting...

It would be better if it just went to the next song in the list and came back to that one in the next time around...

G-Man
by GeoffreyF67
Mon Dec 08, 2003 12:25 pm
Forum: Macro Help (MQ1)
Topic: Counting mobs
Replies: 18
Views: 4948

Yah if you could either post the source or pm it to me that would be great!

Thanks!

G-Man