jZac Posted September 27, 2012 Posted September 27, 2012 Hi Guys, I have a problem with XML, when I add stats to a custom set like STR/DEX/Speed/etc doesn't work, only P. def. I tried to put all custom skill to a existing XML file like "4500-4599.xml" and work, but I want to have in separate files to be neater. I didn't found post with this info, sorry if Im wrong. Quote
Devilfenix Posted September 27, 2012 Posted September 27, 2012 Hi Guys, I have a problem with XML, when I add stats to a custom set like STR/DEX/Speed/etc doesn't work, only P. def. I tried to put all custom skill to a existing XML file like "4500-4599.xml" and work, but I want to have in separate files to be neater. I didn't found post with this info, sorry if Im wrong. you have acis? Quote
Devilfenix Posted September 27, 2012 Posted September 27, 2012 rpg club!!!! trolling or something? Quote
dEvilKinG Posted September 27, 2012 Posted September 27, 2012 You are posting in wrong section, anyway. Could you post what you done? We need to see why it doesn't working. Quote
jZac Posted September 27, 2012 Author Posted September 27, 2012 Im working with L2j Frozen now. I downloaded Dynasty Sets, and set bonus stat doesn't work, I tried to edit XML file like Draconic Set Bonus, but nothing: <skill id="9050" levels="1" name="Dynasty Light Armor Set"> <!-- Description(s): Increases Max HP/MP, Atk. Spd, P. Atk. DEX+1, STR+1, CON-1 --> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <mul order="0x30" stat="pAtkSpd" val="1.06"/> <!-- Attack Speed +6% --> <mul order="0x30" stat="pAtk" val="1.06"/> <!-- P. Atk +8% --> <add order="0x40" stat="maxMp" val="289"/> <!-- Maximum MP +289 --> <add order="0x40" stat="maxHp" val="356"/> <!-- Maximum HP +356 --> <add order="0x40" stat="DEX" val="1"/> <!-- DEX +1 --> <add order="0x40" stat="STR" val="1"/> <!-- STR +1 --> <sub order="0x40" stat="CON" val="2"/> <!-- CON -2 --> </for> </skill> I got the codes in "9050-9052.xml" but when I copy code to "3500-3599.xml" (Where draconic set skill is) works fine. Quote
xDafuQ Posted September 28, 2012 Posted September 28, 2012 Wrong section btw u got any error on gs? Quote
xdem Posted September 28, 2012 Posted September 28, 2012 LOL CHANGE THE 0x40 to 0x10 at CON/DEX/STR/MEN/WIT/INT BEFORE U BURN UR PC FSSSS Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.