View Single Post
  #61  
Old 05-03-2006, 07:00 AM
Smedy
Sarnak
 
Join Date: Jan 2004
Location: Stockholm
Posts: 59
Default

this didnt work for my 0.6.6 :/

cant boot zones now, luckly i backuped my db, also explorer tells me the code to install this would be mysql -f eq&lt;sqlfilename.sql but &lt; is false, the code you need is mysql -f < sqlfilename.sql

didnt work for me, i got LOADS of error though, not sure whats wrong..

Trying a different way now, just mysql -u root , use databasename; and source sqlfilename.sql in your order.

Ive ignored the errors but on the factionNpcUpdate.sql i get every single row like this : ERROR 1064: You have an error in your SQL syntax near ' spawn2, spawnentry SET n
pc_types.npc_faction_id = 18799 WHERE npc_types.name li' at line 1

the 18799 is a changing number that begins with 1 and ends with 18799..

Last edited by Smedy; 05-03-2006 at 03:30 PM..
Reply With Quote