Jump to content
  • 0

[Help]How to add Akamanah - Zariche to my server (drops)


Traffic*

Question

Hello again Cheaters..i wanna ask as my title says how i can enable demonic weapons to my server (akamanah-zariche)i mean to drop..like other servers..i use L2J Dot Interlude..Ty Cya ^^

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

:S

 

I dont remember if in interlude ncz0ft had already implememted akamanah. If they hadn't you'll have to mod the client to add weapon texture and index it into weapon list

 

Server side look for any config about cursed weapons (maybe is a matter of chance). Also, I dont know if L2 Dot project has them implemented so maybe you'll have to code support form them (not difficult though)

Link to comment
Share on other sites

  • 0

They are implented .. housy :P (luf ya)

Also ,its in configs i guess ,and its also configurable in game too :S

And it has to be enabled by default tho,in configs should be the % of drop by any mob.

Link to comment
Share on other sites

  • 0

on gameserver/data folder there's a CursedWeapons xml file. Open it and it will be shown like this:

 

<?xml version='1.0' encoding='utf-8'?>

<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>

 

So u can change the drop rate.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...