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?
Removing Grand Boss Quests
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- EvilHoe
- Posts: 45
- Joined: Sun Sep 26, 2010 9:06 am
- SolidSnake
- Posts: 865
- Joined: Wed Jan 20, 2010 6:54 pm
- Location: Italy
Re: Removing Grand Boss Quests
GrandBosses have their AI with the quests.. If you want to disable them, you must rework the AI data.

-
- Posts: 76
- Joined: Thu Oct 07, 2010 9:03 pm
Re: Removing Grand Boss Quests
What do you mean?SolidSnake wrote:GrandBosses have their AI with the quests.. If you want to disable them, you must rework the AI data.
-
- Posts: 76
- Joined: Thu Oct 07, 2010 9:03 pm
Re: Removing Grand Boss Quests
I saw somewhere before how to remove their quest, [some with changing them to L2RaidBoss]EvilHoe wrote:add quest items to shop
- pinkcore
- Posts: 247
- Joined: Fri Jul 24, 2009 3:04 am
- Location: Czech Republic
Re: Removing Grand Boss Quests
Be happy you have this Grand Boss working with all videos and features.returNix wrote:I saw somewhere before how to remove their quest, [some with changing them to L2RaidBoss]EvilHoe wrote:add quest items to shop
I think it's very bad to rework it, all edits will broke it. :X
I'm not here only for food!
- LasTravel
- Posts: 888
- Joined: Tue Jan 05, 2010 12:08 am
- Location: Spain
Re: Removing Grand Boss Quests
Better make one npc for sell the quest items 

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>