Page 1 of 1

Removing Grand Boss Quests

Posted: Sun Oct 31, 2010 8:42 pm
by returNix
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4420
L2JDP Revision Number:7668
Hey guys, im running an HR server and I wish to make the Grandbosses non questable .
How can I do it?

Re: Removing Grand Boss Quests

Posted: Mon Nov 01, 2010 4:19 am
by EvilHoe
add quest items to shop

Re: Removing Grand Boss Quests

Posted: Mon Nov 01, 2010 9:13 am
by SolidSnake
GrandBosses have their AI with the quests.. If you want to disable them, you must rework the AI data.

Re: Removing Grand Boss Quests

Posted: Mon Nov 01, 2010 1:32 pm
by returNix
SolidSnake wrote:GrandBosses have their AI with the quests.. If you want to disable them, you must rework the AI data.
What do you mean?

Re: Removing Grand Boss Quests

Posted: Mon Nov 01, 2010 1:34 pm
by returNix
EvilHoe wrote:add quest items to shop
I saw somewhere before how to remove their quest, [some with changing them to L2RaidBoss]

Re: Removing Grand Boss Quests

Posted: Mon Nov 01, 2010 3:41 pm
by pinkcore
returNix wrote:
EvilHoe wrote:add quest items to shop
I saw somewhere before how to remove their quest, [some with changing them to L2RaidBoss]
Be happy you have this Grand Boss working with all videos and features.
I think it's very bad to rework it, all edits will broke it. :X

Re: Removing Grand Boss Quests

Posted: Mon Nov 01, 2010 3:47 pm
by LasTravel
Better make one npc for sell the quest items :D

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><list applyTaxes="True">  <!-- Portal Stone, Antharas -->  <item id="1">    <ingredient id="57" count="1"/>    <production id="3865" count="1"/>  </item>  <!-- Floating Stone, Valakas -->  <item id="2">    <ingredient id="57" count="1"/>    <production id="7267" count="1"/>  </item>  <!-- Blooded Fabric, Biaum -->  <item id="3">    <ingredient id="57" count="1"/>    <production id="4295" count="1"/>  </item>  <!-- Frintezza's Magic Force Field Removal Scroll, Frintezza -->  <item id="4">    <ingredient id="57" count="1"/>    <production id="8073" count="1"/>  </item></list>