View Single Post
  #8  
Old 09-15-2008, 06:50 AM
Babul
Sarnak
 
Join Date: Sep 2008
Location: Rome
Posts: 37
Default

Where are the instruction to make this tool work?

I am gettin the Db connection problem aswell but is not a connection problem

I have run the .ocx register what else is needed what need to be sourced and how

When i launche the npc_loot tool I get this text file pop

CREATE TABLE `botinventory` (
`npctypeid` int(11) NOT NULL default '0',
`botslotid` int(11) default NULL,
`itemid` int(11) default NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `botleader` (
`botid` int(11) NOT NULL default '0',
`leaderid` int(11) default NULL,
PRIMARY KEY (`botid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

ALTER TABLE npc_types add `isbot` tinyint(4) NOT NULL;

http://66.159.225.58/eqemu/GeorgeS_EqEmu_Files.zip
Reply With Quote