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
Quest item Problem
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Laim
- Posts: 14
- Joined: Tue May 10, 2011 8:15 pm
- Location: Belarus
- Contact:
Re: Quest item Problem
As an alternative:
RateDropItemsById = 57,1;5944,10
id items 5944
rate 10
no test
RateDropItemsById = 57,1;5944,10
id items 5944
rate 10
no test
Sorry for the English
-
- Posts: 37
- Joined: Mon Aug 08, 2011 9:38 am
Re: Quest item Problem
no effect :/ still don't drop
-
- Posts: 12
- Joined: Wed Mar 02, 2011 2:38 pm
Re: Quest item Problem
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:
20 = 20%
Change to whatever drop rate you want.
EDIT:
/datapack/data/scripts/quests/376_GiantsExploration1/__init__.py
Line 19:
Code: Select all
DROP_CHANCE = 20
Change to whatever drop rate you want.