well hi guys i just compiled an l2jserver Interlude branch pack , and i tried to install it.
but the installer gave me a bunch of errors ( a lot actually ) about the .sql files
Database Installer:
Something caused an error while executing instruction :
C:\Program Files\MySQL\MySQL Server 5.5\bin\mysql.exe -h localhost -u root --pas
sword= -D l2jdb
with file armor.sql
What we should do now?
(l)og it: I will create a log for this file, then continue
with the rest of the list in non-logging mode.
(c)ontinue: Let's pretend that nothing happened and continue with
the rest of the list.
(r)econfigure: Perhaps these errors were caused by a typo.
you can restart from scratch and redefine paths, databases
and user info again.
(q)uit now
Choose (default continue):
the .sql files seems to be correct too... :/
--
-- Table structure for table `armor`
--
DROP TABLE IF EXISTS `armor`;
CREATE TABLE `armor` (
`item_id` int(11) NOT NULL default '0',
`name` varchar(70) default NULL,
`bodypart` varchar(15) NOT NULL default '',
`crystallizable` varchar(5) NOT NULL default '',
`armor_type` varchar(5) NOT NULL default '',
`weight` int(5) NOT NULL default '0',
`material` varchar(15) NOT NULL default '',
`crystal_type` varchar(4) NOT NULL default '',
`avoid_modify` int(1) NOT NULL default '0',
`duration` int(3) NOT NULL default '0',
`p_def` int(3) NOT NULL default '0',
`m_def` int(2) NOT NULL default '0',
`mp_bonus` int(3) NOT NULL default '0',
`price` int(11) NOT NULL default '0',
`crystal_count` int(4) default NULL,
`sellable` varchar(5) default NULL,
`dropable` varchar(5) default NULL,
`destroyable` varchar(5) default NULL,
`tradeable` varchar(5) default NULL,
`item_skill_id` decimal(11,0) NOT NULL default '0',
`item_skill_lvl` decimal(11,0) NOT NULL default '0',
PRIMARY KEY (`item_id`)
) TYPE=MyISAM;
--
-- Dumping data for table `armor`
INSERT INTO `armor` VALUES
and i dont really know what's the fault. i dont think there's a problem with my software.. ( eclipse , win 7 , navicat 10 lite , mysql 5.5 because yesterday i installed an acis pack without any problems..
I have a system where Accounts are saved on login screen for fast login. I am playing a server where this feature is not on the logic screen. How I can try to add this feature to the system?
I don't know what files I would have to touch.
Thanks!!
Hello everyone,
Given that he has lots of different projects but no concrete opinions..
I pose my request here.
Which serious Lineage2 HighFive project is the best choice?
For a server that can be custom and which can be suitable for a classic x10 server and an x1000 server for example?
L2J
Or we ideally have the source, in order to be able to add the farming systems, weapons and armor, npc...
Free or paid, it doesn't matter.
THANKS
Hello everyone,
Given that he has lots of different projects
but no concrete opinions..
I pose my request here.
Which serious Lineage2 HighFive project/emulator
is the best choice?
For a server that can be custom and
which can be suitable for a classic x10 server
and an x1000 server for example?
L2Java ideally
Or we ideally have the source,
in order to be able to add the farming systems,
weapons and armor, npc...
Free or paid, it doesn't matter.
THANKS
Question
Stefoulis15
well hi guys i just compiled an l2jserver Interlude branch pack , and i tried to install it.
but the installer gave me a bunch of errors ( a lot actually ) about the .sql files
Database Installer:
the .sql files seems to be correct too... :/
and i dont really know what's the fault. i dont think there's a problem with my software.. ( eclipse , win 7 , navicat 10 lite , mysql 5.5 because yesterday i installed an acis pack without any problems..
thanks in advance
5 answers to this question
Recommended Posts