Intension Posted January 5, 2016 Share Posted January 5, 2016 (edited) I want to convert "CharStartOutfit.db2" from Trinity 6.x with that maps<?xml version="1.0" encoding="UTF-8"?> <root> <CharStartOutfitEntry> <element> <name>ID</name> <type>uint32</type> </element> <element> <name>RaceID</name> <type>uint8</type> </element> <element> <name>ClassID</name> <type>uint8</type> </element> <element> <name>GenderID</name> <type>uint8</type> </element> <element> <name>OutfitID</name> <type>uint8_t</type> </element> <element> <name>ItemID[MAX_OUTFIT_ITEMS]</name> <type>int32</type> </element> <element> <name>PetDisplayID</name> <type>uint32</type> </element> <element> <name>PetFamilyID</name> <type>uint32</type> </element> </CharStartOutfitEntry> </root>but become a Mistake. Edited January 5, 2016 by Intension Link to comment Share on other sites More sharing options...
Intension Posted January 5, 2016 Author Share Posted January 5, 2016 (edited) Here the DB2Structure.h from the Source view-29335490/Unbenannt-2423423.jpg.html Edited January 5, 2016 by Intension Link to comment Share on other sites More sharing options...
Elrena Posted January 5, 2016 Share Posted January 5, 2016 <element> <name>OutfitID</name> <type>uint8_t</type> </element> Maybe try changing uint8_t to just uint8 Link to comment Share on other sites More sharing options...
Intension Posted January 5, 2016 Author Share Posted January 5, 2016 Oh i dont see... but i become the same Mistak... hmError: Der angegebene Schlüssel war nicht im Wörterbuch angegeben. Link to comment Share on other sites More sharing options...
Elrena Posted January 5, 2016 Share Posted January 5, 2016 <CharStartOutfitEntry> ... ... ... </CharStartOutfitEntry> </root> Oh, and remove the word "Entry"Also our code highlighting sucks. We'll fix that eventually. Link to comment Share on other sites More sharing options...
Intension Posted January 5, 2016 Author Share Posted January 5, 2016 (edited) again the same Error//Hier mal mein Code -> Klick michdie DBC -> Klick mich Edited January 5, 2016 by Intension Link to comment Share on other sites More sharing options...
luzifix Posted January 5, 2016 Share Posted January 5, 2016 (edited) Here the DB2Structure.h from the Source view-29335490/Unbenannt-2423423.jpg.html#define MAX_OUTFIT_ITEMS 24...int32 ItemID[MAX_OUTFIT_ITEMS] is equal24x<element> <name>ItemX</name> <type>int32</type></element> Edited January 5, 2016 by luzifix Link to comment Share on other sites More sharing options...
Intension Posted January 5, 2016 Author Share Posted January 5, 2016 Okey, change it. and look again >_>... same error.Not my Day CharStartOutfit.db2 map.xml CharStartOutfit.db2 map.xml Link to comment Share on other sites More sharing options...
luzifix Posted January 5, 2016 Share Posted January 5, 2016 (edited) You most writ 24x <element> <name>ItemX</name> <type>int32</type></element>in the map Like <element> <name>Item1</name> <type>int32</type></element><element> <name>Item2</name> <type>int32</type></element><element> <name>Item3</name> <type>int32</type></element><element> <name>Item4</name> <type>int32</type></element><element> <name>Item5</name> <type>int32</type></element>...<element> <name>Item24</name> <type>int32</type></element> Edited January 5, 2016 by luzifix Link to comment Share on other sites More sharing options...
Intension Posted January 5, 2016 Author Share Posted January 5, 2016 haha, easy peasy lemon squeezy... im a big noob but now is working. Thx a loot and i know what you mean (embarrassing) Link to comment Share on other sites More sharing options...
Intension Posted January 5, 2016 Author Share Posted January 5, 2016 (edited) // solved Edited January 5, 2016 by Intension Link to comment Share on other sites More sharing options...
Need help with DB2/DBC <-> CSV convert
By Intensionin Serverside
Recommended Posts