-
Posts
2813 -
Joined
-
Last visited
-
Days Won
94 -
Donations
0.00 GBP
Content Type
Bug Tracker
Wiki
Release Notes
Forums
Downloads
Blogs
Events
Everything posted by antz
-
NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'AreaTable' for MaNGOSOne The area table contains definitions for distinct areas in a zone. The file contents is read and mapped into the struct areatableEntry in the MaNGOS core. The field types and usage is defined in areatablefmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 35 strong> Field Name Field Type Notes AreaTableId INT(11) Unique Id MapId INT(11) The map on which the area is located. ParentAreaTableId INT(11) Reference to the parent Area if set. AreaBit INT(11) See below. Flags FLOAT See below. SoundPreferencesId INT(11) Sound settings when moving while in this area. SoundPreferencesIdUnderWater INT(11) Sound settings when moving in water in this area. SoundAmbienceId INT(11) Background sounds which play while in this area ie. birds, falling leaves etc. ZoneMusicId INT(11) The background music that plays when in this area. ZoneIntroMusicTableId INT(11) The music played upon entering the area. ExplorationLevel INT(11) The Suggested character level for exploring this area. AreaName TEXT The Name of the Area AreaName1 TEXT The Localised Korean version of the above. AreaName2 TEXT The Localised French version of the above. AreaName3 TEXT The Localised German version of the above. AreaName4 TEXT The Localised Chinese version of the above. AreaName5 TEXT The Localised Taiwanese version of the above. AreaName6 TEXT The Localised Spanish (Traditional) version of the above. AreaName7 TEXT The Localised Spanish (Latin America) version of the above. AreaName8 TEXT AreaName9 TEXT AreaName10 TEXT AreaName11 TEXT AreaName12 TEXT AreaName13 TEXT AreaName14 TEXT AreaName15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. FactionGroupId INT(11) References the faction which owns the area. LiquidTypeId INT(11) References the type of liquid to be found is this area. col30 TEXT col31 TEXT col32 INT(11) col33 FLOAT col34 FLOAT Description of the fields AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. MapId INT(11) References the primary key of [Map.dbc]. ParentAreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. AreaBit INT(11) We have not investigated the purpose of these bit flags. The current assumption is that these bit flags provide meta information for a zone, e.g. hinting at an instanced or non-instanced zone, or a dungeon, or battleground, etc. Flags FLOAT `flags` seem to directly relate to the state of a zone, e.g. is it a city, or is it a winter area, or can I duel there. Thus we assume these are interaction related flags. Bit Masks Value Enum Name Notes 0000 0000 0000 0001 1 AREA_FLAG_SNOW Seems to indicate zones which have winter maps with snow on the ground. 0000 0000 0000 0010 2 AREA_FLAG_UNK 0000 0000 0000 0100 4 AREA_FLAG_DEVELOPMENT Indicates a map only available during development. 0000 0000 0000 1000 8 AREA_FLAG_UNK2 0000 0000 0001 0000 16 AREA_FLAG_UNK3 0000 0000 0010 0000 32 AREA_FLAG_CITY_SLAVE 0000 0000 0100 0000 64 AREA_FLAG_ALLOW_DUELS 0000 0000 1000 0000 128 AREA_FLAG_UNK4 0000 0001 0000 0000 256 AREA_FLAG_CITY 0000 0010 0000 0000 512 AREA_FLAG_TEST SoundPreferencesId INT(11) References the primary key of [SoundProviderPreferences.dbc]. SoundPreferencesIdUnderWater INT(11) References the primary key of [SoundProviderPreferences.dbc]. SoundAmbienceId INT(11) References the primary key of [SoundAmbience.dbc]. ZoneMusicId INT(11) References the primary key of [ZoneMusic.dbc]. ZoneIntroMusicTableId INT(11) References the primary key of [ZoneIntroMusicTable.dbc]. ExplorationLevel INT(11) The Suggested character level for exploring this area. AreaName TEXT The Name of the Area. AreaName1 TEXT The Name of the Area. AreaName2 TEXT The Name of the Area. AreaName3 TEXT The Name of the Area. AreaName4 TEXT The Name of the Area. AreaName5 TEXT The Name of the Area. AreaName6 TEXT The Name of the Area. AreaName7 TEXT The Name of the Area. AreaName8 TEXT The Name of the Area. AreaName9 TEXT The Name of the Area. AreaName10 TEXT The Name of the Area. AreaName11 TEXT The Name of the Area. AreaName12 TEXT The Name of the Area. AreaName13 TEXT The Name of the Area. AreaName14 TEXT The Name of the Area. AreaName15 TEXT The Name of the Area. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. FactionGroupId INT(11) References the primary key of [FactionGroup.dbc]. LiquidTypeId INT(11) References the primary key of [LiquidType.dbc]. col30 TEXT col31 TEXT col32 INT(11) col33 FLOAT col34 FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'AreaPOI' for MaNGOSOne The points of interest table contains definitions for positions on the overhead map, including descriptions, icons and names. The file contents is read and mapped into the struct areapoiEntry in the MaNGOS core. The field types and usage is defined in areapoifmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 45 strong> Field Name Field Type Notes AreaPoiId INT(11) Unique Id Importance INT(11) See Below. Icon INT(11) An index to the point of interest sprite image FactionId INT(11) References a faction template pointing to who owns the point of interest. LocationX FLOAT X coordinate of the point of interest LocationY FLOAT Y coordinate of the point of interest LocationZ FLOAT Z coordinate of the point of interest MapId INT(11) The map on which the area is located. Flags INT(11) See Below. AreaTableId INT(11) An area ID from `AreaTable.dbc#ID`. Name TEXT The name of the point of interest Name1 TEXT Localised Korean of the above Name2 TEXT Localised French of the above Name3 TEXT Localised German of the above Name4 TEXT Localised Chinese of the above Name5 TEXT Localised Taiwanese of the above Name6 TEXT Localised Spanish (Traditional) of the above Name7 TEXT Localised Spanish (Latin America) of the above Name8 TEXT Name9 TEXT Name10 TEXT Name11 TEXT Name12 TEXT Name13 TEXT Name14 TEXT Name15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description TEXT The description of the point of interest Description1 TEXT Localised Korean of the above Description2 TEXT Localised French of the above Description3 TEXT Localised German of the above Description4 TEXT Localised Chinese of the above Description5 TEXT Localised Taiwanese of the above Description6 TEXT Localised Spanish (Traditional) of the above Description7 TEXT Localised Spanish (Latin America) of the above Description8 TEXT Description9 TEXT Description10 TEXT Description11 TEXT Description12 TEXT Description13 TEXT Description14 TEXT Description15 TEXT TEXTCHECKSUM2 FLOAT A checksum value for the preceeding text fields. WorldStateId INT(11) References a world state for the point of interest. Description of the fields AreaPoiId INT(11) Unique ID Importance INT(11) Determines if a point of interest is to be highlighted. Bits Value Meaning 00000000 0 **TODO** 00000001 1 **TODO** 00000010 2 **TODO** 00000100 4 **TODO** Icon INT(11) The icons are not referenced anywhere but are in the file `Interface\Minimap\POIICONS` which is a 256*256 file with 16*16 pixel icons. FactionId INT(11) References the primary key of [FactionTemplate.dbc]. LocationX FLOAT X coordinate of the point of interest LocationY FLOAT Y coordinate of the point of interest LocationZ FLOAT Z coordinate of the point of interest MapId INT(11) References the primary key of [Map.dbc]. Flags INT(11) These flags determine where a point of interest will be shown. Bits Value Meaning 00000000 0 **TODO** 00000001 1 **TODO** 00000010 2 **TODO** 00000100 4 **TODO** 00001000 8 **TODO** 00010000 16 **TODO** 00100000 32 **TODO** 01000000 64 **TODO** 10000000 128 **TODO** AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. Name TEXT The name of the point of interest Name1 TEXT The name of the point of interest Name2 TEXT The name of the point of interest Name3 TEXT The name of the point of interest Name4 TEXT The name of the point of interest Name5 TEXT The name of the point of interest Name6 TEXT The name of the point of interest Name7 TEXT The name of the point of interest Name8 TEXT Name9 TEXT Name10 TEXT Name11 TEXT Name12 TEXT Name13 TEXT Name14 TEXT Name15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description TEXT The description of the point of interest Description1 TEXT The description of the point of interest Description2 TEXT The description of the point of interest Description3 TEXT The description of the point of interest Description4 TEXT The description of the point of interest Description5 TEXT The description of the point of interest Description6 TEXT The description of the point of interest Description7 TEXT The description of the point of interest Description8 TEXT Description9 TEXT Description10 TEXT Description11 TEXT Description12 TEXT Description13 TEXT Description14 TEXT Description15 TEXT TEXTCHECKSUM2 FLOAT A checksum value for the preceeding text fields. WorldStateId INT(11) References the primary key of [WorldStateUI.dbc]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'AnimationData' for MaNGOSOne The animation data table contains definitions for the different animations models can have. The file contents is read and mapped into the struct animationdataEntry in the MaNGOS core. The field types and usage is defined in animationdatafmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 7 strong> Field Name Field Type Notes AnimationDataId INT(11) The ID of the animation to play. Name TEXT The Name of the animation. WeaponFlags INT(11) These flags describe if an animation should modify the weapon(s) state worn by a character. Bodyflags INT(11) See Below. Flags INT(11) See Below. FallbackAnimationDataId INT(11) The animation to return to after this animation is finished. PreviousAnimationDataId INT(11) The preceeding animation. Description of the fields AnimationDataId INT(11) The ID of the animation to play. Name TEXT The Name of the animation. WeaponFlags INT(11) These flags describe if an animation should modify the weapon(s) state worn by a character. Animations can ignore weapons and sheathe/unsheathe them. Value Meaning 0 Weapon not affected by animation. 4 Sheathe weapons automatically. 16 Sheathe weapons automatically. 32 Unsheathe weapons. Bodyflags INT(11) TODO: Need to document the BodyFlags Flags INT(11) TODO: Need to document the Flags FallbackAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. PreviousAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'AreaTrigger' for MaNGOSZero The area trigger table contains definitions for position which are supposed to trigger or monitor server side events. The file contents is read and mapped into the struct areatriggerEntry in the MaNGOS core. The field types and usage is defined in areatriggerfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 10 strong> Field Name Field Type Notes AreaTriggerId INT(11) Unique Id MapId INT(11) The map on which the area is located. LocationX FLOAT X coordinate for the trigger. LocationY FLOAT Y coordinate for the trigger. LocationZ FLOAT Z coordinate for the trigger. Radius FLOAT Box size of the area trigger. BoxLength FLOAT Length of the box if no radius is specified. BoxWidth FLOAT Width of the box if no radius is specified. BoxHeight FLOAT Height of the box if no radius is specified. BoxOrientation FLOAT Orientation of the box if no radius is specified. Description of the fields AreaTriggerId INT(11) Unique Id MapId INT(11) References the primary key of [Map.dbc]. LocationX FLOAT X coordinate for the trigger. LocationY FLOAT Y coordinate for the trigger. LocationZ FLOAT Z coordinate for the trigger. Radius FLOAT Box size of the area trigger. BoxLength FLOAT Length of the box if no radius is specified. BoxWidth FLOAT Width of the box if no radius is specified. BoxHeight FLOAT Height of the box if no radius is specified. BoxOrientation FLOAT Orientation of the box if no radius is specified. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'AnimationData' for MaNGOSZero The animation data table contains definitions for the different animations models can have. The file contents is read and mapped into the struct animationdataEntry in the MaNGOS core. The field types and usage is defined in animationdatafmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 7 strong> Field Name Field Type Notes AnimationDataId INT(11) The ID of the animation to play. Name TEXT The Name of the animation. WeaponFlags INT(11) These flags describe if an animation should modify the weapon(s) state worn by a character. Bodyflags INT(11) See Below. Flags INT(11) See Below. FallbackAnimationDataId INT(11) The animation to return to after this animation is finished. PreviousAnimationDataId INT(11) The preceeding animation. Description of the fields AnimationDataId INT(11) The ID of the animation to play. Name TEXT The Name of the animation. WeaponFlags INT(11) These flags describe if an animation should modify the weapon(s) state worn by a character. Animations can ignore weapons and sheathe/unsheathe them. Value Meaning 0 Weapon not affected by animation. 4 Sheathe weapons automatically. 16 Sheathe weapons automatically. 32 Unsheathe weapons. Bodyflags INT(11) TODO: Need to document the BodyFlags Flags INT(11) TODO: Need to document the Flags FallbackAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. PreviousAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'AnimationData' for MaNGOSZero The animation data table contains definitions for the different animations models can have. The file contents is read and mapped into the struct animationdataEntry in the MaNGOS core. The field types and usage is defined in animationdatafmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 7 strong> Field Name Field Type Notes AnimationDataId INT(11) The ID of the animation to play. Name TEXT The Name of the animation. WeaponFlags INT(11) These flags describe if an animation should modify the weapon(s) state worn by a character. Bodyflags INT(11) See Below. Flags INT(11) See Below. FallbackAnimationDataId INT(11) The animation to return to after this animation is finished. PreviousAnimationDataId INT(11) The preceeding animation. Description of the fields AnimationDataId INT(11) The ID of the animation to play. Name TEXT The Name of the animation. WeaponFlags INT(11) These flags describe if an animation should modify the weapon(s) state worn by a character. Animations can ignore weapons and sheathe/unsheathe them. Value Meaning 0 Weapon not affected by animation. 4 Sheathe weapons automatically. 16 Sheathe weapons automatically. 32 Unsheathe weapons. Bodyflags INT(11) TODO: Need to document the BodyFlags Flags INT(11) TODO: Need to document the Flags FallbackAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. PreviousAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_ZONE_UNDER_ATTACK Usage Packet sent by server when another faction attacks an npc from your faction Opcode Values Description Value Decimal Value 11189 Hex Value 0x2BB5 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_XP_GAIN_ENABLED Usage Opcode Values Description Value Decimal Value 10233 Hex Value 0x27F9 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_XP_GAIN_ABORTED Usage Opcode Values Description Value Decimal Value 9696 Hex Value 0x25E0 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_UPDATE_AUCTIONABLE_LIST_RESPONSE Usage Opcode Values Description Value Decimal Value 10284 Hex Value 0x282C Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_SELL_RESULT_CONFIRMATION Usage Opcode Values Description Value Decimal Value 10276 Hex Value 0x2824 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_SELL_REQUEST_CONFIRMATION Usage Opcode Values Description Value Decimal Value 10275 Hex Value 0x2823 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_REDEEM_RESULT Usage Opcode Values Description Value Decimal Value 10283 Hex Value 0x282B Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_REDEEM_REQUEST_CONFIRMATION Usage Opcode Values Description Value Decimal Value 10282 Hex Value 0x282A Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_REDEEM_GAME_TIME_UPDATED Usage Opcode Values Description Value Decimal Value 10281 Hex Value 0x2829 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_MARKET_PRICE_RESPONSE Usage Opcode Values Description Value Decimal Value 10274 Hex Value 0x2822 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_DISTRIBUTION_UPDATE Usage Opcode Values Description Value Decimal Value 10273 Hex Value 0x2821 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_DISTRIBUTION_GLUE_UPDATE Usage Opcode Values Description Value Decimal Value 10272 Hex Value 0x2820 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_CAN_VETERAN_BUY_RESULT Usage Opcode Values Description Value Decimal Value 10278 Hex Value 0x2826 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_CAN_REDEEM_FOR_BALANCE_RESULT Usage Opcode Values Description Value Decimal Value 10337 Hex Value 0x2861 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_BUY_RESULT_CONFIRMATION Usage Opcode Values Description Value Decimal Value 10280 Hex Value 0x2828 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_BUY_REQUEST_CONFIRMATION Usage Opcode Values Description Value Decimal Value 10279 Hex Value 0x2827 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WOW_TOKEN_AUCTION_SOLD Usage Opcode Values Description Value Decimal Value 10277 Hex Value 0x2825 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WORLD_TEXT Usage Opcode Values Description Value Decimal Value 10296 Hex Value 0x2838 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
-
NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. Description of the MangosSeven packet SMSG_WORLD_SERVER_INFO Usage Opcode Values Description Value Decimal Value 9666 Hex Value 0x25C2 Packet Length 0 Packet Structure Follows: Field Name Field Type Field Size Notes No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself Packet Example auto-generated by the getMaNGOS.eu MAGNET mope module
Contact Us
To contact us
click here
You can also email us at [email protected]
Privacy Policy | Terms & Conditions

You can also email us at [email protected]
Privacy Policy | Terms & Conditions
Copyright © getMaNGOS. All rights Reserved.
This website is in no way associated with or endorsed by Blizzard Entertainment®
This website is in no way associated with or endorsed by Blizzard Entertainment®