darkangel1
Member
- Joined
- Oct 31, 2023
- Messages
- 53
- Reaction score
- 5
Can you tell me why the weight is not displayed everywhere?
equipped weapons display weight, but those lying on the ground are exactly the same - no
XML:
<!-- SANGUINE SET -->
<item id="47705" article="a" name="sanguine blade">
<attribute key="weight" value="6100" />
<attribute key="defense" value="32" />
<attribute key="attack" value="8" />
<attribute key="elementFire" value="46" />
<attribute key="skillSword" value="5" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="3" />
<attribute key="manaleechamount" value="3" />
<attribute key="lifeleechamount" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47706" article="a" name=" grand sanguine blade">
<attribute key="weight" value="6000" />
<attribute key="defense" value="32" />
<attribute key="attack" value="8" />
<attribute key="elementFire" value="46" />
<attribute key="skillSword" value="5" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="3" />
<attribute key="manaleechamount" value="3" />
<attribute key="lifeleechamount" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47707" article="a" name=" sanguine cudgel">
<attribute key="weight" value="6900" />
<attribute key="defense" value="32" />
<attribute key="attack" value="8" />
<attribute key="elementDeath" value="46" />
<attribute key="skillClub" value="5" />
<attribute key="weaponType" value="club" />
<attribute key="extradef" value="3" />
<attribute key="manaleechamount" value="3" />
<attribute key="lifeleechamount" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47708" article="a" name=" grand sanguine cudgel">
<attribute key="weight" value="6800" />
<attribute key="defense" value="32" />
<attribute key="attack" value="8" />
<attribute key="elementDeath" value="46" />
<attribute key="skillClub" value="5" />
<attribute key="weaponType" value="club" />
<attribute key="extradef" value="3" />
<attribute key="manaleechamount" value="3" />
<attribute key="lifeleechamount" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47709" article="a" name=" sanguine hatchet">
<attribute key="weight" value="7200" />
<attribute key="defense" value="32" />
<attribute key="attack" value="8" />
<attribute key="elementFire" value="46" />
<attribute key="skillAxe" value="5" />
<attribute key="weaponType" value="axe" />
<attribute key="extradef" value="3" />
<attribute key="manaleechamount" value="3" />
<attribute key="lifeleechamount" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47710" article="a" name=" grand sanguine hatchet">
<attribute key="weight" value="7200" />
<attribute key="defense" value="32" />
<attribute key="attack" value="8" />
<attribute key="elementFire" value="46" />
<attribute key="skillAxe" value="5" />
<attribute key="weaponType" value="axe" />
<attribute key="extradef" value="3" />
<attribute key="manaleechamount" value="3" />
<attribute key="lifeleechamount" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47711" article="a" name=" sanguine razor">
<attribute key="weight" value="8100" />
<attribute key="defense" value="35" />
<attribute key="attack" value="8" />
<attribute key="elementEnergy" value="50" />
<attribute key="skillSword" value="5" />
<attribute key="weaponType" value="sword" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="showattributes" value="true" />
</item>
<item id="47712" article="a" name=" grand sanguine razor">
<attribute key="weight" value="7900" />
<attribute key="defense" value="35" />
<attribute key="attack" value="8" />
<attribute key="elementEnergy" value="50" />
<attribute key="skillSword" value="5" />
<attribute key="weaponType" value="sword" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="showattributes" value="true" />
</item>
<item id="47713" article="a" name=" sanguine bludgeon">
<attribute key="weight" value="9300" />
<attribute key="defense" value="35" />
<attribute key="attack" value="8" />
<attribute key="elementEarth" value="50" />
<attribute key="skillClub" value="5" />
<attribute key="weaponType" value="club" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="showattributes" value="true" />
</item>
<item id="47714" article="a" name=" grand sanguine bludgeon">
<attribute key="weight" value="9100" />
<attribute key="defense" value="35" />
<attribute key="attack" value="8" />
<attribute key="elementEarth" value="50" />
<attribute key="skillClub" value="5" />
<attribute key="weaponType" value="club" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="showattributes" value="true" />
</item>
<item id="47715" article="a" name=" sanguine battleaxe">
<attribute key="weight" value="8500" />
<attribute key="defense" value="35" />
<attribute key="attack" value="8" />
<attribute key="elementDeath" value="50" />
<attribute key="skillAxe" value="5" />
<attribute key="weaponType" value="axe" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="showattributes" value="true" />
</item>
<item id="47716" article="a" name=" grand sanguine battleaxe">
<attribute key="weight" value="8300" />
<attribute key="defense" value="35" />
<attribute key="attack" value="8" />
<attribute key="elementDeath" value="50" />
<attribute key="skillAxe" value="5" />
<attribute key="weaponType" value="axe" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="showattributes" value="true" />
</item>
<item id="47717" article="a" name=" sanguine legs">
<attribute key="weight" value="3800" />
<attribute key="armor" value="12" />
<attribute key="slotType" value="legs" />
<attribute key="skillSword" value="4" />
<attribute key="skillAxe" value="4" />
<attribute key="skillClub" value="4" />
<attribute key="absorbPercentPhysical" value="9" />
<attribute key="absorbPercentDeath" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47718" article="a" name=" sanguine bow">
<attribute key="weight" value="4700" />
<attribute key="weaponType" value="distance" />
<attribute key="slotType" value="two-handed" />
<attribute key="ammoType" value="arrow" />
<attribute key="range" value="6" />
<attribute key="hitChance" value="6" />
<attribute key="attack" value="9" />
<attribute key="skillDist" value="4" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="absorbPercentEarth" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47719" article="a" name=" grand sanguine bow">
<attribute key="weight" value="4700" />
<attribute key="weaponType" value="distance" />
<attribute key="slotType" value="two-handed" />
<attribute key="ammoType" value="arrow" />
<attribute key="range" value="6" />
<attribute key="hitChance" value="6" />
<attribute key="attack" value="9" />
<attribute key="skillDist" value="4" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="absorbPercentEarth" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47720" article="a" name=" sanguine crossbow">
<attribute key="weight" value="4700" />
<attribute key="weaponType" value="distance" />
<attribute key="slotType" value="two-handed" />
<attribute key="ammoType" value="arrow" />
<attribute key="range" value="6" />
<attribute key="hitChance" value="7" />
<attribute key="attack" value="10" />
<attribute key="skillDist" value="4" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="absorbPercentFire" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47721" article="a" name=" grand sanguine crossbow">
<attribute key="weight" value="4700" />
<attribute key="weaponType" value="distance" />
<attribute key="slotType" value="two-handed" />
<attribute key="ammoType" value="arrow" />
<attribute key="range" value="6" />
<attribute key="hitChance" value="7" />
<attribute key="attack" value="10" />
<attribute key="skillDist" value="4" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="absorbPercentFire" value="6" />
<attribute key="showattributes" value="true" />
</item>
<item id="47722" article="a" name=" sanguine greaves">
<attribute key="weight" value="3200" />
<attribute key="armor" value="11" />
<attribute key="slotType" value="legs" />
<attribute key="skillDist" value="4" />
<attribute key="magiclevelpoints" value="1" />
<attribute key="absorbPercentPhysical" value="7" />
<attribute key="absorbPercentEnergy" value="9" />
<attribute key="showattributes" value="true" />
</item>
<item id="47723" article="a" name=" sanguine coil">
<attribute key="weight" value="2200" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="fire" />
<attribute key="range" value="6" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="lifeleechamount" value="2" />
<attribute key="manaleechamount" value="1" />
<attribute key="absorbPercentEarth" value="7" />
<attribute key="absorbPercentFire" value="1" />
<attribute key="absorbPercentEnergy" value="1" />
<attribute key="showattributes" value="true" />
</item>
<item id="47724" article="a" name=" grand sanguine coil">
<attribute key="weight" value="2100" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="fire" />
<attribute key="range" value="6" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="lifeleechamount" value="2" />
<attribute key="manaleechamount" value="1" />
<attribute key="absorbPercentEarth" value="7" />
<attribute key="absorbPercentFire" value="1" />
<attribute key="absorbPercentEnergy" value="1" />
<attribute key="showattributes" value="true" />
</item>
<item id="47725" article="a" name=" sanguine boots">
<attribute key="weight" value="1900" />
<attribute key="armor" value="3" />
<attribute key="slotType" value="feet" />
<attribute key="speed" value="20" />
<attribute key="magiclevelpoints" value="2" />
<attribute key="absorbPercentDeath" value="1" />
<attribute key="absorbPercentPhysical" value="2" />
<attribute key="absorbPercentIce" value="8" />
<attribute key="showattributes" value="true" />
</item>
<item id="47726" article="a" name=" sanguine rod">
<attribute key="weight" value="2500" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="earth" />
<attribute key="range" value="6" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="5" />
<attribute key="lifeleechamount" value="6" />
<attribute key="manaleechamount" value="3" />
<attribute key="absorbPercentIce" value="1" />
<attribute key="absorbPercentEarth" value="1" />
<attribute key="absorbPercentDeath" value="7" />
<attribute key="showattributes" value="true" />
</item>
<item id="47727" article="a" name=" grand sanguine rod">
<attribute key="weight" value="2100" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="earth" />
<attribute key="range" value="6" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="criticalhitchance" value="10" />
<attribute key="criticalhitamount" value="12" />
<attribute key="lifeleechamount" value="2" />
<attribute key="manaleechamount" value="1" />
<attribute key="absorbPercentEarth" value="7" />
<attribute key="absorbPercentFire" value="1" />
<attribute key="absorbPercentEnergy" value="1" />
<attribute key="showattributes" value="true" />
</item>
<item id="47728" article="a" name=" sanguine galoshes">
<attribute key="weight" value="1700" />
<attribute key="armor" value="3" />
<attribute key="slotType" value="feet" />
<attribute key="speed" value="20" />
<attribute key="magiclevelpoints" value="2" />
<attribute key="absorbPercentPhysical" value="2" />
<attribute key="absorbPercentFire" value="8" />
<attribute key="showattributes" value="true" />
</item>
Post automatically merged:
equipped weapons display weight, but those lying on the ground are exactly the same - no
Attachments
-
1700674862842.png125 KB · Views: 13 · VirusTotal
-
1700674882467.png205.7 KB · Views: 14 · VirusTotal
-
1700674908127.png343.1 KB · Views: 12 · VirusTotal
-
1700674922192.png239.8 KB · Views: 10 · VirusTotal
-
1700675754970.png862.1 KB · Views: 10 · VirusTotal
-
1700675771607.png324.7 KB · Views: 17 · VirusTotal
Last edited: