Zone Numbers.

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

sscharbo
decaying skeleton
decaying skeleton
Posts: 4
Joined: Thu Dec 13, 2007 3:57 pm

Zone Numbers.

Post by sscharbo » Mon May 31, 2010 4:04 pm

Hello all, I wanted to update some macro's I have but can't seem to find a listing of zone ID numbers.

Code: Select all

Sub Main

	/doevents
	/if (${Zone.ID}==485) /goto :anti
	/if (${Zone.ID}==480) /goto :brells
	/if (${Zone.ID}==490) /goto :bt
	/if (${Zone.ID}==483) /goto :cc
	/if (${Zone.ID}==484) /goto :city
	/if (${Zone.ID}==481) /goto :ff
	/if (${Zone.ID}==486) /goto :found
	/if (${Zone.ID}==487) /goto :lc
	/if (${Zone.ID}==488) /goto :pg
	/if (${Zone.ID}==482) /goto :under
	/if (${Zone.ID}==489) /goto :volsk
   
If anyone could point me in the right direction, or better yet, if they have a complete zone ID list they could post / PM me I would greatly appericate it. Or if you know how to revert the zone.ID into some sort of = I could implement into my hud that would work too.

sscharbo
decaying skeleton
decaying skeleton
Posts: 4
Joined: Thu Dec 13, 2007 3:57 pm

Re: Zone Numbers.

Post by sscharbo » Mon May 31, 2010 4:30 pm

Ya, so I figured it out =/ its as simple as

Code: Select all

 /echo Zone ID: ${Zone.ID}
LOL =/ sorry about that.

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

Re: Zone Numbers.

Post by ieatacid » Mon May 31, 2010 5:46 pm











xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Zone Numbers.

Post by xyilla » Wed Jan 14, 2026 3:50 am