Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-12-2013, 01:57 AM
mrfireturkey
Fire Beetle
 
Join Date: Aug 2013
Posts: 10
Default Looking for Peq.item_tick table

I've searched here and on google for any information about the item_tick table. I'm getting zone errors in my logs - database is peq rev 2506. Looking for a pointer as to what sql file/statement I should load.

Thanks.

Code:
Error in Zone::LoadTickItems: SELECT it_itemid, it_chance, it_level, it_qglobal, it_bagslot FROM item_tick (#1146: Table 'peq.item_tick' doesn't exist)
Reply With Quote
  #2  
Old 09-12-2013, 02:11 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

Code:
CREATE TABLE `item_tick` (
	`it_itemid` INT(11) NOT NULL,
	`it_chance` INT(11) NOT NULL,
	`it_level` INT(11) NOT NULL,
	`it_id` INT(11) NOT NULL AUTO_INCREMENT,
	`it_qglobal` VARCHAR(50) NOT NULL,
	`it_bagslot` TINYINT(4) NOT NULL,
	PRIMARY KEY (`it_id`)
)
COLLATE='latin1_swedish_ci'
ENGINE=MyISAM;

This is what my database has
Reply With Quote
  #3  
Old 09-12-2013, 02:26 AM
mrfireturkey
Fire Beetle
 
Join Date: Aug 2013
Posts: 10
Default

Appreciate it!
Reply With Quote
  #4  
Old 09-12-2013, 12:17 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

SVN is obsolete, please get your DB from: http://peqtgc.com/releases
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:06 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3