Removing Grand Boss Quests

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Removing Grand Boss Quests

Post 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?
User avatar
EvilHoe
Posts: 45
Joined: Sun Sep 26, 2010 9:06 am

Re: Removing Grand Boss Quests

Post by EvilHoe »

add quest items to shop
The Children of Dawn
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Removing Grand Boss Quests

Post by SolidSnake »

GrandBosses have their AI with the quests.. If you want to disable them, you must rework the AI data.
Image
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Re: Removing Grand Boss Quests

Post 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?
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Re: Removing Grand Boss Quests

Post by returNix »

EvilHoe wrote:add quest items to shop
I saw somewhere before how to remove their quest, [some with changing them to L2RaidBoss]
User avatar
pinkcore
Posts: 247
Joined: Fri Jul 24, 2009 3:04 am
Location: Czech Republic

Re: Removing Grand Boss Quests

Post 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
I'm not here only for food!
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Removing Grand Boss Quests

Post 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>
Post Reply