|
From: <iea...@us...> - 2009-12-20 18:28:47
|
Revision: 744
http://seq.svn.sourceforge.net/seq/?rev=744&view=rev
Author: ieatacid
Date: 2009-12-20 18:28:40 +0000 (Sun, 20 Dec 2009)
Log Message:
-----------
charProfile updated
+ New zones added
+ New races added
+ New item codes added
+ Version to 5.13.9
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/configure.in
showeq/trunk/src/everquest.h
showeq/trunk/src/interface.cpp
showeq/trunk/src/races.h
showeq/trunk/src/spawn.cpp
showeq/trunk/src/weapons2c.h
showeq/trunk/src/zones.h
Added Paths:
-----------
showeq/trunk/src/weapons2d.h
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2009-10-26 21:52:38 UTC (rev 743)
+++ showeq/trunk/ChangeLog 2009-12-20 18:28:40 UTC (rev 744)
@@ -1,3 +1,10 @@
+ieatacid (12/20/09)
+-----------------
+- Updated version to 5.13.9
+- Updated charProfile struct
+- New zones added to zones.h
+- New races and item codes added (uRit1u2CBBA)
+
ieatacid (10/26/09)
-----------------
- Updated version to 5.13.8
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2009-10-26 21:52:38 UTC (rev 743)
+++ showeq/trunk/configure.in 2009-12-20 18:28:40 UTC (rev 744)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.8.0)
+AC_INIT(showeq, 5.13.9.0)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/everquest.h
===================================================================
--- showeq/trunk/src/everquest.h 2009-10-26 21:52:38 UTC (rev 743)
+++ showeq/trunk/src/everquest.h 2009-12-20 18:28:40 UTC (rev 744)
@@ -102,14 +102,14 @@
//Maximum limits of certain types of data
#define MAX_KNOWN_SKILLS 100
-#define MAX_SPELL_SLOTS 10
+#define MAX_SPELL_SLOTS 12
#define MAX_KNOWN_LANGS 25
#define MAX_SPELLBOOK_SLOTS 400
#define MAX_GROUP_MEMBERS 6
#define MAX_BUFFS 30
#define MAX_GUILDS 1500
#define MAX_AA 300
-#define MAX_BANDOLIERS 20
+#define MAX_BANDOLIERS 20
#define MAX_POTIONS_IN_BELT 5
#define MAX_TRIBUTES 5
#define MAX_DISCIPLINES 100
@@ -425,7 +425,7 @@
/*
** Buffs
-** Length: 24 Octets
+** Length: 28 Octets
** Used in:
** charProfileStruct(07012)
*/
@@ -440,7 +440,8 @@
/*0012*/ int32_t effect; // holds the dmg absorb amount on runes
/*0016*/ uint8_t unknown0016[4]; // *** this might need to be swapped with playerId
/*0020*/ uint32_t playerId; // Global id of caster (for wear off)
-/*0024*/
+/*0024*/ uint8_t unknown0024[4];
+/*0028*/
};
@@ -606,7 +607,8 @@
/*0920*/ uint8_t unknown0920[4]; // *** Placeholder (01/17/2008)
/*0924*/ uint8_t unknown0924[4]; // *** Placeholder (09/03/2008)
/*0928*/ uint8_t unknown0928[4]; // *** Placeholder (10/07/2008)
-/*0932*/
+/*0932*/ uint8_t unknown0932[8]; // *** Placeholder (11/04/2009)
+/*0940*/
};
/*
@@ -691,7 +693,7 @@
/*04189*/ uint8_t unknown04189[175];
/*04364*/ int32_t sSpellBook[720]; // List of the Spells in spellbook
/*07244*/ int32_t sMemSpells[MAX_SPELL_SLOTS]; // List of spells memorized
-/*07284*/ uint8_t unknown07284[28];
+/*07292*/ uint8_t unknown07292[20];
/*07312*/ uint32_t platinum; // Platinum Pieces on player
/*07316*/ uint32_t gold; // Gold Pieces on player
/*07320*/ uint32_t silver; // Silver Pieces on player
@@ -702,22 +704,25 @@
/*07340*/ uint32_t copper_cursor; // Copper Pieces on cursor
/*07344*/ uint32_t skills[MAX_KNOWN_SKILLS]; // List of skills
/*07744*/ uint32_t innateSkills[25];
-/*07844*/ uint8_t unknown07844[36];
-/*07880*/ uint32_t toxicity; // Potion Toxicity (15=too toxic, each potion adds 3)
-/*07884*/ uint32_t thirst; // Drink (ticks till next drink)
-/*07888*/ uint32_t hunger; // Food (ticks till next eat)
+/*07844*/ uint8_t unknown07844[16];
+/*07860*/ uint32_t toxicity; // Potion Toxicity (15=too toxic, each potion adds 3)
+/*07864*/ uint32_t thirst; // Drink (ticks till next drink)
+/*07868*/ uint32_t hunger; // Food (ticks till next eat)
+/*07872*/ uint8_t unknown07872[20];
/*07892*/ spellBuff buffs[MAX_BUFFS]; // Buffs currently on the player
-/*08612*/ uint32_t disciplines[MAX_DISCIPLINES]; // Known disciplines
-/*09012*/ uint8_t unknown09012[560];
-/*09572*/ uint32_t recastTimers[MAX_RECAST_TYPES]; // Timers (GMT of last use)
-/*09652*/ uint32_t endurance; // Current endurance
-/*09656*/ uint32_t aa_spent; // Number of spent AA points
-/*09660*/ uint32_t aa_unspent; // Unspent AA points
-/*09664*/ uint8_t unknown09664[4];
-/*09668*/ BandolierStruct bandoliers[MAX_BANDOLIERS]; // bandolier contents
-/*16068*/ InlineItem potionBelt[MAX_POTIONS_IN_BELT]; // potion belt
-/*16428*/ uint8_t unknown16428[92];
-/*16520*/
+/*08732*/ uint32_t disciplines[MAX_DISCIPLINES]; // Known disciplines
+/*09132*/ uint8_t unknown09132[560];
+/*09692*/ uint32_t recastTimers[MAX_RECAST_TYPES]; // Timers (GMT of last use)
+/*09772*/ uint32_t endurance; // Current endurance
+/*09776*/ uint32_t aa_spent; // Number of spent AA points (including glyphs)
+/*09780*/ uint32_t aa_assigned; // Number of points currently assigned to AAs
+/*09784*/ uint32_t unknown09784[4];
+/*09800*/ uint32_t aa_unspent; // Unspent AA points
+/*09804*/ uint8_t unknown09804[4];
+/*09808*/ BandolierStruct bandoliers[MAX_BANDOLIERS]; // bandolier contents
+/*16208*/ InlineItem potionBelt[MAX_POTIONS_IN_BELT]; // potion belt
+/*16568*/ uint8_t unknown16568[92];
+/*16660*/
};
/*
@@ -729,81 +734,81 @@
{
/*00000*/ uint32_t checksum; //
/*00004*/ playerProfileStruct profile; // Profile
-/*16520*/ char name[64]; // Name of player
-/*16584*/ char lastName[32]; // Last name of player
-/*16616*/ uint8_t unknown16616[12]; //***Placeholder (1/18/2006)
-/*16628*/ int32_t guildID; // guildID
-/*16632*/ uint32_t birthdayTime; // character birthday
-/*16636*/ uint32_t lastSaveTime; // character last save time
-/*16640*/ uint32_t timePlayedMin; // time character played
-/*16644*/ uint8_t unknown16644[4];
-/*16648*/ uint8_t pvp; // 1=pvp, 0=not pvp
-/*16649*/ uint8_t anon; // 2=roleplay, 1=anon, 0=not anon
-/*16650*/ uint8_t gm; // 0=no, 1=yes (guessing!)
-/*16651*/ int8_t guildstatus; // 0=member, 1=officer, 2=guildleader
-/*16652*/ uint8_t unknown16652[8];
-/*16660*/ uint32_t exp; // Current Experience
-/*16664*/ uint8_t unknown16664[12];
-/*16676*/ uint8_t languages[MAX_KNOWN_LANGS]; // List of languages
-/*16701*/ uint8_t unknown16701[7]; // All 0x00 (language buffer?)
-/*16708*/ float y; // Players y position
-/*16712*/ float x; // Players x position
-/*16716*/ float z; // Players z position
-/*16720*/ float heading; // Players heading
-/*16724*/ uint32_t standState; // 0x64 = stand
-/*16728*/ uint32_t platinum_bank; // Platinum Pieces in Bank
-/*16732*/ uint32_t gold_bank; // Gold Pieces in Bank
-/*16736*/ uint32_t silver_bank; // Silver Pieces in Bank
-/*16740*/ uint32_t copper_bank; // Copper Pieces in Bank
-/*16744*/ uint32_t platinum_shared; // Shared platinum pieces
-/*16748*/ uint8_t unknown16748[1036];
-/*17784*/ uint32_t expansions; // Bitmask for expansions
-/*17788*/ uint8_t unknown17788[12];
-/*17800*/ uint32_t autosplit; // 0 = off, 1 = on
-/*17804*/ uint8_t unknown17804[16];
-/*17820*/ uint16_t zoneId; // see zones.h
-/*17822*/ uint16_t zoneInstance; // Instance id
-/*17824*/ uint8_t unknown17824[800];
-/*18624*/ uint32_t leadAAActive; // 0 = leader AA off, 1 = leader AA on
-/*18628*/ uint8_t unknown18628[4];
-/*18632*/ uint32_t ldon_guk_points; // Earned GUK points
-/*18636*/ uint32_t ldon_mir_points; // Earned MIR points
-/*18640*/ uint32_t ldon_mmc_points; // Earned MMC points
-/*18644*/ uint32_t ldon_ruj_points; // Earned RUJ points
-/*18648*/ uint32_t ldon_tak_points; // Earned TAK points
-/*18652*/ uint32_t ldon_avail_points; // Available LDON points
-/*18656*/ uint8_t unknown18656[136];
-/*18792*/ uint32_t tributeTime; // Time remaining on tribute (millisecs)
-/*18796*/ uint32_t careerTribute; // Total favor points for this char
-/*18800*/ uint32_t unknown18800; // *** Placeholder
-/*18804*/ uint32_t currentTribute; // Current tribute points
-/*18808*/ uint32_t unknown18808; // *** Placeholder
-/*18812*/ uint32_t tributeActive; // 0 = off, 1=on
-/*18816*/ TributeStruct tributes[MAX_TRIBUTES]; // Current tribute loadout
-/*18856*/ uint8_t unknown18856[4];
-/*18860*/ float expGroupLeadAA; // Current group lead exp points
-/*18864*/ uint32_t unknown18864;
-/*18868*/ float expRaidLeadAA; // Current raid lead AA exp points
-/*18872*/ uint32_t unknown18872;
-/*18876*/ uint32_t groupLeadAAUnspent; // Unspent group lead AA points
-/*18880*/ uint32_t raidLeadAAUnspent; // Unspent raid lead AA points
-/*18884*/ uint32_t leadershipAAs[MAX_LEAD_AA]; // Leader AA ranks
-/*19012*/ uint8_t unknown19012[128];
-/*19140*/ uint32_t airRemaining; // Air supply (seconds)
-/*19144*/ uint8_t unknown19144[4608];
-/*23752*/ uint32_t expAA; // Exp earned in current AA point
-/*23756*/ uint8_t unknown23756[40];
-/*23796*/ uint32_t currentRadCrystals; // Current count of radiant crystals
-/*23800*/ uint32_t careerRadCrystals; // Total count of radiant crystals ever
-/*23804*/ uint32_t currentEbonCrystals;// Current count of ebon crystals
-/*23808*/ uint32_t careerEbonCrystals; // Total count of ebon crystals ever
-/*23812*/ uint8_t groupAutoconsent; // 0=off, 1=on
-/*23813*/ uint8_t raidAutoconsent; // 0=off, 1=on
-/*23814*/ uint8_t guildAutoconsent; // 0=off, 1=on
-/*23815*/ uint8_t unknown23815[5]; // ***Placeholder (6/29/2005)
-/*23820*/ uint32_t showhelm; // 0=no, 1=yes
-/*23824*/ uint8_t unknown23824[1032]; // ***Placeholder (2/13/2007)
-/*24856*/
+/*16660*/ char name[64]; // Name of player
+/*16724*/ char lastName[32]; // Last name of player
+/*16756*/ uint8_t unknown16756[8]; //***Placeholder (1/18/2006)
+/*16764*/ int32_t guildID; // guildID
+/*16768*/ uint32_t birthdayTime; // character birthday
+/*16772*/ uint32_t lastSaveTime; // character last save time
+/*16776*/ uint32_t timePlayedMin; // time character played
+/*16780*/ uint8_t unknown16780[4];
+/*16784*/ uint8_t pvp; // 1=pvp, 0=not pvp
+/*16785*/ uint8_t anon; // 2=roleplay, 1=anon, 0=not anon
+/*16786*/ uint8_t gm; // 0=no, 1=yes (guessing!)
+/*16787*/ int8_t guildstatus; // 0=member, 1=officer, 2=guildleader
+/*16788*/ uint8_t unknown16788[8];
+/*16796*/ uint32_t exp; // Current Experience
+/*16800*/ uint8_t unknown16800[12];
+/*16812*/ uint8_t languages[MAX_KNOWN_LANGS]; // List of languages
+/*16837*/ uint8_t unknown16837[7]; // All 0x00 (language buffer?)
+/*16844*/ float y; // Players y position
+/*16848*/ float x; // Players x position
+/*16852*/ float z; // Players z position
+/*16856*/ float heading; // Players heading
+/*16860*/ uint32_t standState; // 0x64 = stand
+/*16864*/ uint32_t platinum_bank; // Platinum Pieces in Bank
+/*16868*/ uint32_t gold_bank; // Gold Pieces in Bank
+/*16872*/ uint32_t silver_bank; // Silver Pieces in Bank
+/*16876*/ uint32_t copper_bank; // Copper Pieces in Bank
+/*16880*/ uint32_t platinum_shared; // Shared platinum pieces
+/*16884*/ uint8_t unknown16884[1036];
+/*17920*/ uint32_t expansions; // Bitmask for expansions
+/*17924*/ uint8_t unknown17924[12];
+/*17936*/ uint32_t autosplit; // 0 = off, 1 = on
+/*17940*/ uint8_t unknown17940[16];
+/*17956*/ uint16_t zoneId; // see zones.h
+/*17958*/ uint16_t zoneInstance; // Instance id
+/*17960*/ uint8_t unknown17960[992];
+/*18952*/ uint32_t leadAAActive; // 0 = leader AA off, 1 = leader AA on
+/*18956*/ uint8_t unknown18956[4];
+/*18960*/ uint32_t ldon_guk_points; // Earned GUK points
+/*18964*/ uint32_t ldon_mir_points; // Earned MIR points
+/*18968*/ uint32_t ldon_mmc_points; // Earned MMC points
+/*18972*/ uint32_t ldon_ruj_points; // Earned RUJ points
+/*18976*/ uint32_t ldon_tak_points; // Earned TAK points
+/*18980*/ uint32_t ldon_avail_points; // Available LDON points
+/*18984*/ uint8_t unknown18984[136];
+/*19120*/ uint32_t tributeTime; // Time remaining on tribute (millisecs)
+/*19124*/ uint32_t careerTribute; // Total favor points for this char
+/*19128*/ uint32_t unknown18800; // *** Placeholder
+/*19132*/ uint32_t currentTribute; // Current tribute points
+/*19136*/ uint32_t unknown19136; // *** Placeholder
+/*19140*/ uint32_t tributeActive; // 0 = off, 1=on
+/*19144*/ TributeStruct tributes[MAX_TRIBUTES]; // Current tribute loadout
+/*19184*/ uint8_t unknown19184[4];
+/*19188*/ float expGroupLeadAA; // Current group lead exp points
+/*19192*/ uint32_t unknown19192;
+/*19196*/ float expRaidLeadAA; // Current raid lead AA exp points
+/*19200*/ uint32_t unknown19200;
+/*19204*/ uint32_t groupLeadAAUnspent; // Unspent group lead AA points
+/*19208*/ uint32_t raidLeadAAUnspent; // Unspent raid lead AA points
+/*19212*/ uint32_t leadershipAAs[MAX_LEAD_AA]; // Leader AA ranks
+/*19340*/ uint8_t unknown19340[128];
+/*19468*/ uint32_t airRemaining; // Air supply (seconds)
+/*19472*/ uint8_t unknown19144[4608];
+/*24080*/ uint32_t expAA; // Exp earned in current AA point
+/*24084*/ uint8_t unknown24084[40];
+/*24124*/ uint32_t currentRadCrystals; // Current count of radiant crystals
+/*24128*/ uint32_t careerRadCrystals; // Total count of radiant crystals ever
+/*24132*/ uint32_t currentEbonCrystals;// Current count of ebon crystals
+/*24136*/ uint32_t careerEbonCrystals; // Total count of ebon crystals ever
+/*24140*/ uint8_t groupAutoconsent; // 0=off, 1=on
+/*24141*/ uint8_t raidAutoconsent; // 0=off, 1=on
+/*24142*/ uint8_t guildAutoconsent; // 0=off, 1=on
+/*24143*/ uint8_t unknown24143[5]; // ***Placeholder (6/29/2005)
+/*24148*/ uint32_t showhelm; // 0=no, 1=yes
+/*24152*/ uint8_t unknown24152[1032]; // ***Placeholder (2/13/2007)
+/*25184*/
};
#if 0
Modified: showeq/trunk/src/interface.cpp
===================================================================
--- showeq/trunk/src/interface.cpp 2009-10-26 21:52:38 UTC (rev 743)
+++ showeq/trunk/src/interface.cpp 2009-12-20 18:28:40 UTC (rev 744)
@@ -1856,14 +1856,14 @@
// "groupUpdateStruct", SZC_None,
// m_messageShell, SLOT(groupUpdate(const uint8_t*, size_t, uint8_t)));
m_packet->connect2("OP_GroupInvite", SP_Zone, DIR_Client|DIR_Server,
- "groupInviteStruct", SZC_None,
- m_messageShell, SLOT(groupInvite(const uint8_t*, size_t, uint8_t)));
+ "groupInviteStruct", SZC_None,
+ m_messageShell, SLOT(groupInvite(const uint8_t*, size_t, uint8_t)));
// m_packet->connect2("OP_GroupInvite", SP_Zone, DIR_Server,
// "groupAltInviteStruct", SZC_Match,
// m_messageShell, SLOT(groupInvite(const uint8_t*)));
m_packet->connect2("OP_GroupInvite2", SP_Zone, DIR_Client,
"groupInviteStruct", SZC_Match,
- m_messageShell, SLOT(groupInvite(const uint8_t*)));
+ m_messageShell, SLOT(groupInvite(const uint8_t*, size_t, uint8_t)));
m_packet->connect2("OP_GroupFollow", SP_Zone, DIR_Server,
"groupFollowStruct", SZC_Match,
m_messageShell, SLOT(groupFollow(const uint8_t*)));
Modified: showeq/trunk/src/races.h
===================================================================
--- showeq/trunk/src/races.h 2009-10-26 21:52:38 UTC (rev 743)
+++ showeq/trunk/src/races.h 2009-12-20 18:28:40 UTC (rev 744)
@@ -630,7 +630,34 @@
"Wagon", // 621
"God of Discord", // 622
"Wrulon Mount", // 623
- "UNKNOWN RACE", // 624
+ "Ogre NPC - Male", // 624
"Sokokar Mount", // 625
- "UNKNOWN RACE", // 626
+ "Giant (Rallosian mats)", // 626
+ "Sokokar (w saddle)", // 627
+ "10th Anniversary Banner", // 628
+ "10th Anniversary Cake", // 629
+ "Wine Cask", // 630
+ "Hydra Mount", // 631
+ "Hydra NPC", // 632
+ "Wedding Flowers", // 633
+ "Wedding Arbor", // 634
+ "Wedding Altar", // 635
+ "Powder Keg", // 636
+ "Apexus", // 637
+ "Bellikos", // 638
+ "Brell's First Creation", // 639
+ "Brell", // 640
+ "Crystalskin Ambuloid", // 641
+ "Cliknar Queen", // 642
+ "Cliknar Soldier", // 643
+ "Cliknar Worker", // 644
+ "Coldain", // 645
+ "Coldain", // 646
+ "Crystalskin Sessiloid", // 647
+ "Genari", // 648
+ "Gigyn", // 649
+ "Greken - Young Adult", // 650
+ "Greken - Young", // 651
+ "Cliknar Mount", // 652
+ "Telmira", // 653
#endif
Modified: showeq/trunk/src/spawn.cpp
===================================================================
--- showeq/trunk/src/spawn.cpp 2009-10-26 21:52:38 UTC (rev 743)
+++ showeq/trunk/src/spawn.cpp 2009-12-20 18:28:40 UTC (rev 744)
@@ -98,6 +98,12 @@
#include "weapons2c.h"
};
+ // sparse array of item names (in 0x2d range), some are NULL
+ static const char* itemnames2d[] =
+ {
+#include "weapons2d.h"
+ };
+
// assume no material name found
const char *itemStr = NULL;
@@ -152,6 +158,12 @@
if (itemLo < (sizeof(itemnames2c) / sizeof (char*)))
itemStr = itemnames2c[itemLo];
}
+ else if (itemHi == 0x2d)
+ {
+ // retrieve pointer to item name
+ if (itemLo < (sizeof(itemnames2d) / sizeof (char*)))
+ itemStr = itemnames2d[itemLo];
+ }
// if race name exists, then return it, otherwise return a number string
if (itemStr != NULL)
Modified: showeq/trunk/src/weapons2c.h
===================================================================
--- showeq/trunk/src/weapons2c.h 2009-10-26 21:52:38 UTC (rev 743)
+++ showeq/trunk/src/weapons2c.h 2009-12-20 18:28:40 UTC (rev 744)
@@ -6,7 +6,7 @@
*/
#ifndef DOXYGEN_SHOULD_SKIP_THIS
- NULL, // 0x00
+ "Pollen", // 0x00
NULL, // 0x01
NULL, // 0x02
NULL, // 0x03
@@ -59,7 +59,7 @@
NULL, // 0x32
NULL, // 0x33
NULL, // 0x34
- NULL, // 0x35
+ "Mushroom", // 0x35
NULL, // 0x36
NULL, // 0x37
NULL, // 0x38
@@ -80,7 +80,7 @@
NULL, // 0x47
NULL, // 0x48
NULL, // 0x49
- NULL, // 0x4a
+ "Spit", // 0x4a
NULL, // 0x4b
NULL, // 0x4c
NULL, // 0x4d
@@ -202,7 +202,7 @@
NULL, // 0xc1
NULL, // 0xc2
NULL, // 0xc3
- NULL, // 0xc4
+ "WhiteRose", // 0xc4
NULL, // 0xc5
NULL, // 0xc6
NULL, // 0xc7
Added: showeq/trunk/src/weapons2d.h
===================================================================
--- showeq/trunk/src/weapons2d.h (rev 0)
+++ showeq/trunk/src/weapons2d.h 2009-12-20 18:28:40 UTC (rev 744)
@@ -0,0 +1,265 @@
+/*
+ * weapons2c.h
+ *
+ * ShowEQ Distributed under GPL
+ * http://seq.sourceforge.net/
+ */
+
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+ NULL, // 0x00
+ NULL, // 0x01
+ NULL, // 0x02
+ NULL, // 0x03
+ NULL, // 0x04
+ NULL, // 0x05
+ NULL, // 0x06
+ NULL, // 0x07
+ NULL, // 0x08
+ NULL, // 0x09
+ NULL, // 0x0a
+ NULL, // 0x0b
+ NULL, // 0x0c
+ NULL, // 0x0d
+ NULL, // 0x0e
+ NULL, // 0x0f
+ NULL, // 0x10
+ NULL, // 0x11
+ NULL, // 0x12
+ NULL, // 0x13
+ NULL, // 0x14
+ NULL, // 0x15
+ "FletchingTable", // 0x16
+ "JewelryMakingTable", // 0x17
+ NULL, // 0x18
+ NULL, // 0x19
+ NULL, // 0x1a
+ NULL, // 0x1b
+ NULL, // 0x1c
+ NULL, // 0x1d
+ NULL, // 0x1e
+ NULL, // 0x1f
+ NULL, // 0x20
+ NULL, // 0x21
+ NULL, // 0x22
+ NULL, // 0x23
+ NULL, // 0x24
+ NULL, // 0x25
+ NULL, // 0x26
+ NULL, // 0x27
+ NULL, // 0x28
+ NULL, // 0x29
+ NULL, // 0x2a
+ NULL, // 0x2b
+ NULL, // 0x2c
+ NULL, // 0x2d
+ NULL, // 0x2e
+ NULL, // 0x2f
+ NULL, // 0x30
+ NULL, // 0x31
+ NULL, // 0x32
+ NULL, // 0x33
+ NULL, // 0x34
+ NULL, // 0x35
+ NULL, // 0x36
+ NULL, // 0x37
+ NULL, // 0x38
+ NULL, // 0x39
+ NULL, // 0x3a
+ NULL, // 0x3b
+ NULL, // 0x3c
+ NULL, // 0x3d
+ NULL, // 0x3e
+ NULL, // 0x3f
+ NULL, // 0x40
+ NULL, // 0x41
+ NULL, // 0x42
+ NULL, // 0x43
+ NULL, // 0x44
+ NULL, // 0x45
+ NULL, // 0x46
+ NULL, // 0x47
+ NULL, // 0x48
+ NULL, // 0x49
+ NULL, // 0x4a
+ NULL, // 0x4b
+ NULL, // 0x4c
+ NULL, // 0x4d
+ NULL, // 0x4e
+ NULL, // 0x4f
+ NULL, // 0x50
+ NULL, // 0x51
+ NULL, // 0x52
+ NULL, // 0x53
+ NULL, // 0x54
+ NULL, // 0x55
+ NULL, // 0x56
+ NULL, // 0x57
+ NULL, // 0x58
+ NULL, // 0x59
+ NULL, // 0x5a
+ NULL, // 0x5b
+ NULL, // 0x5c
+ NULL, // 0x5d
+ NULL, // 0x5e
+ NULL, // 0x5f
+ NULL, // 0x60
+ NULL, // 0x61
+ NULL, // 0x62
+ NULL, // 0x63
+ NULL, // 0x64
+ NULL, // 0x65
+ NULL, // 0x66
+ NULL, // 0x67
+ NULL, // 0x68
+ NULL, // 0x69
+ NULL, // 0x6a
+ NULL, // 0x6b
+ NULL, // 0x6c
+ NULL, // 0x6d
+ NULL, // 0x6e
+ NULL, // 0x6f
+ NULL, // 0x70
+ NULL, // 0x71
+ NULL, // 0x72
+ NULL, // 0x73
+ NULL, // 0x74
+ NULL, // 0x75
+ NULL, // 0x76
+ NULL, // 0x77
+ NULL, // 0x78
+ NULL, // 0x79
+ NULL, // 0x7a
+ NULL, // 0x7b
+ NULL, // 0x7c
+ NULL, // 0x7d
+ NULL, // 0x7e
+ NULL, // 0x7f
+ NULL, // 0x80
+ NULL, // 0x81
+ NULL, // 0x82
+ NULL, // 0x83
+ NULL, // 0x84
+ NULL, // 0x85
+ NULL, // 0x86
+ NULL, // 0x87
+ NULL, // 0x88
+ NULL, // 0x89
+ NULL, // 0x8a
+ NULL, // 0x8b
+ NULL, // 0x8c
+ NULL, // 0x8d
+ NULL, // 0x8e
+ NULL, // 0x8f
+ NULL, // 0x90
+ NULL, // 0x91
+ NULL, // 0x92
+ NULL, // 0x93
+ NULL, // 0x94
+ NULL, // 0x95
+ NULL, // 0x96
+ NULL, // 0x97
+ NULL, // 0x98
+ NULL, // 0x99
+ NULL, // 0x9a
+ NULL, // 0x9b
+ NULL, // 0x9c
+ NULL, // 0x9d
+ NULL, // 0x9e
+ NULL, // 0x9f
+ NULL, // 0xa0
+ NULL, // 0xa1
+ NULL, // 0xa2
+ NULL, // 0xa3
+ NULL, // 0xa4
+ NULL, // 0xa5
+ NULL, // 0xa6
+ NULL, // 0xa7
+ NULL, // 0xa8
+ NULL, // 0xa9
+ NULL, // 0xaa
+ NULL, // 0xab
+ NULL, // 0xac
+ NULL, // 0xad
+ NULL, // 0xae
+ NULL, // 0xaf
+ NULL, // 0xb0
+ NULL, // 0xb1
+ NULL, // 0xb2
+ NULL, // 0xb3
+ NULL, // 0xb4
+ NULL, // 0xb5
+ NULL, // 0xb6
+ NULL, // 0xb7
+ NULL, // 0xb8
+ NULL, // 0xb9
+ NULL, // 0xba
+ NULL, // 0xbb
+ NULL, // 0xbc
+ NULL, // 0xbd
+ NULL, // 0xbe
+ NULL, // 0xbf
+ NULL, // 0xc0
+ NULL, // 0xc1
+ NULL, // 0xc2
+ NULL, // 0xc3
+ NULL, // 0xc4
+ NULL, // 0xc5
+ NULL, // 0xc6
+ NULL, // 0xc7
+ NULL, // 0xc8
+ NULL, // 0xc9
+ NULL, // 0xca
+ NULL, // 0xcb
+ NULL, // 0xcc
+ NULL, // 0xcd
+ NULL, // 0xce
+ NULL, // 0xcf
+ NULL, // 0xd0
+ NULL, // 0xd1
+ NULL, // 0xd2
+ NULL, // 0xd3
+ NULL, // 0xd4
+ NULL, // 0xd5
+ NULL, // 0xd6
+ NULL, // 0xd7
+ NULL, // 0xd8
+ NULL, // 0xd9
+ NULL, // 0xda
+ NULL, // 0xdb
+ NULL, // 0xdc
+ NULL, // 0xdd
+ NULL, // 0xde
+ NULL, // 0xdf
+ NULL, // 0xe0
+ NULL, // 0xe1
+ NULL, // 0xe2
+ NULL, // 0xe3
+ NULL, // 0xe4
+ NULL, // 0xe5
+ NULL, // 0xe6
+ NULL, // 0xe7
+ NULL, // 0xe8
+ NULL, // 0xe9
+ NULL, // 0xea
+ NULL, // 0xeb
+ NULL, // 0xec
+ NULL, // 0xed
+ NULL, // 0xee
+ NULL, // 0xef
+ NULL, // 0xf0
+ NULL, // 0xf1
+ NULL, // 0xf2
+ NULL, // 0xf3
+ NULL, // 0xf4
+ NULL, // 0xf5
+ NULL, // 0xf6
+ NULL, // 0xf7
+ NULL, // 0xf8
+ NULL, // 0xf9
+ NULL, // 0xfa
+ NULL, // 0xfb
+ NULL, // 0xfc
+ NULL, // 0xfd
+ NULL, // 0xfe
+ NULL, // 0xff
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */
Modified: showeq/trunk/src/zones.h
===================================================================
--- showeq/trunk/src/zones.h 2009-10-26 21:52:38 UTC (rev 743)
+++ showeq/trunk/src/zones.h 2009-12-20 18:28:40 UTC (rev 744)
@@ -485,24 +485,24 @@
{ "toskirakk", "Toskirakk" }, // 475
{ "korascian", "Korascian Warrens" }, // 476
{ "rathechamber", "Rathe Council Chambers" }, // 477
-{ NULL, NULL }, // 478
-{ NULL, NULL }, // 479
-{ NULL, NULL }, // 480
-{ NULL, NULL }, // 481
-{ NULL, NULL }, // 482
-{ NULL, NULL }, // 483
-{ NULL, NULL }, // 484
-{ NULL, NULL }, // 485
-{ NULL, NULL }, // 486
-{ NULL, NULL }, // 487
-{ NULL, NULL }, // 488
-{ NULL, NULL }, // 489
-{ NULL, NULL }, // 490
-{ NULL, NULL }, // 491
-{ NULL, NULL }, // 492
-{ NULL, NULL }, // 493
-{ NULL, NULL }, // 494
-{ NULL, NULL }, // 495
+{ "oldfieldofboneb", "Field of Scale" }, // 478
+{ "crafthalls", "Ngreth's Den" }, // 479
+{ "brellsrest", "Brell's Rest" }, // 480
+{ "fungalforest", "Fungal Forest" }, // 481
+{ "underquarry", "The Underquarry" }, // 482
+{ "coolingchamber", "The Cooling Chamber" }, // 483
+{ "shiningcity", "Kernagir, The Shining City" }, // 484
+{ "arthicrex", "Arthicrex" }, // 485
+{ "foundation", "The Foundation" }, // 486
+{ "lichencreep", "Lichen Creep" }, // 487
+{ "pellucid", "Pellucid Grotto" }, // 488
+{ "stonesnake", "Volska's Husk" }, // 489
+{ "brellstemple", "Brell's Temple" }, // 490
+{ "convorteum", "The Convorteum" }, // 491
+{ "brellsarena", "Brell's Arena" }, // 492
+{ "weddingchapel", "Wedding Chapel" }, // 493
+{ "weddingchapeldark", "Wedding Chapel" }, // 494
+{ "dragoncrypt", "Lair of the Fallen" }, // 495
{ NULL, NULL }, // 496
{ NULL, NULL }, // 497
{ NULL, NULL }, // 498
@@ -707,18 +707,18 @@
{ NULL, NULL }, // 697
{ NULL, NULL }, // 698
{ NULL, NULL }, // 699
-{ NULL, NULL }, // 700
-{ NULL, NULL }, // 701
-{ NULL, NULL }, // 702
-{ NULL, NULL }, // 703
-{ NULL, NULL }, // 704
-{ NULL, NULL }, // 705
-{ NULL, NULL }, // 706
-{ NULL, NULL }, // 707
-{ NULL, NULL }, // 708
-{ NULL, NULL }, // 709
-{ NULL, NULL }, // 710
-{ NULL, NULL }, // 711
+{ "feerrott2", "The Feerrott" }, // 700
+{ "thulehouse1", "Thule House 1" }, // 701
+{ "thulehouse2", "Thule House 2" }, // 702
+{ "housegarden", "House Garden" }, // 703
+{ "houselibrary", "House Library" }, // 704
+{ "well", "Well" }, // 705
+{ "fallen", "Fallen" }, // 706
+{ "morellcastle", "Morell's Castle" }, // 707
+{ "morelltower", "Morell's Tower" }, // 708
+{ "alkabormare", "Al'Kabor's Nightmare" }, // 709
+{ "miragulmare", "Miragul's Nightmare" }, // 710
+{ "thuledream", "Thule's Dream" }, // 711
{ NULL, NULL }, // 712
{ NULL, NULL }, // 713
{ NULL, NULL }, // 714
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|