Quest item Problem

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
Locked
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Quest item Problem

Post by n1k3 »

On the quest Exploration of the Giants' Cave - Part 1
Ancient Parchment don't drop from mobs
How can i change drop rate of quest items?
I tried to change in config but there no effect
User avatar
Laim
Posts: 14
Joined: Tue May 10, 2011 8:15 pm
Location: Belarus
Contact:

Re: Quest item Problem

Post by Laim »

As an alternative:
RateDropItemsById = 57,1;5944,10
id items 5944
rate 10
no test
Sorry for the English
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: Quest item Problem

Post by n1k3 »

ok thanks i'll test it :)
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: Quest item Problem

Post by n1k3 »

no effect :/ still don't drop
Rexxar
Posts: 12
Joined: Wed Mar 02, 2011 2:38 pm

Re: Quest item Problem

Post by Rexxar »

If it's a quest-only drop, I'm fairly sure it's located in the quests .py file somewhere.

EDIT:
/datapack/data/scripts/quests/376_GiantsExploration1/__init__.py

Line 19:

Code: Select all

DROP_CHANCE = 20
20 = 20%
Change to whatever drop rate you want.
Locked