Jump to content

Question

10 answers to this question

Recommended Posts

  • 0
Posted

If you use L2J(server): in your gameserver/config folder: NPC.properties on the bottom:

# Disable Raid Curse if raid more than 8 levels lower.

# Caution: drop will be reduced or even absent if DeepBlue drop rules enabled. 

# Default: False

DisableRaidCurse = False

  • 0
Posted

# Disable Raid Curse if raid more than 8 levels lower.

# Caution: drop will be reduced or even absent if DeepBlue drop rules enabled.

# Default: False

DisableRaidCurse = False

 

there is nothing like this in NPC.properties if i add it at the end will it work?

  • 0
Posted

Nah it wouldn't work, you can't make things work with just adding the configs inside. it will need core part too

why don't you go at L2Character.java and where it says about if(target.IsRaid()) add

if(target.IsRaid() && !Config.DISABLE_RB_FOSILIZATION)

 

ofc you should add it in the configs.java

  • 0
Posted

He means that you have to close your server. Anyway, if you don't know how to compile an idea is to remove the skill petrification from any single rb(or whoever's you want) from the database in the table npcskills. ;/

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