Search found 15 matches

by zertful
Tue Jul 20, 2004 12:51 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Natural Beastlord Hunter v1.1.9 (Updated 2004-07-11)
Replies: 209
Views: 96845

1.2 keeps freezing up on me trying to buff, it works fine for all buffs except buffs with an apostrophe. Also, this section of code had a stray character that was messing it up... /if ( ${Me.Pet.Distance}>30 ) {m DEBUG_1 Waiting for pet to come. /goto :WaitForMyPet Edit: My problem with buffing was ...
by zertful
Thu Jul 01, 2004 3:52 pm
Forum: MQ2::Macros::Help
Topic: AutoBeastlord based off of Latest RogueHelper
Replies: 6
Views: 1616

Thanks I'll try that out tonight when I get home... :cool: If it works out ok I'll add it to the code above. Gotta get back to work...


Zertful
by zertful
Wed Jun 30, 2004 8:57 pm
Forum: MQ2::Macros::Help
Topic: AutoBeastlord based off of Latest RogueHelper
Replies: 6
Views: 1616

|- Find the next available BounceOff key number and store the spell /declare bindex int local 1 :CheckNextKey /if (${Ini[RHItems.ini,${Line.Arg[3]},BounceOff${bindex}].Length}) { |- This one is in use... /varcalc bindex ${bindex}+1 /goto :CheckNextKey } else { |- This one not defined (yet). Good. /...
by zertful
Wed Jun 30, 2004 8:52 pm
Forum: MQ2::Macros::Help
Topic: AutoBeastlord based off of Latest RogueHelper
Replies: 6
Views: 1616

AutoBeastlord based off of Latest RogueHelper

Hey guys, I've been out of this for awhile since working on Liza2d's Macro Kit (MQ 1.0?) so I'm a bit lost with the new MQ2Data syntax's but I've been playing around with Jerle69's wonderful Rogue Helper script... adapting it to the beastlord. There have been a few nice adaptations now and again usu...
by zertful
Tue Jun 08, 2004 11:24 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AutoBeastlord Macro with Rebuffs
Replies: 9
Views: 4435

I'm also interested in finding a good use for the moveutils, I've got the plugin compiled and setup, but I'm not sure of the best way to implement it with the script and keep the events happy. (I haven't really programmed any of the 3.0 macros yet) On a site note here is another great parms based be...
by zertful
Sun Jun 06, 2004 3:09 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AutoBeastlord Macro with Rebuffs
Replies: 9
Views: 4435

This is a great adaptation. I've been using it since you posted it in the macro request forums. Many thanks screwball for taking the time to create this and post it on the forums. As far as your problems the_horror, it's most likely due to the 3 or 4 word wraps that are posted in that code block. Th...
by zertful
Fri Apr 16, 2004 8:29 pm
Forum: Macro Depot (MQ1)
Topic: rogue.mac - AutoRogue v. 2.0j *New Parm Rdy* (4/25/2004)
Replies: 102
Views: 59354

Nice work on this very useful macro Cunning. I'm using a modified version of this script for my beastlord. Is there a way to have the autobehind code detect walls without running face first into a wall if a mob has it's back to the wall, or simply a way to turn off autobehind? I've tried setting the...
by zertful
Sun Dec 01, 2002 11:09 pm
Forum: Outdated Macros::Macro Depot
Topic: Bagit.mac - Bags equipment FAST (pvp usage)
Replies: 7
Views: 2641

Valerian wrote:what about range and ammo? (never played on PVP, but I know I tend to keep somewhat interesting things in range an ammo)
I was under the impression that first row items can't be looted, I could be wrong... it would be easy to add.

Zert
by zertful
Sun Dec 01, 2002 10:27 pm
Forum: Outdated Macros::Macro Depot
Topic: Bagit.mac - Bags equipment FAST (pvp usage)
Replies: 7
Views: 2641

Bagit.mac - Bags equipment FAST (pvp usage)

Here ya go, hot off the presses... very simple macros but very useful. Put them in your macro subdirectory and just type /mac bagit or /mac equip from eq. Make sure these packs are empty 0 4 1 5 <--- Just 1 spot empty (for gloves) 2 6 <--- Totally Empty 8 slot 3 7 <--- Totally Empty 8 slot Enjoy |ba...
by zertful
Fri Nov 29, 2002 1:13 am
Forum: Outdated Macros::Macro Help
Topic: Macro Assist
Replies: 4
Views: 1462

problems with macro

Hey Iceassassin, Yea that hunting / bot script is mine with a few parts Fippy and a few parts Nerfy. Pretty much all of the sub event_hitsyou section is broken. It may be bombing out as soon as you get hit if you leave that stuff in there. There are alot of missing returns in Main. (I've learned alo...
by zertful
Fri Nov 15, 2002 2:21 am
Forum: Outdated Macros::Macro Help
Topic: Checking Aggro
Replies: 10
Views: 2417

Now I would have a function that fills this array with all MOBs near to you. Say, within a 7 range. Great ideas! But how would I fill an array with nearby spawn ids? Best I can figure is to set an alert for creatures within the radius. But how to you get their ids? Zertful *too newbie for this*
by zertful
Thu Nov 14, 2002 11:35 pm
Forum: Outdated Macros::Macro Depot
Topic: MacroKit.inc - A kit which allows you to build macros easily
Replies: 55
Views: 16819

First off, great set of tools L124RD! It's really cleaned up some of my hunting and bot macros. I have a small update to fight.inc, I was having a few problems with it locking up EQW. Changes: - autoloot subroutine replaced, same functionality without lockups - cleaned up /doability spam by checking...
by zertful
Thu Nov 14, 2002 9:43 pm
Forum: Outdated Macros::Macro Help
Topic: Hunter / Group Bot Mac w/ Hatelist -- need some help!
Replies: 3
Views: 1372

only way i could think of doing it was to use $spawn and scan down the list using next until i found the nearest one whos name matched. $spawn(id,xxx) Returns information on a spawn xxx can be: name[clean], surname, id, x, y, z, heading, headingto, speed, distance[,nopredict|x|y|z], type, level, gm...
by zertful
Thu Nov 14, 2002 1:44 pm
Forum: Outdated Macros::Macro Help
Topic: Hunter / Group Bot Mac w/ Hatelist -- need some help!
Replies: 3
Views: 1372

Hunter / Group Bot Mac w/ Hatelist -- need some help!

I know alot of this code is from other scripts but I've added quite a bit. I can't seem to figure out how to implement Nerfy's hatelist. I can get the target name from the event message with some string mangling, but how can I translate that into a $target(id) without switching my current target? |f...
by zertful
Thu Oct 31, 2002 2:25 pm
Forum: Outdated Macros::Macro Depot
Topic: fmlog.mac -- Log after automatically after full mana...
Replies: 6
Views: 2314

Re: small edit

I was thinking about this a little, seems the best way to curently be sure your sitting is to do /stand /sit so the full thing might look like this |<fmlog.mac> |Created by Mor-ath, the God of Stealth and Silence |Hate logging in with no mana? This should allow you to finish playing |goto bed, and ...