[Archive] [alpha] MaNGOS Item Creator/Editor
[Archive] [alpha] MaNGOS Item Creator/Editor
Quote:This is a new project of mine hosted at:
http://code.google.com/p/de4m/
You can the latest documentation and downloads at the above link.
Why? Because I don't like WoW-V, and it's helping me learn java.
You're free to use and modify the program, as well as request features, and most importantly, report bugs. If you come upon a bug in the program, PLEASE post here exactly what you were doing to cause it, exactly what error message you got, if any, and any other details you can provide, such as what type of item you were editing, etc.
This will be constantly updated, and hopefully eventually grow into a full MaNGOS DB editor (quests, vendors, who knows what else!).
Archived author: 711 • Posted: 2025-11-04T13:45:16.678493
Original source
Quote:This is a new project of mine hosted at:
http://code.google.com/p/de4m/
You can the latest documentation and downloads at the above link.
Why? Because I don't like WoW-V, and it's helping me learn java.
You're free to use and modify the program, as well as request features, and most importantly, report bugs. If you come upon a bug in the program, PLEASE post here exactly what you were doing to cause it, exactly what error message you got, if any, and any other details you can provide, such as what type of item you were editing, etc.
This will be constantly updated, and hopefully eventually grow into a full MaNGOS DB editor (quests, vendors, who knows what else!).
Quote: That is a epic post, and a epic program, i hope this goes far.
Great work.
+rep!
Archived author: Kiev • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: That is a epic post, and a epic program, i hope this goes far.
Great work.
+rep!
Quote: Thanks for This program 7/11 XD i think people are depending too much on wow-v
+Rep
Archived author: Xees • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: Thanks for This program 7/11 XD i think people are depending too much on wow-v
+Rep
Quote: Awesome!
alpha.0.5 now up
Archived author: 711 • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: Awesome!
alpha.0.5 now up
Quote: alpha.0.6 released. Much work done on the backend. DB interfacing should be about 50% more efficient. Will get to work on new features soon.
Archived author: 711 • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: alpha.0.6 released. Much work done on the backend. DB interfacing should be about 50% more efficient. Will get to work on new features soon.
Quote: For the GUI you should make the form 600x800 because no one has lower resolution than this. Haven't downloaded the program, but you should make a 'Clear All' button. If you need any help let me know.
Archived author: Envoke • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: For the GUI you should make the form 600x800 because no one has lower resolution than this. Haven't downloaded the program, but you should make a 'Clear All' button. If you need any help let me know.
Quote: Frankly, i hate wow-v too) thanks dude, trying it now
Archived author: stripu • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: Frankly, i hate wow-v too) thanks dude, trying it now
Quote: after a development hiatus, beta rc1 is released. Most new features since the original alpha version. Pretty much all the stuff that was wrong with the alpha versions is corrected in beta. All that's left now is to build upon the foundation, and add new editing capabilities.
Archived author: 711 • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: after a development hiatus, beta rc1 is released. Most new features since the original alpha version. Pretty much all the stuff that was wrong with the alpha versions is corrected in beta. All that's left now is to build upon the foundation, and add new editing capabilities.
Quote: hi, from what i've read, this is a great program but i was just wondering if you know what my problem is?
i can connect to my sql database and select the items database but when i try to import an item (any item) it comes up with this:
Import failed.
Try reconnecting.
java.lang.IllegalArgumentException: setSelectedIndex: 39 out of bounds
i have tried running this program as administrator but still no luck, what can i do?
Archived author: LoLawes • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: hi, from what i've read, this is a great program but i was just wondering if you know what my problem is?
i can connect to my sql database and select the items database but when i try to import an item (any item) it comes up with this:
Import failed.
Try reconnecting.
java.lang.IllegalArgumentException: setSelectedIndex: 39 out of bounds
i have tried running this program as administrator but still no luck, what can i do?
Quote: That error means it's pulling data from a field that's outside the range it knows how to handle. Basically it asks mysql "is field 11 a, b or c?" and it is getting the reply "k".
What item are you trying to import? Because if this error is persisting, it means either you have a shoddy database, or my program does not know how to correctly import a certain type of item.
Archived author: 711 • Posted: 2025-11-04T13:45:16.678493
Original source
Quote: That error means it's pulling data from a field that's outside the range it knows how to handle. Basically it asks mysql "is field 11 a, b or c?" and it is getting the reply "k".
What item are you trying to import? Because if this error is persisting, it means either you have a shoddy database, or my program does not know how to correctly import a certain type of item.