Search found 6 matches

by bertbert
Mon May 01, 2006 8:09 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shadow Haven Faction Macro
Replies: 16
Views: 9220

To fix this macro, change the line to /if (${Ini[${FileName},${SectionName},Loc${nValues}[b],NOTFOUND].Equal[NOTFOUND]})[/b] { Also I have noticed that more often than not I get stuck in the room with Steaon. Other times, and much worse, I have ended up in the water. Maybe this macro should have a S...
by bertbert
Sun Apr 30, 2006 10:32 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Run to nearest PoK Portal
Replies: 2
Views: 2422

The only reason is that is was about 4am when I knocked this up and my brain wasn't working. If you don't have a door selected the DoorTarget.Name returns "" rather than NULL, which I couldn't work out how to test for. Doh!

Anyway, updated now. :D
by bertbert
Sun Apr 30, 2006 7:48 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Run to nearest PoK Portal
Replies: 2
Views: 2422

Run to nearest PoK Portal

This is a small macro, largely based on Hunter.mac, which I use to run my toon to the nearest PoK book and zone. Very lazy, I know, but I find it useful. I'd advise against using it anywhere with uncertain terrain, e.g. lava, large drops etc. It uses the Hunter avoid obstacle routine to get around r...
by bertbert
Tue May 31, 2005 4:10 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Self Automated Tradeskill Macros
Replies: 409
Views: 303541

Is it just me or is anyone else finding problems using /windowstate MerchantWnd close When I use it, the merchant windows closes OK, but will not open again unless I use /windowstate MerchantWnd open I am using keypress esc instead, although it loses the target. Quite handy for the macros I am writi...
by bertbert
Sat May 28, 2005 10:40 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 117328

Slight update to the above. Forgot to allow for the relative values being less than 1. Sub GetTarget /declare RV_CurrentRadius int local /declare RV_TargetSub int local /declare RV_MinLevel int local /declare RV_MaxLevel int local /varcalc RV_MinLevel ${Me.Level}+${RV_MobLower} /varcalc RV_MaxLevel ...
by bertbert
Thu May 26, 2005 6:15 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 117328

I've made a few mods to the base code that people might find useful. Firstly, to restrict the level of mobs you hunt. This can be very useful for XP hunting. Add this to the Declare section at the top of the macro. |------------------------------------------------------------ |What level tolerance w...