Edit Reagent Pouch

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Edit Reagent Pouch

Post by St3eT »

Hi, where please edit item ,,Reagent Pouch"?
I need change ,,drop"

sry bad english. :-)
If i should be black sheep for sure no as punishment
Image
User avatar
Makc406
Posts: 17
Joined: Thu Apr 23, 2009 8:51 am
Location: Russia
Contact:

Re: Edit Reagent Pouch

Post by Makc406 »

If you about drop chance - see in data/scripts/quests/373_SupplierOfReagents/__init__.py.
If about can player drop item - see in etcitem.sql.
User avatar
kocinski
Posts: 141
Joined: Wed May 06, 2009 3:12 pm
Location: España
Contact:

Re: Edit Reagent Pouch

Post by kocinski »

If you are talking about Supplier of Reagents Quest you can change the drop chance in the script:

\data\scripts\scripts\quests\373_SupplierOfReagents/__init__.py

http://www.l2jdp.com/trac/browser/trunk ... _init__.py

Code: Select all

#Mobs & Drop#index = mobId, array = [ TotalChance, (item0, chance0),(item1, chance1),...]DROPLIST = {20813: [100, (QUICKSILVER,60),(ROTTEN_BONE,40)],20822: [100, (VOLCANIC_ASH,40),(REAGENT_POUCH1,60)],21061: [90, (DEMONS_BLOOD,70),(MOONSTONE_SHARD,20)],20828: [100, (REAGENT_POUCH2,70),(QUICKSILVER,30)],21066: [40, (REAGENT_BOX,40)],21111: [74, (WYRMS_BLOOD,50),(LAVA_STONE,24)],21115: [50, (REAGENT_POUCH3,50)
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Edit Reagent Pouch

Post by St3eT »

Ok thx!
If i should be black sheep for sure no as punishment
Image
Post Reply