Ir para conteúdo
  • Cadastre-se
  • 0

Resetar os RaidBosse's


XxXTenTaCioN

Pergunta

Olá boa noite pessoal do L2JBrasil

Quero saber como resetar os raid boss

colocar todos para renascer para aparecer vivo no jogo e na minha lista de bossinfo.

https://imgur.com/HkZhQqX

Obs: No momento os que estão vivos eu matei ou não apareceram!

Editado por L2-T1T4N-Vini
Besteira

 

Line][Age Ancestral 

100x / Titanium Armor / Weapons Grad: S / PvP

Link para o comentário
Compartilhar em outros sites

6 respostass a esta questão

Posts recomendados

  • 0
 

Olá boa noite pessoal do L2JBrasil

Quero saber como resetar os raid boss

colocar todos para renascer para aparecer vivo no jogo e na minha lista de bossinfo.

https://imgur.com/HkZhQqX

Obs: No momento os que estão vivos eu matei ou não apareceram!

Grandboss_data

DROP TABLE IF EXISTS `grandboss_data`;
CREATE TABLE `grandboss_data` (
  `boss_id` int(11) NOT NULL DEFAULT '0',
  `loc_x` int(11) NOT NULL DEFAULT '0',
  `loc_y` int(11) NOT NULL DEFAULT '0',
  `loc_z` int(11) NOT NULL DEFAULT '0',
  `heading` int(11) NOT NULL DEFAULT '0',
  `respawn_time` bigint(20) NOT NULL DEFAULT '0',
  `currentHP` decimal(8,0) DEFAULT NULL,
  `currentMP` decimal(8,0) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`boss_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of grandboss_data
-- ----------------------------
INSERT INTO `grandboss_data` VALUES ('29001', '-21610', '181594', '-5720', '0', '0', '919592', '866', '0');
INSERT INTO `grandboss_data` VALUES ('29006', '17726', '108915', '-6472', '0', '0', '487683', '1725', '0');
INSERT INTO `grandboss_data` VALUES ('29014', '55024', '17368', '-5512', '0', '0', '385550', '1859', '0');
INSERT INTO `grandboss_data` VALUES ('29019', '185708', '114298', '-8221', '32768', '0', '13090000', '22197', '0');
INSERT INTO `grandboss_data` VALUES ('29020', '115213', '16623', '10080', '41740', '0', '790857', '3347', '0');
INSERT INTO `grandboss_data` VALUES ('29022', '55312', '219168', '-3224', '0', '0', '721444', '2203', '0');
INSERT INTO `grandboss_data` VALUES ('29028', '213004', '-114890', '-1595', '0', '0', '16660000', '22197', '0');
INSERT INTO `grandboss_data` VALUES ('29045', '0', '0', '0', '0', '0', '790857', '1859', '0');
INSERT INTO `grandboss_data` VALUES ('29046', '0', '0', '0', '0', '0', '63', '44', '0');
INSERT INTO `grandboss_data` VALUES ('29047', '0', '0', '0', '0', '0', '350000', '85', '0');
INSERT INTO `grandboss_data` VALUES ('29054', '0', '0', '0', '0', '0', '300000', '2000', '0');
INSERT INTO `grandboss_data` VALUES ('29062', '0', '0', '0', '0', '0', null, null, '1');
INSERT INTO `grandboss_data` VALUES ('29066', '185708', '114298', '-8221', '32768', '0', '11186000', '1998000', '0');
INSERT INTO `grandboss_data` VALUES ('29067', '185708', '114298', '-8221', '32768', '0', '14518000', '1998000', '0');
INSERT INTO `grandboss_data` VALUES ('29068', '185708', '114298', '-8221', '32768', '0', '17850000', '1998000', '0');

raidboss_spawnlist

DROP TABLE IF EXISTS `raidboss_spawnlist`;
CREATE TABLE `raidboss_spawnlist` (
  `boss_id` int(11) NOT NULL DEFAULT '0',
  `amount` int(11) NOT NULL DEFAULT '0',
  `loc_x` int(11) NOT NULL DEFAULT '0',
  `loc_y` int(11) NOT NULL DEFAULT '0',
  `loc_z` int(11) NOT NULL DEFAULT '0',
  `heading` int(11) NOT NULL DEFAULT '0',
  `respawn_min_delay` int(11) NOT NULL DEFAULT '43200',
  `respawn_max_delay` int(11) NOT NULL DEFAULT '129600',
  `respawn_time` bigint(20) NOT NULL DEFAULT '0',
  `currentHp` decimal(8,0) DEFAULT NULL,
  `currentMp` decimal(8,0) DEFAULT NULL,
  PRIMARY KEY (`boss_id`,`loc_x`,`loc_y`,`loc_z`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of raidboss_spawnlist
-- ----------------------------
INSERT INTO `raidboss_spawnlist` VALUES ('25001', '1', '-54416', '146480', '-2887', '0', '43200', '129600', '0', '95986', '545');
INSERT INTO `raidboss_spawnlist` VALUES ('25004', '1', '-94208', '100240', '-3520', '0', '43200', '129600', '0', '168366', '763');
INSERT INTO `raidboss_spawnlist` VALUES ('25007', '1', '124240', '75376', '-2800', '0', '43200', '129600', '0', '331522', '1062');
INSERT INTO `raidboss_spawnlist` VALUES ('25010', '1', '113920', '52960', '-3735', '0', '43200', '129600', '0', '624464', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25013', '1', '169744', '11920', '-2732', '0', '43200', '129600', '0', '507285', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25016', '1', '76787', '245775', '-10376', '0', '43200', '129600', '0', '188376', '2368');
INSERT INTO `raidboss_spawnlist` VALUES ('25019', '1', '7376', '169376', '-3600', '0', '43200', '129600', '0', '206185', '606');
INSERT INTO `raidboss_spawnlist` VALUES ('25020', '1', '90384', '125568', '-2128', '0', '43200', '129600', '0', '156584', '893');
INSERT INTO `raidboss_spawnlist` VALUES ('25023', '1', '27280', '101744', '-3696', '0', '43200', '129600', '0', '208019', '1415');
INSERT INTO `raidboss_spawnlist` VALUES ('25026', '1', '92976', '7920', '-3914', '0', '43200', '129600', '0', '352421', '1660');
INSERT INTO `raidboss_spawnlist` VALUES ('25029', '1', '54941', '206705', '-3728', '0', '43200', '129600', '0', '156190', '1911');
INSERT INTO `raidboss_spawnlist` VALUES ('25032', '1', '88532', '245798', '-10376', '0', '43200', '129600', '0', '229722', '2707');
INSERT INTO `raidboss_spawnlist` VALUES ('25035', '1', '180968', '12035', '-2720', '0', '43200', '129600', '0', '888658', '3058');
INSERT INTO `raidboss_spawnlist` VALUES ('25038', '1', '-57360', '186272', '-4967', '0', '43200', '129600', '0', '116581', '699');
INSERT INTO `raidboss_spawnlist` VALUES ('25041', '1', '10416', '126880', '-3676', '0', '43200', '129600', '0', '165289', '927');
INSERT INTO `raidboss_spawnlist` VALUES ('25044', '1', '107792', '27728', '-3488', '0', '43200', '129600', '0', '319791', '1296');
INSERT INTO `raidboss_spawnlist` VALUES ('25047', '1', '116352', '27648', '-3319', '0', '43200', '129600', '0', '352421', '1660');
INSERT INTO `raidboss_spawnlist` VALUES ('25050', '1', '125520', '27216', '-3632', '0', '43200', '129600', '0', '771340', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25051', '1', '117760', '-9072', '-3264', '0', '43200', '129600', '0', '818959', '2707');
INSERT INTO `raidboss_spawnlist` VALUES ('25054', '1', '113432', '16403', '3960', '0', '43200', '129600', '0', '397437', '1372');
INSERT INTO `raidboss_spawnlist` VALUES ('25057', '1', '107056', '168176', '-3456', '0', '43200', '129600', '0', '288415', '2235');
INSERT INTO `raidboss_spawnlist` VALUES ('25060', '1', '-60428', '188264', '-4512', '0', '43200', '129600', '0', '99367', '575');
INSERT INTO `raidboss_spawnlist` VALUES ('25063', '1', '-91024', '116304', '-3466', '0', '43200', '129600', '0', '330579', '927');
INSERT INTO `raidboss_spawnlist` VALUES ('25064', '1', '92528', '84752', '-3703', '0', '43200', '129600', '0', '218810', '1120');
INSERT INTO `raidboss_spawnlist` VALUES ('25067', '1', '94992', '-23168', '-2176', '0', '43200', '129600', '0', '554640', '1598');
INSERT INTO `raidboss_spawnlist` VALUES ('25070', '1', '125600', '50100', '-3600', '0', '43200', '129600', '0', '451391', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25073', '1', '143265', '110044', '-3944', '0', '43200', '129600', '0', '875948', '2987');
INSERT INTO `raidboss_spawnlist` VALUES ('25076', '1', '-60976', '127552', '-2960', '0', '43200', '129600', '0', '103092', '606');
INSERT INTO `raidboss_spawnlist` VALUES ('25079', '1', '53712', '102656', '-1072', '0', '43200', '129600', '0', '168366', '763');
INSERT INTO `raidboss_spawnlist` VALUES ('25082', '1', '88512', '140576', '-3483', '0', '43200', '129600', '0', '206753', '1062');
INSERT INTO `raidboss_spawnlist` VALUES ('25085', '1', '66944', '67504', '-3704', '0', '43200', '129600', '0', '371721', '1355');
INSERT INTO `raidboss_spawnlist` VALUES ('25088', '1', '90848', '16368', '-5296', '0', '43200', '129600', '0', '702418', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25089', '1', '165424', '93776', '-2992', '0', '43200', '129600', '0', '512194', '2301');
INSERT INTO `raidboss_spawnlist` VALUES ('25092', '1', '116151', '16227', '1944', '0', '43200', '129600', '0', '888658', '3058');
INSERT INTO `raidboss_spawnlist` VALUES ('25095', '1', '-37856', '198128', '-2672', '0', '43200', '129600', '0', '121941', '731');
INSERT INTO `raidboss_spawnlist` VALUES ('25098', '1', '-5937', '175004', '-2940', '59144', '43200', '129600', '0', '330579', '927');
INSERT INTO `raidboss_spawnlist` VALUES ('25098', '1', '123536', '133504', '-3584', '0', '43200', '129600', '0', '330579', '927');
INSERT INTO `raidboss_spawnlist` VALUES ('25099', '1', '64048', '16048', '-3536', '0', '43200', '129600', '0', '273375', '1355');
INSERT INTO `raidboss_spawnlist` VALUES ('25102', '1', '113840', '84256', '-2480', '0', '43200', '129600', '0', '576831', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25103', '1', '135872', '94592', '-3735', '0', '43200', '129600', '0', '451391', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25106', '1', '173880', '-11412', '-2880', '0', '43200', '129600', '0', '526218', '2570');
INSERT INTO `raidboss_spawnlist` VALUES ('25109', '1', '152660', '110387', '-5520', '0', '43200', '129600', '0', '935092', '3347');
INSERT INTO `raidboss_spawnlist` VALUES ('25112', '1', '116128', '139392', '-3640', '0', '43200', '129600', '0', '127782', '763');
INSERT INTO `raidboss_spawnlist` VALUES ('25115', '1', '94000', '197500', '-3300', '0', '43200', '129600', '0', '294846', '1120');
INSERT INTO `raidboss_spawnlist` VALUES ('25118', '1', '50896', '146576', '-3645', '0', '43200', '129600', '0', '330579', '1415');
INSERT INTO `raidboss_spawnlist` VALUES ('25119', '1', '121872', '64032', '-3536', '0', '43200', '129600', '0', '507285', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25122', '1', '86300', '-8200', '-3000', '0', '43200', '129600', '0', '467209', '2235');
INSERT INTO `raidboss_spawnlist` VALUES ('25125', '1', '170656', '85184', '-2000', '0', '43200', '129600', '0', '1637918', '2707');
INSERT INTO `raidboss_spawnlist` VALUES ('25126', '1', '116263', '15916', '6992', '0', '43200', '129600', '0', '829807', '1493');
INSERT INTO `raidboss_spawnlist` VALUES ('25127', '1', '-47552', '219232', '-2413', '0', '43200', '129600', '0', '198734', '763');
INSERT INTO `raidboss_spawnlist` VALUES ('25128', '1', '17696', '179056', '-3520', '0', '43200', '129600', '0', '148507', '860');
INSERT INTO `raidboss_spawnlist` VALUES ('25131', '1', '75488', '-9360', '-2720', '0', '43200', '129600', '0', '369009', '1415');
INSERT INTO `raidboss_spawnlist` VALUES ('25134', '1', '87536', '75872', '-3591', '0', '43200', '129600', '0', '218810', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25137', '1', '125280', '102576', '-3305', '0', '43200', '129600', '0', '451391', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25140', '1', '191975', '56959', '-7616', '0', '43200', '129600', '0', '818959', '2707');
INSERT INTO `raidboss_spawnlist` VALUES ('25143', '1', '113102', '16002', '6992', '0', '43200', '129600', '0', '977229', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25146', '1', '-13056', '215680', '-3760', '0', '43200', '129600', '0', '90169', '485');
INSERT INTO `raidboss_spawnlist` VALUES ('25149', '1', '-12656', '138176', '-3584', '0', '43200', '129600', '0', '103092', '606');
INSERT INTO `raidboss_spawnlist` VALUES ('25152', '1', '43872', '123968', '-2928', '0', '43200', '129600', '0', '165289', '927');
INSERT INTO `raidboss_spawnlist` VALUES ('25155', '1', '73520', '66912', '-3728', '0', '43200', '129600', '0', '294846', '1120');
INSERT INTO `raidboss_spawnlist` VALUES ('25158', '1', '77104', '5408', '-3088', '0', '43200', '129600', '0', '920790', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25159', '1', '124984', '43200', '-3625', '0', '43200', '129600', '0', '435256', '1975');
INSERT INTO `raidboss_spawnlist` VALUES ('25162', '1', '194107', '53884', '-4368', '0', '43200', '129600', '0', '1461912', '2368');
INSERT INTO `raidboss_spawnlist` VALUES ('25163', '1', '130500', '59098', '3584', '0', '43200', '129600', '0', '888658', '3058');
INSERT INTO `raidboss_spawnlist` VALUES ('25166', '1', '-21800', '152000', '-2900', '0', '43200', '129600', '0', '134813', '606');
INSERT INTO `raidboss_spawnlist` VALUES ('25169', '1', '-54464', '170288', '-3136', '0', '43200', '129600', '0', '336732', '763');
INSERT INTO `raidboss_spawnlist` VALUES ('25170', '1', '26064', '121808', '-3738', '0', '43200', '129600', '0', '195371', '1028');
INSERT INTO `raidboss_spawnlist` VALUES ('25173', '1', '75968', '110784', '-2512', '0', '43200', '129600', '0', '288415', '1415');
INSERT INTO `raidboss_spawnlist` VALUES ('25176', '1', '92544', '115232', '-3200', '0', '43200', '129600', '0', '451391', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25179', '1', '181814', '52379', '-4344', '0', '43200', '129600', '0', '526218', '2368');
INSERT INTO `raidboss_spawnlist` VALUES ('25182', '1', '41966', '215417', '-3728', '0', '43200', '129600', '0', '512194', '2707');
INSERT INTO `raidboss_spawnlist` VALUES ('25185', '1', '88123', '166312', '-3412', '0', '43200', '129600', '0', '165289', '927');
INSERT INTO `raidboss_spawnlist` VALUES ('25188', '1', '88256', '176208', '-3488', '0', '43200', '129600', '0', '255564', '763');
INSERT INTO `raidboss_spawnlist` VALUES ('25189', '1', '68832', '203024', '-3547', '0', '43200', '129600', '0', '156584', '893');
INSERT INTO `raidboss_spawnlist` VALUES ('25192', '1', '125920', '190208', '-3291', '0', '43200', '129600', '0', '258849', '1296');
INSERT INTO `raidboss_spawnlist` VALUES ('25198', '1', '102656', '157424', '-3735', '0', '43200', '129600', '0', '1777317', '2639');
INSERT INTO `raidboss_spawnlist` VALUES ('25199', '1', '108096', '157408', '-3688', '0', '43200', '129600', '0', '912634', '2707');
INSERT INTO `raidboss_spawnlist` VALUES ('25202', '1', '119760', '157392', '-3744', '0', '43200', '129600', '0', '935092', '2777');
INSERT INTO `raidboss_spawnlist` VALUES ('25205', '1', '123808', '153408', '-3671', '0', '43200', '129600', '0', '956490', '3274');
INSERT INTO `raidboss_spawnlist` VALUES ('25208', '1', '73776', '201552', '-3760', '0', '43200', '129600', '0', '218810', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25211', '1', '76352', '193216', '-3648', '0', '43200', '129600', '0', '174646', '1975');
INSERT INTO `raidboss_spawnlist` VALUES ('25214', '1', '112112', '209936', '-3616', '0', '43200', '129600', '0', '218810', '2368');
INSERT INTO `raidboss_spawnlist` VALUES ('25217', '1', '89904', '105712', '-3292', '0', '43200', '129600', '0', '369009', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25220', '1', '113551', '17083', '-2120', '0', '43200', '129600', '0', '388245', '1312');
INSERT INTO `raidboss_spawnlist` VALUES ('25223', '1', '43152', '152352', '-2848', '0', '43200', '129600', '0', '165289', '1237');
INSERT INTO `raidboss_spawnlist` VALUES ('25226', '1', '104240', '-3664', '-3392', '0', '43200', '129600', '0', '768537', '2502');
INSERT INTO `raidboss_spawnlist` VALUES ('25229', '1', '137568', '-19488', '-3552', '0', '43200', '129600', '0', '1891801', '3420');
INSERT INTO `raidboss_spawnlist` VALUES ('25230', '1', '66672', '46704', '-3920', '0', '43200', '129600', '0', '482650', '2169');
INSERT INTO `raidboss_spawnlist` VALUES ('25233', '1', '185800', '-26500', '-2000', '0', '43200', '129600', '0', '1256671', '3643');
INSERT INTO `raidboss_spawnlist` VALUES ('25234', '1', '120080', '111248', '-3047', '0', '43200', '129600', '0', '1052436', '2707');
INSERT INTO `raidboss_spawnlist` VALUES ('25235', '1', '116400', '-62528', '-3264', '0', '43200', '129600', '0', '912634', '3202');
INSERT INTO `raidboss_spawnlist` VALUES ('25238', '1', '155000', '85400', '-3200', '0', '43200', '129600', '0', '512194', '2846');
INSERT INTO `raidboss_spawnlist` VALUES ('25241', '1', '165984', '88048', '-2384', '0', '43200', '129600', '0', '624464', '2639');
INSERT INTO `raidboss_spawnlist` VALUES ('25244', '1', '187360', '45840', '-5856', '0', '43200', '129600', '0', '1891801', '3420');
INSERT INTO `raidboss_spawnlist` VALUES ('25245', '1', '172000', '55000', '-5400', '0', '43200', '129600', '0', '977229', '3643');
INSERT INTO `raidboss_spawnlist` VALUES ('25248', '1', '127903', '-13399', '-3720', '0', '43200', '129600', '0', '1825269', '3274');
INSERT INTO `raidboss_spawnlist` VALUES ('25249', '1', '147104', '-20560', '-3377', '0', '43200', '129600', '0', '945900', '3420');
INSERT INTO `raidboss_spawnlist` VALUES ('25252', '1', '192376', '22087', '-3608', '0', '43200', '129600', '0', '888658', '3058');
INSERT INTO `raidboss_spawnlist` VALUES ('25255', '1', '170048', '-24896', '-3440', '0', '43200', '129600', '0', '1637918', '2707');
INSERT INTO `raidboss_spawnlist` VALUES ('25256', '1', '170320', '42640', '-4832', '0', '43200', '129600', '0', '526218', '2368');
INSERT INTO `raidboss_spawnlist` VALUES ('25259', '1', '42050', '208107', '-3752', '0', '43200', '129600', '0', '1248928', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25260', '1', '93120', '19440', '-3607', '0', '43200', '129600', '0', '392985', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25263', '1', '144400', '-28192', '-1920', '0', '43200', '129600', '0', '848789', '2846');
INSERT INTO `raidboss_spawnlist` VALUES ('25266', '1', '188983', '13647', '-2672', '0', '43200', '129600', '0', '945900', '3420');
INSERT INTO `raidboss_spawnlist` VALUES ('25269', '1', '123504', '-23696', '-3481', '0', '43200', '129600', '0', '888658', '3058');
INSERT INTO `raidboss_spawnlist` VALUES ('25272', '1', '49248', '127792', '-3552', '0', '43200', '129600', '0', '233163', '1415');
INSERT INTO `raidboss_spawnlist` VALUES ('25276', '1', '154088', '-14116', '-3736', '0', '43200', '129600', '0', '1891801', '3420');
INSERT INTO `raidboss_spawnlist` VALUES ('25277', '1', '54651', '180269', '-4976', '0', '43200', '129600', '0', '507285', '1722');
INSERT INTO `raidboss_spawnlist` VALUES ('25280', '1', '85622', '88766', '-5120', '0', '43200', '129600', '0', '1248928', '2039');
INSERT INTO `raidboss_spawnlist` VALUES ('25281', '1', '151053', '88124', '-5424', '0', '43200', '129600', '0', '1777317', '3058');
INSERT INTO `raidboss_spawnlist` VALUES ('25282', '1', '179311', '-7632', '-4896', '0', '43200', '129600', '0', '1891801', '3420');
INSERT INTO `raidboss_spawnlist` VALUES ('25293', '1', '134672', '-115600', '-1216', '0', '43200', '129600', '0', '977229', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25299', '1', '148160', '-73808', '-4919', '0', '43200', '129600', '0', '300327', '1524');
INSERT INTO `raidboss_spawnlist` VALUES ('25302', '1', '145504', '-81664', '-6016', '0', '43200', '129600', '0', '325022', '1715');
INSERT INTO `raidboss_spawnlist` VALUES ('25305', '1', '145008', '-84992', '-6240', '0', '43200', '129600', '0', '689061', '1866');
INSERT INTO `raidboss_spawnlist` VALUES ('25309', '1', '115552', '-39200', '-2480', '0', '43200', '129600', '0', '300327', '1524');
INSERT INTO `raidboss_spawnlist` VALUES ('25312', '1', '109216', '-36160', '-938', '0', '43200', '129600', '0', '325022', '1715');
INSERT INTO `raidboss_spawnlist` VALUES ('25315', '1', '105584', '-43024', '-1728', '0', '43200', '129600', '0', '689061', '1866');
INSERT INTO `raidboss_spawnlist` VALUES ('25319', '1', '184542', '-106330', '-6304', '0', '43200', '129600', '0', '462603', '1764');
INSERT INTO `raidboss_spawnlist` VALUES ('25322', '1', '93296', '-75104', '-1824', '0', '43200', '129600', '0', '834231', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25325', '1', '91008', '-85904', '-2736', '0', '43200', '129600', '0', '888658', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25328', '1', '59331', '-42403', '-3003', '0', '7200', '10800', '0', '900867', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25352', '1', '-16912', '174912', '-3264', '0', '43200', '129600', '0', '127782', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25354', '1', '-16096', '184288', '-3817', '0', '43200', '129600', '0', '165289', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25357', '1', '-3456', '112864', '-3456', '0', '43200', '129600', '0', '90169', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25360', '1', '29216', '179280', '-3624', '0', '43200', '129600', '0', '107186', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25362', '1', '-55920', '186768', '-3336', '0', '43200', '129600', '0', '95986', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25365', '1', '-62000', '190256', '-3687', '0', '43200', '129600', '0', '214372', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25366', '1', '-62368', '179440', '-3594', '0', '43200', '129600', '0', '95986', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25369', '1', '-45616', '111024', '-3808', '0', '43200', '129600', '0', '103092', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25372', '1', '48000', '243376', '-6611', '0', '43200', '129600', '0', '175392', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25373', '1', '9649', '77467', '-3808', '0', '43200', '129600', '0', '90169', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25375', '1', '22500', '80300', '-2772', '0', '43200', '129600', '0', '87696', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25378', '1', '-54096', '84288', '-3512', '0', '43200', '129600', '0', '87696', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25380', '1', '-47367', '51548', '-5904', '0', '43200', '129600', '0', '90169', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25383', '1', '51632', '153920', '-3552', '0', '43200', '129600', '0', '156584', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25385', '1', '53600', '143472', '-3872', '0', '43200', '129600', '0', '174646', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25388', '1', '40128', '101920', '-1241', '0', '43200', '129600', '0', '165289', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25391', '1', '45600', '120592', '-2455', '0', '43200', '129600', '0', '297015', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25392', '1', '29928', '107160', '-3708', '0', '43200', '129600', '0', '141034', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25394', '1', '101888', '200224', '-3680', '0', '43200', '129600', '0', '390743', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25395', '1', '15000', '119000', '-11900', '0', '43200', '129600', '0', '288415', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25398', '1', '5000', '189000', '-3728', '0', '43200', '129600', '0', '165289', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25401', '1', '117808', '102880', '-3600', '0', '43200', '129600', '0', '141034', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25404', '1', '35992', '191312', '-3104', '0', '43200', '129600', '0', '148507', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25407', '1', '115072', '112272', '-3018', '0', '43200', '129600', '0', '526218', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25410', '1', '72192', '125424', '-3657', '0', '43200', '129600', '0', '218810', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25412', '1', '81920', '113136', '-3056', '0', '43200', '129600', '0', '319791', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25415', '1', '128352', '138464', '-3467', '0', '43200', '129600', '0', '218810', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25418', '1', '62416', '8096', '-3376', '0', '43200', '129600', '0', '273375', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25420', '1', '42032', '24128', '-4704', '0', '43200', '129600', '0', '335987', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25423', '1', '113600', '47120', '-4640', '0', '43200', '129600', '0', '539706', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25426', '1', '-18048', '-101264', '-2112', '0', '43200', '129600', '0', '103092', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25429', '1', '172064', '-214752', '-3565', '0', '43200', '129600', '0', '103092', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25431', '1', '79648', '18320', '-5232', '0', '43200', '129600', '0', '273375', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25434', '1', '104096', '-16896', '-1803', '0', '43200', '129600', '0', '451391', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25437', '1', '67296', '64128', '-3723', '0', '43200', '129600', '0', '576831', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25438', '1', '107000', '92000', '-2272', '0', '43200', '129600', '0', '273375', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25441', '1', '111440', '82912', '-2912', '0', '43200', '129600', '0', '288415', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25444', '1', '113232', '17456', '-4384', '0', '43200', '129600', '0', '588136', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25447', '1', '113200', '17552', '-1424', '0', '43200', '129600', '0', '645953', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25450', '1', '113600', '15104', '9559', '0', '43200', '129600', '0', '987470', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25453', '1', '156704', '-6096', '-4185', '0', '43200', '129600', '0', '888658', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25456', '1', '133632', '87072', '-3623', '0', '43200', '129600', '0', '352421', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25460', '1', '150304', '67776', '-3688', '0', '43200', '129600', '0', '385670', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25463', '1', '166288', '68096', '-3264', '0', '43200', '129600', '0', '467209', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25467', '1', '186192', '61472', '-4160', '0', '43200', '129600', '0', '576851', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25470', '1', '186896', '56276', '-4576', '0', '43200', '129600', '0', '598898', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25473', '1', '175712', '29856', '-3776', '0', '43200', '129600', '0', '402319', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25475', '1', '183568', '24560', '-3184', '0', '43200', '129600', '0', '451391', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25478', '1', '168288', '28368', '-3632', '0', '43200', '129600', '0', '588136', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25481', '1', '53517', '205413', '-3728', '0', '43200', '129600', '0', '66938', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25484', '1', '43160', '220463', '-3680', '0', '43200', '129600', '0', '369009', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25487', '1', '83056', '183232', '-3616', '0', '43200', '129600', '0', '218810', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25490', '1', '86528', '216864', '-3584', '0', '43200', '129600', '0', '218810', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25493', '1', '83174', '254428', '-10873', '0', '43200', '129600', '0', '451391', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25496', '1', '88300', '258000', '-10200', '0', '43200', '129600', '0', '402319', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25498', '1', '126624', '174448', '-3056', '0', '43200', '129600', '0', '288415', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25514', '1', '79635', '-55434', '-6135', '0', '43200', '129600', '0', '300327', '1524');
INSERT INTO `raidboss_spawnlist` VALUES ('25517', '1', '113000', '-76000', '200', '0', '43200', '129600', '0', '480891', '3718');
INSERT INTO `raidboss_spawnlist` VALUES ('25523', '1', '170000', '-60000', '-3500', '0', '43200', '129600', '0', '776490', '1312');
INSERT INTO `raidboss_spawnlist` VALUES ('25524', '1', '144143', '-5731', '-4722', '0', '43200', '129600', '0', '956490', '3247');
INSERT INTO `raidboss_spawnlist` VALUES ('25527', '1', '3776', '-6768', '-3288', '0', '43200', '129600', '0', '675863', '1851');
INSERT INTO `raidboss_spawnlist` VALUES ('29095', '1', '141569', '-45908', '-2387', '0', '43200', '129600', '0', '2289038', '2746');

Você não citou sua revisão, caso seja frozen, basta salvar como sql e executar.

Eduardo Garcia ?

Link para o comentário
Compartilhar em outros sites


  • 0
 

 

 

Você não citou sua revisão, caso seja frozen, basta salvar como sql e executar.

Mano o meu é l2jfrozen rev 1132, é normal não aparecer os boss?

tipo, aqui só apareceu vivo Baium, Queen Ant, Core, Orfen

Valakas, Antharas e Zaken não spawnou.. não apareceu vivo mais ta dizendo que ta vivo...

 

Line][Age Ancestral 

100x / Titanium Armor / Weapons Grad: S / PvP

Link para o comentário
Compartilhar em outros sites

  • 0
 

Mano o meu é l2jfrozen rev 1132, é normal não aparecer os boss?

tipo, aqui só apareceu vivo Baium, Queen Ant, Core, Orfen

Valakas, Antharas e Zaken não spawnou.. não apareceu vivo mais ta dizendo que ta vivo...

Amigo, valakas/frintezza e antharas são diferentes. Eles só logam depois de um determinado tempo (que esta configurado em seu boss.properties ) quando você entra com o item da quest. No caso do zaken se ele estiver vivo e você não esteja vendo ele, talvez ele esteja bugado, use o comando do seu admin e teleporte para as coodernadas que esta presente na grandboss_data, o id do zaken é 29022.

Já aconteceu comigo dele estar no teto da montanha. Caso ele esteja bugado no barco em algum lugar, as coodernadas originais dele são (x=55312/y=219168/z=-3224) basta você adiciona-las.

Eduardo Garcia ?

Link para o comentário
Compartilhar em outros sites

  • 0
 

Amigo, valakas/frintezza e antharas são diferentes. Eles só logam depois de um determinado tempo (que esta configurado em seu boss.properties ) quando você entra com o item da quest. No caso do zaken se ele estiver vivo e você não esteja vendo ele, talvez ele esteja bugado, use o comando do seu admin e teleporte para as coodernadas que esta presente na grandboss_data, o id do zaken é 29022.

Já aconteceu comigo dele estar no teto da montanha. Caso ele esteja bugado no barco em algum lugar, as coodernadas originais dele são (x=55312/y=219168/z=-3224) basta você adiciona-las.

Eu achei o Zaken, Valakas Aparece, Antharas continua sem aparecer...

acho que deve ser o tempo que vc falou. vou esperar!

Obrigado!

 

Line][Age Ancestral 

100x / Titanium Armor / Weapons Grad: S / PvP

Link para o comentário
Compartilhar em outros sites

  • 0
 

Eu achei o Zaken, Valakas Aparece, Antharas continua sem aparecer...

acho que deve ser o tempo que vc falou. vou esperar!

Obrigado!

Altere essa linha na sua config 

"AntharasWaitTime = 30"

O numero é representado em minutos assim que vc entrou na caverna com a quest, mude para 5 pra focar mais rápido.

Eduardo Garcia ?

Link para o comentário
Compartilhar em outros sites

  • 0
 

Altere essa linha na sua config 

"AntharasWaitTime = 30"

O numero é representado em minutos assim que vc entrou na caverna com a quest, mude para 5 pra focar mais rápido.

Consegui irmão deu tudo certo .. Obrigado Salvou minha vida!

 

Line][Age Ancestral 

100x / Titanium Armor / Weapons Grad: S / PvP

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...
  • Registre-se

    Faça parte da maior e  mais antigas comunidades sobre Lineage2 da América Latina.





  • Patrocinadores

  • Quem Está Navegando

    • Nenhum usuário registrado visualizando esta página.
  • Posts

    • Teria como fazer do dusk shield e do zombie shield dessa maneira?     Teria como fazer do dusk shield e do zombie shield dessa maneira?     Teria como fazer do dusk shield e do zombie shield dessa maneira?     Teria como fazer do dusk shield e do zombie shield dessa maneira?     Teria como fazer do dusk shield e do zombie shield dessa maneira?     Teria como fazer do dusk shield e do zombie shield dessa maneira?    
    • muchas gracias muy lindos NPC 🙂
    • relaxa jovem gafanhoto, testa as quests. e posTa os erros indesejaveis.  
    • Se alguém pudesse me ensinar como codificar as missões, eu ficaria feliz em fazer isso sozinho ou pelo menos ajudar. Eu realmente quero jogar em um servidor onde todas as quests funcionem bem e melhor ainda se você puder fazer quests customizadas!
    • mas no interlude, nem todas as quests de class,  vai mostrar onde tem que ir, ate o reborn nao mostrava quando era interlude, só mostrou depois que eles colocaram client classic pra rodar, e ficou melhor ainda quando virou hellbound em diante, mas ha sim alguma chance de modificar isso direto no script para fazer igualmente, só basta te um pouco de paciencia e persistencia exato
    • 408_PathToElvenwizard dá Orion eu tive que mexer tbm, até modifiquei e consegui deixar ela igual do Classic, com a seta e a marcação no mapa. (não retail IL) Dá pra importar py de várias revs, o foda é que não da regular as quest py através do debug em tempo real, pelo menos eu não consegui rsrs
    • Hasta el momento todas las QUESTS son completables si te guias con un tutorial de youtube. El problema es que tienen bugs de locacion y de subquests que no avanzan o no te marcan correctamente a donde ir en el mapa, cosa que en Retail si se ve como corresponde.
    • estranho, mas pelo menos a galera nunca reclamo das quests quando tinha aberto 5x, geral fez class primeira e segunda job, poucos que compraram a class
    • en RUSaCis-3.5 data pack, las Quests estan en formato .java y son diferentes a como estan redactadas en jOrion y jFrozen 1.5 (ProyectX) package net.sf.l2j.gameserver.scripting.quest; import net.sf.l2j.commons.random.Rnd; import net.sf.l2j.gameserver.enums.Paperdoll; import net.sf.l2j.gameserver.enums.QuestStatus; import net.sf.l2j.gameserver.enums.actors.ClassId; import net.sf.l2j.gameserver.model.actor.Creature; import net.sf.l2j.gameserver.model.actor.Npc; import net.sf.l2j.gameserver.model.actor.Player; import net.sf.l2j.gameserver.network.serverpackets.SocialAction; import net.sf.l2j.gameserver.scripting.QuestState; public class Q224_TestOfSagittarius extends SecondClassQuest { private static final String QUEST_NAME = "Q224_TestOfSagittarius"; // Items private static final int BERNARD_INTRODUCTION = 3294; private static final int HAMIL_LETTER_1 = 3295; private static final int HAMIL_LETTER_2 = 3296; private static final int HAMIL_LETTER_3 = 3297; private static final int HUNTER_RUNE_1 = 3298; private static final int HUNTER_RUNE_2 = 3299; private static final int TALISMAN_OF_KADESH = 3300; private static final int TALISMAN_OF_SNAKE = 3301; private static final int MITHRIL_CLIP = 3302; private static final int STAKATO_CHITIN = 3303; private static final int REINFORCED_BOWSTRING = 3304; private static final int MANASHEN_HORN = 3305; private static final int BLOOD_OF_LIZARDMAN = 3306; private static final int CRESCENT_MOON_BOW = 3028; private static final int WOODEN_ARROW = 17; // Rewards private static final int MARK_OF_SAGITTARIUS = 3293; // NPCs private static final int BERNARD = 30702; private static final int HAMIL = 30626; private static final int SIR_ARON_TANFORD = 30653; private static final int VOKIAN = 30514; private static final int GAUEN = 30717; // Monsters private static final int ANT = 20079; private static final int ANT_CAPTAIN = 20080; private static final int ANT_OVERSEER = 20081; private static final int ANT_RECRUIT = 20082; private static final int ANT_PATROL = 20084; private static final int ANT_GUARD = 20086; private static final int NOBLE_ANT = 20089; private static final int NOBLE_ANT_LEADER = 20090; private static final int BREKA_ORC_SHAMAN = 20269; private static final int BREKA_ORC_OVERLORD = 20270; private static final int MARSH_STAKATO_WORKER = 20230; private static final int MARSH_STAKATO_SOLDIER = 20232; private static final int MARSH_STAKATO_DRONE = 20234; private static final int MARSH_SPIDER = 20233; private static final int ROAD_SCAVENGER = 20551; private static final int MANASHEN_GARGOYLE = 20563; private static final int LETO_LIZARDMAN = 20577; private static final int LETO_LIZARDMAN_ARCHER = 20578; private static final int LETO_LIZARDMAN_SOLDIER = 20579; private static final int LETO_LIZARDMAN_WARRIOR = 20580; private static final int LETO_LIZARDMAN_SHAMAN = 20581; private static final int LETO_LIZARDMAN_OVERLORD = 20582; private static final int SERPENT_DEMON_KADESH = 27090; public Q224_TestOfSagittarius() { super(224, "Test Of Sagittarius"); setItemsIds(BERNARD_INTRODUCTION, HAMIL_LETTER_1, HAMIL_LETTER_2, HAMIL_LETTER_3, HUNTER_RUNE_1, HUNTER_RUNE_2, TALISMAN_OF_KADESH, TALISMAN_OF_SNAKE, MITHRIL_CLIP, STAKATO_CHITIN, REINFORCED_BOWSTRING, MANASHEN_HORN, BLOOD_OF_LIZARDMAN, CRESCENT_MOON_BOW); addQuestStart(BERNARD); addTalkId(BERNARD, HAMIL, SIR_ARON_TANFORD, VOKIAN, GAUEN); addMyDying(ANT, ANT_CAPTAIN, ANT_OVERSEER, ANT_RECRUIT, ANT_PATROL, ANT_GUARD, NOBLE_ANT, NOBLE_ANT_LEADER, BREKA_ORC_SHAMAN, BREKA_ORC_OVERLORD, MARSH_STAKATO_WORKER, MARSH_STAKATO_SOLDIER, MARSH_STAKATO_DRONE, MARSH_SPIDER, ROAD_SCAVENGER, MANASHEN_GARGOYLE, LETO_LIZARDMAN, LETO_LIZARDMAN_ARCHER, LETO_LIZARDMAN_SOLDIER, LETO_LIZARDMAN_WARRIOR, LETO_LIZARDMAN_SHAMAN, LETO_LIZARDMAN_OVERLORD, SERPENT_DEMON_KADESH); } @Override public String onAdvEvent(String event, Npc npc, Player player) { String htmltext = event; QuestState st = player.getQuestList().getQuestState(QUEST_NAME); if (st == null) return htmltext; // BERNARD if (event.equalsIgnoreCase("30702-04.htm")) { st.setState(QuestStatus.STARTED); st.setCond(1); playSound(player, SOUND_ACCEPT); giveItems(player, BERNARD_INTRODUCTION, 1); if (giveDimensionalDiamonds39(player)) htmltext = "30702-04a.htm"; } // HAMIL else if (event.equalsIgnoreCase("30626-03.htm")) { st.setCond(2); playSound(player, SOUND_MIDDLE); takeItems(player, BERNARD_INTRODUCTION, 1); giveItems(player, HAMIL_LETTER_1, 1); } else if (event.equalsIgnoreCase("30626-07.htm")) { st.setCond(5); playSound(player, SOUND_MIDDLE); takeItems(player, HUNTER_RUNE_1, 10); giveItems(player, HAMIL_LETTER_2, 1); } // SIR_ARON_TANFORD else if (event.equalsIgnoreCase("30653-02.htm")) { st.setCond(3); playSound(player, SOUND_MIDDLE); takeItems(player, HAMIL_LETTER_1, 1); } // VOKIAN else if (event.equalsIgnoreCase("30514-02.htm")) { st.setCond(6); playSound(player, SOUND_MIDDLE); takeItems(player, HAMIL_LETTER_2, 1); } return htmltext; } @Override public String onTalk(Npc npc, Player player) { String htmltext = getNoQuestMsg(); QuestState st = player.getQuestList().getQuestState(QUEST_NAME); if (st == null) return htmltext; switch (st.getState()) { case CREATED: if (player.getClassId() != ClassId.ROGUE && player.getClassId() != ClassId.ELVEN_SCOUT && player.getClassId() != ClassId.ASSASSIN) htmltext = "30702-02.htm"; else if (player.getStatus().getLevel() < 39) htmltext = "30702-01.htm"; else htmltext = "30702-03.htm"; break; case STARTED: int cond = st.getCond(); switch (npc.getNpcId()) { case BERNARD: htmltext = "30702-05.htm"; break; case HAMIL: if (cond == 1) htmltext = "30626-01.htm"; else if (cond == 2 || cond == 3) htmltext = "30626-04.htm"; else if (cond == 4) htmltext = "30626-05.htm"; else if (cond > 4 && cond < 8) htmltext = "30626-08.htm"; else if (cond == 8) { htmltext = "30626-09.htm"; st.setCond(9); playSound(player, SOUND_MIDDLE); takeItems(player, HUNTER_RUNE_2, 10); giveItems(player, HAMIL_LETTER_3, 1); } else if (cond > 8 && cond < 12) htmltext = "30626-10.htm"; else if (cond == 12) { htmltext = "30626-11.htm"; st.setCond(13); playSound(player, SOUND_MIDDLE); } else if (cond == 13) htmltext = "30626-12.htm"; else if (cond == 14) { htmltext = "30626-13.htm"; takeItems(player, BLOOD_OF_LIZARDMAN, -1); takeItems(player, CRESCENT_MOON_BOW, 1); takeItems(player, TALISMAN_OF_KADESH, 1); giveItems(player, MARK_OF_SAGITTARIUS, 1); rewardExpAndSp(player, 54726, 20250); player.broadcastPacket(new SocialAction(player, 3)); playSound(player, SOUND_FINISH); st.exitQuest(false); } break; case SIR_ARON_TANFORD: if (cond == 2) htmltext = "30653-01.htm"; else if (cond > 2) htmltext = "30653-03.htm"; break; case VOKIAN: if (cond == 5) htmltext = "30514-01.htm"; else if (cond == 6) htmltext = "30514-03.htm"; else if (cond == 7) { htmltext = "30514-04.htm"; st.setCond(8); playSound(player, SOUND_MIDDLE); takeItems(player, TALISMAN_OF_SNAKE, 1); } else if (cond > 7) htmltext = "30514-05.htm"; break; case GAUEN: if (cond == 9) { htmltext = "30717-01.htm"; st.setCond(10); playSound(player, SOUND_MIDDLE); takeItems(player, HAMIL_LETTER_3, 1); } else if (cond == 10) htmltext = "30717-03.htm"; else if (cond == 11) { htmltext = "30717-02.htm"; st.setCond(12); playSound(player, SOUND_MIDDLE); takeItems(player, MANASHEN_HORN, 1); takeItems(player, MITHRIL_CLIP, 1); takeItems(player, REINFORCED_BOWSTRING, 1); takeItems(player, STAKATO_CHITIN, 1); giveItems(player, CRESCENT_MOON_BOW, 1); giveItems(player, WOODEN_ARROW, 10); } else if (cond > 11) htmltext = "30717-04.htm"; break; } break; case COMPLETED: htmltext = getAlreadyCompletedMsg(); break; } return htmltext; } @Override public void onMyDying(Npc npc, Creature killer) { final Player player = killer.getActingPlayer(); final QuestState st = checkPlayerState(player, npc, QuestStatus.STARTED); if (st == null) return; switch (npc.getNpcId()) { case ANT: case ANT_CAPTAIN: case ANT_OVERSEER: case ANT_RECRUIT: case ANT_PATROL: case ANT_GUARD: case NOBLE_ANT: case NOBLE_ANT_LEADER: if (st.getCond() == 3 && dropItems(player, HUNTER_RUNE_1, 1, 10, 500000)) st.setCond(4); break; case BREKA_ORC_SHAMAN: case BREKA_ORC_OVERLORD: if (st.getCond() == 6 && dropItems(player, HUNTER_RUNE_2, 1, 10, 500000)) { st.setCond(7); giveItems(player, TALISMAN_OF_SNAKE, 1); } break; case MARSH_STAKATO_WORKER: case MARSH_STAKATO_SOLDIER: case MARSH_STAKATO_DRONE: if (st.getCond() == 10 && dropItems(player, STAKATO_CHITIN, 1, 1, 100000) && player.getInventory().hasItems(MANASHEN_HORN, MITHRIL_CLIP, REINFORCED_BOWSTRING)) st.setCond(11); break; case MARSH_SPIDER: if (st.getCond() == 10 && dropItems(player, REINFORCED_BOWSTRING, 1, 1, 100000) && player.getInventory().hasItems(MANASHEN_HORN, MITHRIL_CLIP, STAKATO_CHITIN)) st.setCond(11); break; case ROAD_SCAVENGER: if (st.getCond() == 10 && dropItems(player, MITHRIL_CLIP, 1, 1, 100000) && player.getInventory().hasItems(MANASHEN_HORN, REINFORCED_BOWSTRING, STAKATO_CHITIN)) st.setCond(11); break; case MANASHEN_GARGOYLE: if (st.getCond() == 10 && dropItems(player, MANASHEN_HORN, 1, 1, 100000) && player.getInventory().hasItems(REINFORCED_BOWSTRING, MITHRIL_CLIP, STAKATO_CHITIN)) st.setCond(11); break; case LETO_LIZARDMAN: case LETO_LIZARDMAN_ARCHER: case LETO_LIZARDMAN_SOLDIER: case LETO_LIZARDMAN_WARRIOR: case LETO_LIZARDMAN_SHAMAN: case LETO_LIZARDMAN_OVERLORD: if (st.getCond() == 13) { if (((player.getInventory().getItemCount(BLOOD_OF_LIZARDMAN) - 120) * 5) > Rnd.get(100)) { playSound(player, SOUND_BEFORE_BATTLE); takeItems(player, BLOOD_OF_LIZARDMAN, -1); addSpawn(SERPENT_DEMON_KADESH, player, false, 300000, true); } else dropItemsAlways(player, BLOOD_OF_LIZARDMAN, 1, 0); } break; case SERPENT_DEMON_KADESH: if (st.getCond() == 13) { if (player.getInventory().getItemIdFrom(Paperdoll.RHAND) == CRESCENT_MOON_BOW) { st.setCond(14); playSound(player, SOUND_MIDDLE); giveItems(player, TALISMAN_OF_KADESH, 1); } else addSpawn(SERPENT_DEMON_KADESH, player, false, 300000, true); } break; } } }  
×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.