sql noob
ok, today is my first time with this emulator und sql.
i found a link with spawn-loot infos etc. i have now the infos to copy and paste at the db.sql but where exactly??? for example: # # Table structure for table 'npc_types' # CREATE TABLE npc_types ( id int(11) NOT NULL auto_increment, name text NOT NULL, level tinyint(2) unsigned NOT NULL default '0', race tinyint(2) unsigned NOT NULL default '0', class tinyint(2) unsigned NOT NULL default '0', hp int(11) NOT NULL default '0', gender tinyint(2) unsigned NOT NULL default '0', texture tinyint(2) unsigned NOT NULL default '0', helmtexture tinyint(2) unsigned NOT NULL default '0', size tinyint(2) unsigned NOT NULL default '0', hp_regen_rate int(11) unsigned NOT NULL default '0', mana_regen_rate int(11) unsigned NOT NULL default '0', loottable_id int(11) unsigned NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; # # Dumping data for table 'npc_types' # where i have to copy the lines? ..yeah i know iam stupid |
/bonk find it, after dumping data.. right? ;)
|
Re: sql noob
Quote:
create the eq database, have a admin, import db.sql. Then get a working version going. After that, you can play around with cutting and pasting things. I still don't do the above thing and I have done many, many installations. |
Read through the manuals at mysql's website too, they got a wealth of information there ;)
|
All times are GMT -4. The time now is 12:00 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.