SySt3MGaM3RFr3aKs Posted August 24, 2009 Posted August 24, 2009 Hello Guys.. I Need Your Help to Solve My Big Problem I Made In My Server Custom Titanium ARmors ... I Edited The Stats When I Log In The Game I Have ( With The Custom Armor ) 3220 p.def But When I Remove And Equip (The Custom Armor ) Again I Have 3260 Why Is This Happening .. ( the stats are ( add val ) ) Thanks In Advance If You Dont Understand Tell Me To Upload Images !!! I USE L2J FREE Interlude !!! Here Is My XML CODE : <skill id="20002" levels="1" name="Titanium Robe Set"> <!-- Description(s): Decreases chance of magic casting being canceled(-50%). M. Atk.(+8%), Speed(+7) maximum weight limit(5759). WIT+2, INT+1, MEN+2 --> <set name="power" val="0.0"/> <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> <add val='9' order='0x40' stat='runSpd'/> <add val='2' order='0x40' stat='WIT'/> <add val='1' order='0x40' stat='INT'/> <add val='2' order='0x40' stat='MEN'/> <add val='6200' order='0x40' stat='mAtk'/> <add val='200' order='0x40' stat='mDef'/> <add val='600' order='0x40' stat='pDef'/> <add val='800' order='0x40' stat='maxHp'/> <add val='420' order='0x40' stat='mAtkSpd'/> <add val='900' order='0x40' stat='maxMp'/> <add val='5759' order='0x40' stat='maxLoad'/> <sub val='50' order='0x40' stat='cancel'/> </for> </skill> </list>
0 Emrys Posted August 24, 2009 Posted August 24, 2009 <add val='600' order='0x40' stat='pDef'/> change the val...
0 SySt3MGaM3RFr3aKs Posted August 24, 2009 Author Posted August 24, 2009 <add val='600' order='0x40' stat='pDef'/> change the val... i did but. i have the same problem with m.def from 3200-3220 i dont know whats wrong
0 Intrepid Posted August 24, 2009 Posted August 24, 2009 thats a skill add the stats to the items xml file if you dont know how to handle skill xmls and armorsets
0 WizZy™ Posted August 26, 2009 Posted August 26, 2009 make it on MUL and in 0x30 order then make it as a percent like : 1.15 is 15% 1.30 is 30% and so on..
Question
SySt3MGaM3RFr3aKs
Hello Guys.. I Need Your Help to Solve My Big Problem
I Made In My Server Custom Titanium ARmors ... I Edited The Stats
When I Log In The Game I Have ( With The Custom Armor ) 3220 p.def
But When I Remove And Equip (The Custom Armor ) Again I Have 3260
Why Is This Happening .. ( the stats are ( add val ) )
Thanks In Advance
If You Dont Understand Tell Me To Upload Images !!!
I USE L2J FREE Interlude !!!
Here Is My XML CODE :
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now