02-03-2010, 06:19 AM
плиз народец помогите мне!!!
перечитал все мануалы но так и не понял как исправит под сваю сборку.
сборка l2jserver epilogue
это SQL:
перечитал все мануалы но так и не понял как исправит под сваю сборку.
сборка l2jserver epilogue
это SQL:
PHP код:
<?php
INSERT INTO `npc` VALUES ('90000', '25542', 'Ranku', '1', 'Unic Gm Shop', '1', 'LineageMonster4.LaneCoo',14,29,85,'male', 'L2Merchant', '40', '2971', '1117', '20.54', '2.45', '40', '43', '30', '21', '20', '10', '4410', '377', '902', '326', '453', '291', '278', '500', '333', '0', '0', '0', '40', '187', 'beast_clan', '300', '0', '8', 'LAST_HIT', '0', '0', '0', 'fighter', 'false');
это таблица NPC:
PHP код:
<?php
# Table "npc" DDL
CREATE TABLE `npc` (
`id` decimal(11,0) NOT NULL DEFAULT '0',
`idTemplate` int(11) NOT NULL DEFAULT '0',
`name` varchar(200) DEFAULT NULL,
`serverSideName` int(1) DEFAULT '0',
`title` varchar(45) DEFAULT '',
`serverSideTitle` int(1) DEFAULT '0',
`class` varchar(200) DEFAULT NULL,
`collision_radius` decimal(5,2) DEFAULT NULL,
`collision_height` decimal(5,2) DEFAULT NULL,
`level` decimal(2,0) DEFAULT NULL,
`sex` varchar(6) DEFAULT NULL,
`type` varchar(22) DEFAULT NULL,
`attackrange` int(11) DEFAULT NULL,
`hp` decimal(8,0) DEFAULT NULL,
`mp` decimal(8,0) DEFAULT NULL,
`hpreg` decimal(8,2) DEFAULT NULL,
`mpreg` decimal(5,2) DEFAULT NULL,
`str` decimal(7,0) DEFAULT NULL,
`con` decimal(7,0) DEFAULT NULL,
`dex` decimal(7,0) DEFAULT NULL,
`int` decimal(7,0) DEFAULT NULL,
`wit` decimal(7,0) DEFAULT NULL,
`men` decimal(7,0) DEFAULT NULL,
`exp` decimal(9,0) DEFAULT NULL,
`sp` decimal(8,0) DEFAULT NULL,
`patk` decimal(5,0) DEFAULT NULL,
`pdef` decimal(5,0) DEFAULT NULL,
`matk` decimal(5,0) DEFAULT NULL,
`mdef` decimal(5,0) DEFAULT NULL,
`atkspd` decimal(3,0) DEFAULT NULL,
`aggro` decimal(6,0) DEFAULT NULL,
`matkspd` decimal(4,0) DEFAULT NULL,
`rhand` decimal(5,0) DEFAULT NULL,
`lhand` decimal(5,0) DEFAULT NULL,
`armor` decimal(1,0) DEFAULT NULL,
`enchant` int(11) NOT NULL DEFAULT '0',
`walkspd` decimal(3,0) DEFAULT NULL,
`runspd` decimal(3,0) DEFAULT NULL,
`isUndead` int(11) DEFAULT '0',
`absorb_level` decimal(2,0) DEFAULT '0',
`absorb_type` enum('FULL_PARTY','LAST_HIT','PARTY_ONE_RANDOM') NOT NULL DEFAULT 'LAST_HIT',
`drop_herbs` enum('true','false') NOT NULL DEFAULT 'false',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1