If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision number:
I was wondering if anyone has a fix for the vesper duals bonus. When enchanted to +4 they are supposed to give an increase in critical attack by 109 and max hp should increase by 10%. Any help would be greatly appreciated.I have the newest build.
Thanks.
Vesper Duals Bonus
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 750
- Joined: Sun Dec 07, 2008 7:01 pm
- Location: Poland
Re: Vesper Duals Bonus
http://www.maxcheaters.com/forum/index. ... ;topicseen
In the time it took you to post this request on multiple forums you could've fixed it yourself.
No one is going to give you the fix because it's so retardedly easy to do (makes you wonder why it hasn't been fixed yet, huh?
).
Go look at any other dual sword with a +4 bonus and figure it out. IT'S NOT ROCKET SURGERY.
In the time it took you to post this request on multiple forums you could've fixed it yourself.

No one is going to give you the fix because it's so retardedly easy to do (makes you wonder why it hasn't been fixed yet, huh?

Go look at any other dual sword with a +4 bonus and figure it out. IT'S NOT ROCKET SURGERY.
-
- Posts: 40
- Joined: Wed Sep 19, 2007 7:43 pm
Re: Vesper Duals Bonus
I did that very thing, restarted and tested it. Didn't work. But thanks for making me feel like an ass. I appreciate it. I asked because I need help man. I looked at icarus stats and they looked the same as vesper. No help there.
-
- Posts: 750
- Joined: Sun Dec 07, 2008 7:01 pm
- Location: Poland
Re: Vesper Duals Bonus
You probably didn't change the weapon IDs in the weapon xml when you did the bonus. Besides, doing them in the weapon xmls is ASS. Regardless of what Melerix continues to do when doing SAs.Ethen wrote:I did that very thing, restarted and tested it. Didn't work. But thanks for making me feel like an ass. I appreciate it. I asked because I need help man. I looked at icarus stats and they looked the same as vesper. No help there.
You want to do it right?
Code: Select all
(52,'Vesper Dual Sword','lrhand','true',1520,1,1,'fine_steel','s84',482,10,'dual',8,0,0,0,0,325,0,176,-1,-1,0,0,'true','true','true','true',3411,1,0,0,0,0,0,0,0,'0-0;'),
Code: Select all
<skill id="3411" levels="1" name="Special Ability: Focus"><!-- Unknown Internal Name --><!--Guessing...10004 Dynasty Dual Sword 3411 1 When enchanted, the P.Atk of a dualsword will increase more than that of a two-handed sword, blunt or fist weapon. When enchanted by 4 or more charges, the critical rate will increase by 109, and the MaxHP will increase by 10%. Enhances damage done to the target during PvP.10415 Icarus Dual Sword 3411 1 When enchanted, the P. Atk. of dual-swords, two-handed swords, two-handed blunt weapons and fist weapons will increase more than that of one-handed swords. When enchanted by 4 or more, Increases Critical Attack by 109, and Max HP increases by 10%. Increases the damage inflicted during PvP.14375 Icarus Dual Sword {PvP}' 3411 1 Critical +109/PvP/+10% HP14412 Icarus Dual Sword - Destruction {PvP}' 3411 1 Critical +109/PvP/+10% HP14462 Vesper Dual Sword {PvP}' 3411 1 Critical +109/PvP/+10% HP--> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="magicLvl" val="80"/> <for> <add order="0x40" stat="rCrit" val="109"/> <mul order="0x30" stat="maxHp" val="1.1"/> <mul order="0x30" stat="pvpPhysDmg" val="1.05"/> <mul order="0x30" stat="pvpPhysSkillsDmg" val="1.05"/> <mul order="0x30" stat="pvpMagicalDmg" val="1.05"/> </for></skill>
Edit: Just as a side note, I've had this fixed for a LONG time now.
-
- Posts: 40
- Joined: Wed Sep 19, 2007 7:43 pm
Re: Vesper Duals Bonus
Thanks for the help man. I tried to change it by looking at the xml files. Take care.