Planing - Scripting/XML Export
I know it's been a while since my last release. I am still working on this project. I've been looking around for new ideas (Even though I still need to fix the current ones ^-^). Recently I've noticed questions about scripts etc. GeorgeS wrote a utility to fill this request. However to this day I still can't get any of his(her?) programs to work. Originally I was going to put a quest editing tool into EQemu SQL Editor, but a few questions and fundamental problems popped up.
Onto my other idea. XML Exporting. This is what I've really been looking at, XML exporting. Much like the item storage (which will soon spawn multiple windows) I want to make XML exporting for items. I also want to do it for other things like Char accounts and possible even a full account/characters export. I just want to know if any one will really use this function. I know I will, no more shifting through SQL to find a few NPCs/Merchants/Spawns/Tradeskills or custom items. Now I can just export them in XML format and remerge them after I update the new database. ^-^ No hassles other than an option to put the item in with either it's stored item ID or to change it. I figure that the way items will be stored on a character will be by name. This means the XML files will be a little bigger but there won't be any item id error mismatches. it's not so much an issue with Vanilla Servers. It's custom servers that this will benefit. What I'm currently working on
I'm still working on making this the best editor it can be. P.S. I'm thinking that in order to reduce opening XML files with the wrong sections of the program, putting in a uniqe extention for each of the exports and imports. like Items would be "<Name>.EQItem" and Characters would be "<Name>.EQChar. Mainly because I too have opened the wrong files. |
If you cannot get any of the utilities to work, you need to DL the MyODBC drivers from my site. You're welcome to PM me for assistance
GeorgeS |
Nice tool -- I got it to work. Did you make that code window yourself? It looks nice (I tried using the one Notepad++ uses but I couldn't get it to import into VB.net T-T). Also, I like how your program loads the spells.txt into the code window. I was going to try and get EQemu SQL Editor to read the real spells_en.txt/spells_us.txt files. It's still a long way from working flawlessly. The Ref is a good sheet of commands that most people can use too. The saving over templates is a nice touch that will save people a ton-of-time on batch quest creation
I'm glad that I won't be over stepping too much. The only thing I'm interested in is the code window (I'm making mine from scratch which is very time consuming, Dam you Notepad++ and your C++ orientation). Other wise I'm using lilacs design. So, you keep up the good work as well fello Coder. ^-^ I should probably look at your other apps (Gotta be careful). Expect some feedback. |
I apologize if this is irrelevant, because I have not yet used your db tools... But I use Navicat front-end for MySQL and you can export any table you want into Paradox, D Base, text, HTML, Excel, Word, SYLK, DIF, Lotus 1-2-3, Quatro Pro, SQL, XML, MS Access, Windows Clipboard, rich text, SPSS, Adobe Acrobat, LDAP formats... Check it out, that would be nice thing to have...:)
|
The way my XML export is going to work is different that simply dropping a table into a file. It allows the exporting of a single item or character with items. NPC's will export the NPC, the loot drops, the spawntable, merchant, and faction list. Zone would export zone, forging, fishing, objects in the zone, and doors. The idea is a backup of a section of information. Mainly custom information. And character/account export would be really good for people who run minilogins and move from server to server. Not to mention we can trade custom items though the export/import.
The idea is to have an option. Here, this file is for item storage. It has most of the epic 1.0's. I also have one that has most of the epic 2.0s. Use that and you'll get an idea of how this will work. P.S. My program will have backup options in the future. ^-^ It's just taking some time. I'm only one person. |
The codewindow is a rich text box with context sensitive checking. I found much of the code and examples on the net. This was by far the hardest part to work.
GeorgeS |
ahhh I see, so you can export from more than one table (or all related things across tables). I like the idea behind that...
Quote:
|
Quote:
Speaking of DLL's any one know a way to merge DLLs into an EXE? I want to merge the XML and MySQL DLLs into my program. When this project is finished I only want two files in the dir. The EXE and the Config file. |
If you use VS .NET this might help
Quote:
|
Sweetness! I'll try it out now!
P.S. It worked! |
Great, hope that makes things easier for ya!
|
All times are GMT -4. The time now is 11:20 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.