Page 1 of 1

Quest item Problem

Posted: Fri Aug 19, 2011 2:17 pm
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

Re: Quest item Problem

Posted: Fri Aug 19, 2011 3:37 pm
by Laim
As an alternative:
RateDropItemsById = 57,1;5944,10
id items 5944
rate 10
no test

Re: Quest item Problem

Posted: Fri Aug 19, 2011 6:42 pm
by n1k3
ok thanks i'll test it :)

Re: Quest item Problem

Posted: Fri Aug 19, 2011 7:21 pm
by n1k3
no effect :/ still don't drop

Re: Quest item Problem

Posted: Sat Aug 20, 2011 7:24 am
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.