Page 1 of 1
Cursed Weapons
Posted: Sat Sep 26, 2009 1:17 am
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
Re: Cursed Weapons
Posted: Sun Sep 27, 2009 1:14 pm
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.
Re: Cursed Weapons
Posted: Thu Oct 01, 2009 6:32 pm
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.