Forum > Serverside Modding

Database development...

(1/2) > >>

oinquer:
Hello everyone,
now that i managed to get a normal Private server running, im starting to customize it for my Lan Party project.

question is...where the hell should i start learning to do database development? cant find any usefull info....in trinity forums the only answer to the topic was...look at database structure in wiki....which is good info but just says what is what...not how to start? etc etc...

schlumpf:
And what exactly do you want to do? "Where to start?" is kind of a useless question, as the wiki would be a good start. At least seems to me. Also, just looking at the database in a SQL browser would be fine.

oinquer:
glad you think that way... if i tought that way i wouldnt be Here....
i looked at the wiki database and seen per example...NPC_vendor, which asks for an entry, that is the ID for the creature, that is in listed creature_template, which among a ton of other stuff includes model_id, and so on....for one creature im already using 3 tables (and seeing the big list i'd say alot more...).....its not so easy learning....i would say it has some degree of learning....but im just a stupid humanoid....not a gnome or goblin....

thanks for your time...

schlumpf:
Point is: That's all documentation you get. Also, the schema changes too often to maintain a correct documentation as well as guides.
Best really would be analyzing the database using tools for mySQL. You can get graphs etc easily.
You may also find guides in the MMOwned forums: http://www.mmowned.com/forums/world-of- ... tutorials/

krispig:
this will help you learn sql syntax.

http://www.w3schools.com/sql/default.asp

Navigation

[0] Message Index

[#] Next page

Go to full version