• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore 3.3.5 Web Item Creator

lovekilz

Emulation Addict
So i saw there are no more item creators available online so i created one myself, it's not much but it works and it will create any item you want.
Link :
Code:
http://wowgen.darkdev.biz/

Any feedback is apreciated. Thanks.
 

Rochet2

Moderator / Eluna Dev
make it in javascript and make it open source.
reasons being that then it can be easily hosted on github for free and it would be easier to debug and develop (as every browser has a javascript debugger) and it would allow everyone else to use it / fork it / modify it etc.
 
Last edited:

lovekilz

Emulation Addict
thanks, but no way im gonna write it again in javascript ,took me 2 days to write it in html/php with some mini javascripts. xD it works as it is so for me is good enough to use it, just shared it maybe someone else wants to use it :D
 

Kookykoala

New member
Looks good :), I Like the Drop down menus and Every value available for the template can be modified, in a fairly clean look.

Will say could use some helpful error outs, like warn someone there missing a important, value like entry id, or display id, or if the name is null.

Will try it for use I don't like the one i have been using and haven't had time to build that sheet in my workbook.
 

lovekilz

Emulation Addict
ty, good idea , forgot about the errors, im gonna add some. Tyvm
@UPDATE : Errors added for some important fields
 
Last edited:

Tommy

Founder
It's hard to see some of the textfields seeing they are basically the same color as the fieldset background. Each variable (label/textfield) could be lined up/compacted in a better way since they look like they have no sense of custom style settings. I don't fully understand the background image since it doesn't relate to 3.3.5 and it doesn't look all that great to be honest. I would give CC on your code but it isn't public. And since when are there no other sql generators out there? EmuDevs has one...
 

lovekilz

Emulation Addict
Updated some stuff, not in the mood to restyle it tho xD.
Also Tommy , i did this when the emudev gen was down xD maybe someone wanted one.
 

Tommy

Founder
Updated some stuff, not in the mood to restyle it tho xD.
Also Tommy , i did this when the emudev gen was down xD maybe someone wanted one.

Technically it was up the entire time but the subdomain wasn't working. Alternatively you can go to emudevs.com/gen instead. But anyway; from my perspective only the visual of your generator needs updating.
 

nvrsbr

Enthusiast
Amazing stuff but would be awesome to have a stand alone version of this.

Stuff like this just goes away after time and we are stuck looking for something else to use :(
 
Top