[Antrix]Official DB Download Mirror
This DB Name Karnage's DB .... (for rev 275 or lower)
RapidShare: 1-Click Webhosting
<o>
Official Antrix Database DL:
RapidShare: 1-Click Webhosting
(ps: if you are using rev 290, plz look fix for DB)
=====================================================
2.1.0 DBC files
Filebeam: Filebeam - Free Fast File Hosting
=====================================================
Lastest Core revision and script bins HERE (official core relaese)
Mirror REV290
=====================================================
This Update for Rev290 Database or later. And use only antrix sql database section :) (recommended sql editor: SqlYog 6.02)
Code:
--
-- Table structure for table `reputation_creature_onkill`
--
DROP TABLE IF EXISTS `reputation_creature_onkill`;
CREATE TABLE `reputation_creature_onkill` (
`creature_id` int(30) NOT NULL,
`faction_change_alliance` int(30) NOT NULL,
`change_deltamin_alliance` int(30) NOT NULL,
`change_deltamax_alliance` int(30) NOT NULL,
`faction_change_horde` int(30) NOT NULL,
`change_deltamin_horde` int(30) NOT NULL,
`change_deltamax_horde` int(30) NOT NULL,
KEY `index` (`creature_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Table structure for table `reputation_faction_onkill`
--
DROP TABLE IF EXISTS `reputation_faction_onkill`;
CREATE TABLE `reputation_faction_onkill` (
`faction_id` int(30) NOT NULL,
`change_factionid_alliance` int(30) NOT NULL,
`change_deltamin_alliance` int(30) NOT NULL,
`change_deltamax_alliance` int(30) NOT NULL,
`change_factionid_horde` int(30) NOT NULL,
`change_deltamin_horde` int(30) NOT NULL,
`change_deltamax_horde` int(30) NOT NULL,
KEY `factindex` (`faction_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE `npc_monstersay` (
`entry` int(11) NOT NULL,
`event` int(11) NOT NULL,
`chance` float NOT NULL,
`language` int(11) NOT NULL,
`type` int(11) NOT NULL,
`monstername` longtext,
`text0` longtext,
`text1` longtext,
`text2` longtext,
`text3` longtext,
`text4` longtext
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Re: [Antrix]Karnage's DB Download Mirror (Rapidshare)
You know, there are better Mirrors at ; http://forum.ragezone.com/f114/antri...6-07-a-258871/
So why RapidShare? <Question>
Signed.
Re: [Antrix]Karnage's DB Download Mirror (Rapidshare)
Because DB downlad link corrupted oke ? :)
Re: [Antrix]Karnage's DB Download Mirror (Rapidshare)
Could you post Antrix Core Rev 275. and Scripts 10/6/07 pls ? Thanks in advance ;)
Re: [Antrix]Karnage's DB Download Mirror (Rapidshare)
Yes, i would also love the core :)
As i have recently fucked mine up lol
Re: [Antrix]Karnage's DB Download Mirror (Rapidshare)
ive got the logon error with this :S
SQL logon database parameters not found
could anyone help me?
Ty Mike
Re: [Antrix]Karnage's DB Download Mirror (Rapidshare)
--
-- Table structure for table `accounts`
--
CREATE TABLE `accounts` (
`acct` bigint(20) NOT NULL auto_increment,
`login` varchar(255) NOT NULL default '',
`password` varchar(28) NOT NULL default '',
`gm` varchar(27) NOT NULL default '',
`banned` int(30) NOT NULL default '0',
`lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
`lastip` varchar(15) NOT NULL default '',
`email` varchar(50) NOT NULL default '',
`flags` int(11) NOT NULL default '0',
PRIMARY KEY (`acct`,`login`),
UNIQUE KEY `acct` (`acct`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;
-- --------------------------------------------------------
--
-- Table structure for table `ipbans`
--
CREATE TABLE `ipbans` (
`ip` varchar(32) NOT NULL,
`expire` int(16) NOT NULL default '0',
UNIQUE KEY `UniqueIp` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Re: [Antrix]Karnage's DB Download Mirror (Rapidshare)
Lastest Core revision and scrip bins HERE (official core relaese)
Re: [Antrix]Official DB Download Mirror
Thanks for this .. again :D ..are you sure that if i run that query my database will still work ? i really do not want to lose all those chars :|
Re: [Antrix]Official DB Download Mirror
Re: [Antrix]Official DB Download Mirror
the link it doesn't work but thanks does anyone have an mirror for rev290?
Thanks for sharing and helping me :scared: