Resolved i dont understand this armor stats

justin3ryu

Heir
Customer
<armor id="9341" name="Immortal Crusader Breastplate" add_name="[Heavy]">
<set name="crystal_count" value="715"/>
<set name="crystal_type" value="S"/>
<set name="crystallizable" value="true"/>
<set name="icon" value="Armor_icon.armor_t501_u_i00"/>
<set name="price" value="14300000"/>
<set name="type" value="HEAVY"/>
<set name="weight" value="7620"/>
<equip>
<slot id="CHEST"/>
</equip>
<for>
<add stat="pDef" order="0x10" value="239"/>
<enchant stat="pDef" order="0x0C" value="0"/>
</for>
</armor>



pDef : 239 so inside of game, it should be shown "239" but it shows "275" why is that?
 
There is Client Side, Server Side !!! If you want all the same information from the Server on the Client, it has to be edited... armorgrp file inside the system.
 
There is Client Side, Server Side !!! If you want all the same information from the Server on the Client, it has to be edited... armorgrp file inside the system.
One question though which one is the correct one ? Is the client info correct or the server one ? and how would someone verify it ?
 
One question though which one is the correct one ? Is the client info correct or the server one ? and how would someone verify it ?
In this case, he is placing a custom armor. So the data needs to be edited on the Client to match the Server. In general, all the data is correct.
 
Back
Top