[ASCENT] Creating weps???

Initiate Mage
Joined
Jan 31, 2008
Messages
1
Reaction score
0
Hi im new and i run my own private server and i'd like to know how does the database/SQl yog work...Because i wanna create weapons and blablabla....so plz tell me
My server is not ONLIN...its private
 
You can start by going to the website where you downloaded SQLyog and go over the documentation there. You will first need to know some basics about SQL before messing around with that program anyhow.

Next you can decide whether you want to change to rather than SQLyog. Some people prefer Navicat, contending that it is easier to use for beginners. From there, you will need to generate your SQL code in the form of an .sql file so you can upload it to your server. I am assuming you don't know how to enter commands into the console since you are using a GUI to get your data into SQL, so you will need something that saves your item (in this case a weapon) in that format so the data goes where it is supposed to in the right tables and columns on your SQL server.

This program Lets you save the .sql file so you can upload the data to your SQL server. See that thread for any help you need with that program. Hope that helps.

You can also go and use the online generator to make items. You have to register a free account there to use it.
 
WoW-V Has come a long way since only weapons/armors

I htink we need to be glad people like them are are helping make servers more fun :D
 
yeah uhh, i use wow-v but im putting custom item ids for 50000 and they dont exist in game, then when i try to spawn them after putting into the DB, just gives an error
 
Back