randomguy_01
Well-known member
- Joined
- Jul 13, 2005
- RedCents
- 54¢
I ganked some of the new zone info from ShowEQ's project update.
You're gonna have to update MAX_ZONES in eqdata.h to
as for MQ2Zone.ini (Pizzyzone or whatever), I tried to change some stuff quickly so it might not be very efficient. This is probably gonna need some work.
Also NPC Teleporters have to be modified for the new north and south ro's.
Hope that helps some.
You're gonna have to update MAX_ZONES in eqdata.h to
Rich (BB code):
#define MAX_ZONES 0x189
as for MQ2Zone.ini (Pizzyzone or whatever), I tried to change some stuff quickly so it might not be very efficient. This is probably gonna need some work.
Rich (BB code):
369=arcstone "Arcstone",383,370,371
370=relic "Relic",369
371=skylance "Skylance"
372=devastation "The Devastation",382
373=devastationa "The Seething Wall",372
374=rage "Sverag, Stronghold of Rage",372
375=ragea "Razorthorn, Tower of Sullon Zek",374
376=takishruins "Ruins of Takish-Hiz",392,378
377=takishruinsa "The Root of Ro",376
378=elddar "The Elddar Forest",376,379
379=elddara "Tunare's Shrine",378
380=theater "Theater of Blood"
381=theatera "Deathknell, Tower of Dissonance"
382=freeporteast "Freeport East",383,393,384,372
383=freeportwest "Freeport West",202,384,22,382,369
384=freeportsewers "Freeport Sewers",393,382,383
385=freeportacademy "Academy of Arcane Sciences"
386=freeporttemple "Temple of Marr"
387=freeportmilitia "Freeport Militia House"
388=freeportarena "Arena"
389=freeportcityhall "City Hall"
390=freeporttheater "Theater"
391=freeporthall "Hall of Truth"
392=northro "North Ro",393,382,384,37
393=southro "South Ro",392,37,46,376
Also NPC Teleporters have to be modified for the new north and south ro's.
Hope that helps some.
Last edited:

