Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Работа со скриптами (https://forum.zone-game.info/forumdisplay.php?f=37)
-   -   Нужно переделать запросы MySQL под сборку RT-Team 1.1 Interlude (https://forum.zone-game.info/showthread.php?t=72)

Monsun 26.11.2007 02:56

Нужно переделать запросы MySQL под сборку RT-Team 1.1 Interlude
 
Вот такие запросы
Цитата:

INSERT INTO `npc` VALUES ('40092','20030','Grand Master Ic3','1','Noblesse Quest','1', 'NPC.a_royal_guardA_MHuman','10.00', '23.00', '76', 'male', 'L2Npc', '40', '350000', '44', '40', '43', '30', '21', '35', '10', '30', '21', '41', '140', '311', '311', '0', '0', '23', '0', '0', '0', '20', '50', '', '0', '0', '0','null','null');

INSERT INTO `npc` VALUES ('40073','29001', 'Antiet','1','Noblesse Quest','1', 'Monster.queen_ant','45.00','53.00', '76', 'female', 'L2RaidBoss','40','229898', '667', '60', '57', '73', '76', '35', '80', '2179535','140740', '329', '1615', '77', '655', '278', '0', '1972', '0', '0', '0', '80', '230', 'Quest Monster','1000', '0','0','95.04','2.14');

INSERT INTO `npc` VALUES ('40074', 29014, 'Fourion', 1, 'Noblesse Quest', 1, 'Monster.orfen', '35.00', '143.00', '76', 'female', 'L2RaidBoss', 40, '325124', '1660', '60', '57', '73', '76', '35', '80', '2041407', '153786', '553', '2226', '124', '904', '278', '500', '1972', '0', '0', '0', '60', '230', 'Quest Monster', '3000', 0, '0', '149.74', '2.14');

INSERT INTO `npc` VALUES ('40075', 29022, 'Taker', 1, 'Noblesse Quest', 1, 'Monster.zaken', '16.00', '32.00', '76', 'male', 'L2RaidBoss', 40, '858518', '1975', '60', '57', '73', '76', '35', '80', '4879745', '423589', '7273', '2951', '19762', '1197', '333', '0', '2362', '0', '0', '0', '80', '120', NULL, '0', 1, '12', '149.68', '2.45');

INSERT INTO `npc` VALUES ('40076', 29020, 'Sauron', 1, 'Noblesse Quest', 1, 'Monster.baium', '65.00', '174.00', '75', 'male', 'L2RaidBoss', 40, '790857', '3347', '60', '57', '73', '76', '35', '80', '10253400', '1081544', '6559', '6282', '4378', '4601', '333', '0', '2362', '0', '0', '0', '80', '120', NULL, '0', 0, '12', '128.78', '3.09');

INSERT INTO `npc` VALUES ('40077', 29006, 'Clawo', 1, 'Noblesse Quest', 1, 'NPC.core', '140.00', '75.00', '76', 'male', 'L2RaidBoss', 40, '162561', '575', '60', '57', '73', '76', '35', '80', '2041407', '153786', '535', '2226', '500', '904', '278', '0', '1972', '0', '0', '0', '0', '0', 'curma_core_clan', '2500', 0, '0', '49.74', '1.53');

INSERT INTO `npc` VALUES ('40078', 20136, 'Death Empereur', 1, 'Noblesse Quest', 1, 'Monster.death_knight', '12.00', '31.00', '76', 'male', 'L2RaidBoss', 40, '2245', '830', '40', '43', '30', '21', '35', '10', '4651', '350', '616', '230', '264', '226', '278', '500', '253', '75', '0', '0', '27', '110', 'undead_clan', '300', 1, '0', '17.38', '2.14');

INSERT INTO `npc` VALUES ('40079', 25276, 'Zaras Revenge', 1, 'Noblesse Quest', 1, 'Monster.death_lord_50_bi', '31.00', '61.50', '75', 'male', 'L2RaidBoss', 40, '501018', '3420', '60', '57', '73', '76', '35', '80', '2238750', '1054472', '17973', '4188', '51648', '1701', '278', '0', '1972', '78', '0', '0', '80', '120', NULL, '0', 1, '0', '209.66', '9.81');

INSERT INTO `npc` VALUES ('40080', 25282, 'Rockers Revenge', 1, 'Noblesse Quest', 1, 'Monster.death_lord_50_bi', '31.00', '61.50', '75', 'male', 'L2RaidBoss', 40, '501018', '3420', '60', '57', '73', '76', '35', '80', '2238750', '1054472', '17973', '4188', '51648', '1701', '278', '0', '1972', '2500', '0', '0', '80', '120', NULL, '0', 1, '0', '209.66', '9.81');
Их надо переделать под сборку RT-Team 1.1 Interlude
Если кто может помогите плз..заранее спасибо!

PROGRAMMATOR 30.11.2007 00:27

Держи:
Код:

INSERT INTO npc
  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`)
VALUES
  (40076, 29020, 'Sauron', 1, 'Noblesse Quest', 1, 'Monster.baium', 65.00, 174.00, 76, 'male', 'L2RaidBoss', 40, 790857, 3347, 60.00, 57.00, 73, , , , , , , , , , , , , , , , , , , , '', , 0, 0, 'LAST_HIT');

INSERT INTO npc
  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`)
VALUES
  (40077, 29006, 'Clawo', 1, 'Noblesse Quest', 1, 'NPC.core', 140.00, 75.00, 76, 'male', 'L2RaidBoss', 40, 162561, 575, 60.00, 57.00, 73, , , , , , , , , , , , , , , , , , , , '', , 0, 0, 'LAST_HIT');

INSERT INTO npc
  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`)
VALUES
  (40078, 20136, 'Death Empereur', 1, 'Noblesse Quest', 1, 'Monster.death_knight', 12.00, 31.00, 76, 'male', 'L2RaidBoss', 40, 2245, 830, 40.00, 43.00, 30, , , , , , , , , , , , , , , , , , , , '', , 0, 0, 'LAST_HIT');

INSERT INTO npc
  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`)
VALUES
  (40079, 25276, 'Zaras Revenge', 1, 'Noblesse Quest', 1, 'Monster.death_lord_50_bi', 31.00, 61.50, 75, 'male', 'L2RaidBoss', 40, 501018, 3420, 60.00, 57.00, 73, , , , , , , , , , , , , , , , , , , , '', , 0, 0, 'LAST_HIT');

INSERT INTO npc
  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`)
VALUES
  (40074, 29014, 'Fourion', 1, 'Noblesse Quest', 1, 'Monster.orfen', 35.00, 143.00, 76, 'female', 'L2RaidBoss', 40, 325124, 1660, 60.00, 57.00, 73, , , , , , , , , , , , , , , , , , , , '', , 0, 0, 'LAST_HIT');

INSERT INTO npc
  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`)
VALUES
  (40075, 29022, 'Taker', 1, 'Noblesse Quest', 1, 'Monster.zaken', 16.00, 32.00, 76, 'male', 'L2RaidBoss', 40, 858518, 1975, 60.00, 57.00, 73, , , , , , , , , , , , , , , , , , , , '', , 0, 0, 'LAST_HIT');

INSERT INTO npc
  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`)
VALUES
  (40073, 29001, 'Antiet', 1, 'Noblesse Quest', 1, 'Monster.queen_ant', 45.00, 53.00, 76, 'female', 'L2RaidBoss', 40, 229898, 667, 60.00, 57.00, 73, , , , , , , , , , , , , , , , , , , , '', , 0, 0, 'LAST_HIT');

INSERT INTO npc
  (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`)
VALUES
  (40092, 20030, 'Grand Master Ic3', 1, 'Noblesse Quest', 1, 'NPC.a_royal_guardA_MHuman', 10.00, 23.00, 76, 'male', 'L2Npc', 40, 350000, 44, 40.00, 43.00, 30, 21, 35, 10, 30, 21, 41, 140, 311, 311, 0, 0, 23, 0, 0, 0, 20, 9, , , '', 300, 0, 0, 'LAST_HIT');

Я то сделал но там уже сам время ресспауна выставиш и тд.


Текущее время: 09:22. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot