Cursed Weapons

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
Tix
Posts: 16
Joined: Sat Sep 26, 2009 1:14 am

Cursed Weapons

Post by Tix »

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
User avatar
Ashitaka
Posts: 96
Joined: Thu Jul 12, 2007 4:04 am
Location: Spain

Re: Cursed Weapons

Post by Ashitaka »

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 do not have the required permissions to view the files attached to this post.
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Cursed Weapons

Post by JMD »

\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.
Post Reply