Search found 21 matches

by Spectre
Wed Dec 10, 2003 8:50 am
Forum: MQ2::General
Topic: SoE's Crackdown Methods
Replies: 30
Views: 12183

Sony really needs to read these posts and buy the clue for 10pp at the PoK vendors. If they want to stop the use of these programs then they need to add them to the program. No, if they add them, to EQ, then MQ will hack something else. The people that are abusing MQ (and EQ, by extension) are doin...
by Spectre
Sat Oct 11, 2003 5:22 pm
Forum: Macro Requests (MQ1)
Topic: Just a very simple buff bot macro
Replies: 5
Views: 1473

Wow thanks spectre, i looked thru the routines.mac and i dont even need that, but here is the spellsub2.mac i used..think grimjack made it for some time ago I need spellsub.mac as well, there are some references to it in the code below. |botspell.inc |Bot spell routines and some spell commands. | |...
by Spectre
Sat Oct 11, 2003 5:05 pm
Forum: Macro Depot (MQ1)
Topic: drag.mac macro for draging up to 7 corpses.
Replies: 7
Views: 2088

Not sure, but I don't think this will work anymore: /if n $strlen("@Param0")<=0 { Use this instead: /if $defined(Param0)==FALSE { This may not be the correct thread for this, but neither of the above two examples work. Code such as: | sptest.mac #turbo #include spells.mac Sub Main /if $de...
by Spectre
Sat Oct 11, 2003 4:55 pm
Forum: Macro Depot (MQ1)
Topic: YAST - Yet another spell trainer.
Replies: 19
Views: 6101

Okay, I had a chance to come home and test. This setup worked fine for me... Save the following code into a file called spells.mac: #event Fizzle "Your spell fizzles!" #event Interrupt "Your casting has been interrupted!" #event Interrupt "Your spell is interrupted." #e...
by Spectre
Sat Oct 11, 2003 3:00 pm
Forum: Macro Depot (MQ1)
Topic: YAST - Yet another spell trainer.
Replies: 19
Views: 6101

try this. save this code as test.mac, then post results... |Plazmic + 1 line change by Imperfect |** SpellCast.inc |** This will cast a spell reliably for you... |** Usage: |** /call Cast "spellname" |** It will return the following values: |** CAST_SUCCESS |** CAST_UNKNOWNSPELL |** CAST_O...
by Spectre
Sat Oct 11, 2003 2:40 pm
Forum: Macro Depot (MQ1)
Topic: YAST - Yet another spell trainer.
Replies: 19
Views: 6101

bzt wrote:I pasted the whole spellcast.mac into that test mac..and still got the same error..
Then there's a typo in there somewhere. Please post the contents of your test.mac file (the most recent one, with the spellcast.mac text pasted in).
by Spectre
Sat Oct 11, 2003 2:02 pm
Forum: Macro Depot (MQ1)
Topic: YAST - Yet another spell trainer.
Replies: 19
Views: 6101

Hmm, something's rotten in Denmark.

Open up your test.mac and block copy the copy of spellcast.mac into it, then try the experiment again.

Either there's a typo somewhere, or for some reason your MQ isn't able to find the spellcast.mac file.
by Spectre
Sat Oct 11, 2003 12:20 pm
Forum: Macro Requests (MQ1)
Topic: Buff/dot wear-off notification (multiple targets/buffs)
Replies: 3
Views: 986

Are you looking for something like this ?
by Spectre
Sat Oct 11, 2003 12:00 pm
Forum: Macro Help (MQ1)
Topic: castgem practice macro
Replies: 2
Views: 845

/if n $strlen("@p0")<=0 { @p0 doesn't exist. Plaz has also posted that this method of checking for params may not work anymore. I'd suggest something like this: Sub Main(GemNumber) /if $defined(GemNumber)==FALSE { /echo Usage: /macro cast gem# /endmacro } /declare Gem1 global /declare Gem...
by Spectre
Sat Oct 11, 2003 11:48 am
Forum: Macro Requests (MQ1)
Topic: Just a very simple buff bot macro
Replies: 5
Views: 1473

Disclaimer1: I don't have a shammy, so I can't test this. Disclaimer2: You have two includes (spellsub2.mac and routines.mac). I don't have either of these files, and you didn't post them, so this macro won't work until those are updated as well. Post em and I'll do them, too. | shaman.mac | shaman ...
by Spectre
Fri Oct 10, 2003 7:39 pm
Forum: Macro Requests (MQ1)
Topic: Translation of ts.mac
Replies: 1
Views: 886

go here
by Spectre
Fri Oct 10, 2003 7:33 pm
Forum: Macro Depot (MQ1)
Topic: another generic tradeskill macro updated
Replies: 6
Views: 2889

/varset SkillName "Brewing" | if using this macro for skillups, put the trivial for this combine on the next line /varset SkillCap 999 /varset CombineBag "enviro" what would i change here for a tradeskill that uses a bag Just change CombineBag to exactly match what bag you're us...
by Spectre
Fri Oct 10, 2003 7:30 pm
Forum: Macro Depot (MQ1)
Topic: another generic tradeskill macro updated
Replies: 6
Views: 2889

Re: another generic tradeskill macro updated

Edited by DKAA: turned off smilies.
heh. thanks.
by Spectre
Fri Oct 10, 2003 5:36 pm
Forum: Macro Depot (MQ1)
Topic: another generic tradeskill macro updated
Replies: 6
Views: 2889

another generic tradeskill macro updated

Here's a rewrite of another generic, easy to use and modify script. Props to Zeus and Wassup. |Tradeskill.mac | by Zeus | updated for new MQ by Spectre | | *Based on Wassup combine routines | | Adjust DelayValue according to the spped of your computer, | connection ad screen lag, minimun value is on...
by Spectre
Fri Oct 10, 2003 12:45 am
Forum: MQ2::General
Topic: Status of MQ (WORKING) [Updated: Wed Nov 03]
Replies: 47
Views: 15727

/finditem doesn't seem to work for me. Is anyone else having this problem? /finditem returns that it can't find any item I've tried at all. Using the "latest Zip" - tried the one at EQMule's site as well as the one on this site. -BN Yes, the same thing is happening to me. Also, /cleanup i...