Jump to content
  • 0

[HELP] RaidBoss Quests


Question

Posted

How i deactivate RaidBoss Quests ?

 

I have an GK with Raid Bosses Teleport. But when a player teleport , it's not teleported to Raid Boss Location. It's teleported in another place.(The coordonates are ok). This is because of quest.

 

I need to put # in scripts ex :

 

# Load Handlers
handlers/MasterHandler.java

ai/fantasy_isle/MC_Show.java

ai/group_template/L2AttackableAIScript.java
ai/group_template/Chests.java
ai/group_template/EvasGiftBoxes.java
ai/group_template/FairyTrees.java
ai/group_template/FeedableBeasts.java
ai/group_template/Monastery.java
ai/group_template/PolymorphingAngel.java
ai/group_template/PolymorphingOnAttack.java
ai/group_template/PrisonGuards.java
ai/group_template/SearchingMaster.java
ai/group_template/SeeThroughSilentMove.java
ai/group_template/StarStones.java
ai/group_template/SummonMinions.java

#ai/individual/Antharas.java
#ai/individual/Baium.java
#ai/individual/Core.java
#ai/individual/DarkWaterDragon.java
ai/individual/DrChaos.java
ai/individual/FleeNpc.java
#ai/individual/Gordon.java
#ai/individual/IceFairySirra.java
#ai/individual/Orfen.java
#ai/individual/QueenAnt.java
#ai/individual/Valakas.java
#ai/individual/Zaken.java

 

Or how i deactivate the quest for the RaidBosses ?

13 answers to this question

Recommended Posts

  • 0
Posted

Look, you got 2 options. The first is to delete

 

ai/individual/Antharas.java

ai/individual/Baium.java

ai/individual/Core.java

ai/individual/DarkWaterDragon.java

ai/individual/DrChaos.java

ai/individual/FleeNpc.java

ai/individual/Gordon.java

ai/individual/IceFairySirra.java

ai/individual/Orfen.java

ai/individual/QueenAnt.java

ai/individual/Valakas.java

ai/individual/Zaken.java

 

from data/scripts.cfg then change the type of those bosses from sql/npc from GrandBoss to RaidBoss.

This will disable the special behavior of those bosses and *possibly* their skills. So they will only attack normal.      Or with knowledge of java disable only their quests needed to attack them from those files:

 

ai/individual/Antharas.java

ai/individual/Baium.java

ai/individual/Core.java

ai/individual/DarkWaterDragon.java

ai/individual/DrChaos.java

ai/individual/FleeNpc.java

ai/individual/Gordon.java

ai/individual/IceFairySirra.java

ai/individual/Orfen.java

ai/individual/QueenAnt.java

ai/individual/Valakas.java

ai/individual/Zaken.java

 

I search for the second option too i dont know how to do it. Can someone help us? 

  • 0
Posted

Hey yo

 

Look your Boos manager from java ... baium.java , valakas.java and you will see how is going some places ....if you going there ... you go again back to the town ;]

 

disabling the method for the moveback should work fine

  • 0
Posted

I think its smth from skillgrp.dat . . .

 

that's from client, to disable grandboss quests , you dont need to edit the client lol :)

  • 0
Posted

Hey yo

 

Look your Boos manager from java ... baium.java , valakas.java and you will see how is going some places ....if you going there ... you go again back to the town ;]

 

disabling the method for the moveback should work fine

 

But also you can hit for example baium or antharas without quest ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock