L2JMobius

Free Users => Shares/Contributions => Committed User Contributions => Topic started by: ihearcolors on May 14, 2020, 11:46:21 PM

Title: Q421_LittleWingsBigAdventure
Post by: ihearcolors on May 14, 2020, 11:46:21 PM
Trees were not attackable and no minions.

Code: [Select]
REPLACE INTO `npc` VALUES (27185, 27185, 'Fairy Tree of Wind', 0, 'Quest Monster', 0, 'NPC.human_tree', 35.00, 90.00, 55, 'etc', 'Monster', 40, 2643, 987, 10.27, 2.45, 40, 43, 30, 21, 20, 10, 0, 0, 0, 273, 0, 261, 0, 0, 0, 0, 0, 0, 0, 0, 'q421_tree_clan', 100, 0, 0, 'LAST_HIT');
REPLACE INTO `npc` VALUES (27186, 27186, 'Fairy Tree of Star', 0, 'Quest Monster', 0, 'NPC.human_tree', 35.00, 90.00, 55, 'etc', 'Monster', 40, 2643, 987, 10.27, 2.45, 40, 43, 30, 21, 20, 10, 0, 0, 0, 389, 0, 261, 0, 0, 0, 0, 0, 0, 0, 0, 'q421_tree_clan', 100, 0, 0, 'LAST_HIT');
REPLACE INTO `npc` VALUES (27187, 27187, 'Fairy Tree of Twilight', 0, 'Quest Monster', 0, 'NPC.human_tree', 35.00, 90.00, 55, 'etc', 'Monster', 40, 2643, 987, 10.27, 2.45, 40, 43, 30, 21, 20, 10, 0, 0, 0, 292, 0, 261, 0, 0, 0, 0, 0, 0, 0, 0, 'q421_tree_clan', 100, 0, 0, 'LAST_HIT');
REPLACE INTO `npc` VALUES (27188, 27188, 'Fairy Tree of Abyss', 0, 'Quest Monster', 0, 'NPC.human_tree', 35.00, 90.00, 55, 'etc', 'Monster', 40, 2643, 987, 10.27, 2.45, 40, 43, 30, 21, 20, 10, 0, 0, 0, 322, 0, 261, 0, 0, 0, 0, 0, 0, 0, 0, 'q421_tree_clan', 100, 0, 0, 'LAST_HIT');

INSERT INTO `minions` VALUES (27185, 27189, 4, 4);
INSERT INTO `minions` VALUES (27186, 27189, 4, 4);
INSERT INTO `minions` VALUES (27187, 27189, 4, 4);
INSERT INTO `minions` VALUES (27188, 27189, 4, 4);
Title: Re: Q421_LittleWingsBigAdventure
Post by: Mobius on May 18, 2020, 01:24:38 AM
Committed with https://bitbucket.org/MobiusDev/l2j_mobius/commits/a93cb6d253af884c1af368f4ce6bc38bd59b04de
Thanks :D