View Single Post
  #1  
Old 07-09-2002, 04:38 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default Updated Items and Books Tables for EQEmu 3.4

This is the latest HQ items file converted to EQEmu format, with Items from lyenu, converted from 3.3.1 and Ariak's items added to it. Also included is the HQ books Data.

Just delete all entries in items and books and then source these files in.

unzip to your mysql bin dir
run mysql
Code:
use [your DB name here];
delete from books;
delete from items;
source HQbooks4.sql;
source 34tiems_HQ4.sql;
HQ4_Items_and_Books_Plus.zip
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote