Traffic* Posted September 5, 2009 Posted September 5, 2009 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 ^^
0 DrHouse__ Posted September 5, 2009 Posted September 5, 2009 :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)
0 WizZy™ Posted September 5, 2009 Posted September 5, 2009 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.
0 ExTrEmEDwarf Posted September 6, 2009 Posted September 6, 2009 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.
Question
Traffic*
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 ^^
4 answers to this question
Recommended Posts