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. ;/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...