Page 1 of 1
Quaest 348_ArrogantSearch
Posted: Fri Feb 19, 2010 4:07 am
by netvirus
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
3946:
L2JDP Revision
7087:
How to increase chance?
Nearby to hour tried to paint on different floors WHITE FABRIC.
Re: Quaest 348_ArrogantSearch
Posted: Fri Feb 19, 2010 12:57 pm
by jurchiks
are you killing the right mobs?
Platinum Tribe Shamans/Overlords (AFAIK floor 9?)
Re: Quaest 348_ArrogantSearch
Posted: Fri Feb 19, 2010 2:42 pm
by netvirus
Yes. I many times did this quest.
mobs 100 % the correct.
Re: Quaest 348_ArrogantSearch
Posted: Fri Feb 19, 2010 3:16 pm
by Notorious
Default chance of drop is 1/1000. This patch sets it 1/100:
Code: Select all
Index: data/scripts/quests/348_ArrogantSearch/__init__.py===================================================================--- data/scripts/quests/348_ArrogantSearch/__init__.py (revision 7005)+++ data/scripts/quests/348_ArrogantSearch/__init__.py (working copy)@@ -358,7 +358,7 @@ if npcId in ATTACK_DROPS_24.keys() : cond = ATTACK_DROPS_24[npcId][0] chance = ATTACK_DROPS_24[npcId][3]- if st.getInt("cond") == cond and st.getRandom(1000) < ATTACK_DROPS_24[npcId][3] and st.getQuestItemsCount(ATTACK_DROPS_24[npcId][4]) > 0 : # Attack drops are low chance+ if st.getInt("cond") == cond and st.getRandom(100) < ATTACK_DROPS_24[npcId][3] and st.getQuestItemsCount(ATTACK_DROPS_24[npcId][4]) > 0 : # Attack drops are low chance st.giveItems(ATTACK_DROPS_24[npcId][1],ATTACK_DROPS_24[npcId][2]) st.playSound("ItemSound.quest_itemget") st.takeItems(ATTACK_DROPS_24[npcId][4],1)@@ -368,7 +368,7 @@ elif npcId in ATTACK_DROPS_25.keys() : cond = ATTACK_DROPS_25[npcId][0] chance = ATTACK_DROPS_25[npcId][3]- if st.getInt("cond") == cond and st.getRandom(1000) < ATTACK_DROPS_25[npcId][3] and st.getQuestItemsCount(ATTACK_DROPS_25[npcId][4]) > 0 : # Attack drops are low chance+ if st.getInt("cond") == cond and st.getRandom(100) < ATTACK_DROPS_25[npcId][3] and st.getQuestItemsCount(ATTACK_DROPS_25[npcId][4]) > 0 : # Attack drops are low chance st.giveItems(ATTACK_DROPS_25[npcId][1],ATTACK_DROPS_25[npcId][2]) st.playSound("ItemSound.quest_itemget") st.takeItems(ATTACK_DROPS_25[npcId][4],1)
Re: Quaest 348_ArrogantSearch
Posted: Sat Feb 20, 2010 8:16 am
by netvirus
If it correctly that add it on svn
Re: Quaest 348_ArrogantSearch
Posted: Sat Feb 20, 2010 10:21 am
by Notorious
There's nothing wrong with the original quest, it's just hard to get the drops. My patch makes it easier, that's all.
Re: Quaest 348_ArrogantSearch
Posted: Sat Feb 20, 2010 1:49 pm
by aytter
jurchiks wrote:are you killing the right mobs?
Platinum Tribe Shamans/Overlords (AFAIK floor 9?)
For first fabric u must kill shamans at floor 7 .