Hmm, I am a newbie and I try to make the cursed weapons drop but, it does not
or just make my char equip it or so?
, yes, I have a test server.
Thanks for the help
Cursed Weapons
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Ashitaka
- Posts: 96
- Joined: Thu Jul 12, 2007 4:04 am
- Location: Spain
Re: Cursed Weapons
Hi Tix,
You can do it by simply comment the core code that manages this.
Use the patch attached (rev 3577). Not tested so use it at your onw risk.
You can do it by simply comment the core code that manages this.
Use the patch attached (rev 3577). Not tested so use it at your onw risk.
You do not have the required permissions to view the files attached to this post.
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: Cursed Weapons
\gameserver\data\cursedWeapons.xml
<list>
<item id="8190" skillId="3603" name="Demonic Sword Zariche">
<dropRate val="1" /> <!-- 100000 for 100% -->
<duration val="300" /> <!-- in minutes -->
<durationLost val="3" /> <!-- in minutes -->
<disapearChance val="50" /> <!-- in % -->
<stageKills val="10" /> <!-- Integer -->
</item>
<item id="8689" skillId="3629" name="Blood Sword Akamanah">
<dropRate val="1" /> <!-- 100000 for 100% -->
<duration val="300" /> <!-- in minutes -->
<durationLost val="3" /> <!-- in minutes -->
<disapearChance val="50" /> <!-- in % -->
<stageKills val="10" /> <!-- Integer -->
</item>
</list>
Change the red values.
<list>
<item id="8190" skillId="3603" name="Demonic Sword Zariche">
<dropRate val="1" /> <!-- 100000 for 100% -->
<duration val="300" /> <!-- in minutes -->
<durationLost val="3" /> <!-- in minutes -->
<disapearChance val="50" /> <!-- in % -->
<stageKills val="10" /> <!-- Integer -->
</item>
<item id="8689" skillId="3629" name="Blood Sword Akamanah">
<dropRate val="1" /> <!-- 100000 for 100% -->
<duration val="300" /> <!-- in minutes -->
<durationLost val="3" /> <!-- in minutes -->
<disapearChance val="50" /> <!-- in % -->
<stageKills val="10" /> <!-- Integer -->
</item>
</list>
Change the red values.