hi guys its me Death from DeathCo and i just felt like sharing my customized lotf source with yall.... hav fun.... Thanks are greatly appreciated
here's a code to parse the files.. I suggest taking each table and parsing them seperatelyQuote:
insert into `items`(`ItemID`,`ItemName`,`ClassReq`,`ProfReq`,` LvlReq`,`SexReq`,`StrReq`,`AgiReq`,`Worth`,`MinAtk `,`MaxAtk`,`Defense`,`MDef`,`MAttack`,`Dodge`,`Agi Give`,`CPsWorth`) values
(580173,'DragonHalbert',0,9,90,0,139,0,35000,396,7 33,0,0,0,0,18,0),
(580168,'ThornHalbert',0,9,85,0,131,0,28100,446,82 8,0,0,0,0,21,0),
(580169,'ThornHalbert',0,9,85,0,131,0,28100,498,92 8,0,0,0,0,22,0),
(580167,'ThornHalbert',0,9,85,0,131,0,28100,392,72 9,0,0,0,0,20,0),
(580165,'ThornHalbert',0,9,85,0,131,0,28100,356,66 3,0,0,0,0,19,0),
(580166,'ThornHalbert',0,9,85,0,131,0,28100,375,69 5,0,0,0,0,19,0),
(580164,'ThornHalbert',0,9,85,0,131,0,28100,350,64 9,0,0,0,0,19,0),
(580159,'FlyingHalbert',0,8,80,0,124,0,22600,427,7 93,0,0,0,0,22,0),
(580163,'ThornHalbert',0,9,85,0,131,0,28100,339,62 9,0,0,0,0,18,0),
(580158,'FlyingHalbert',0,8,80,0,124,0,22600,381,7 10,0,0,0,0,21,0),
(580156,'FlyingHalbert',0,8,80,0,124,0,22600,320,5 96,0,0,0,0,19,0),
-- --something said here, not sure. --
-- -- Create schema coproj -- CREATE DATABASE IF NOT EXISTS coproj; USE coproj;