item xml issues

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
HoraK-FDF
TMW Classic
TMW Classic
Posts: 50
Joined: 22 Nov 2020, 15:35

item xml issues

Post by HoraK-FDF »

Candy-Caned Anti-Grinch-Rifle 2020 (5261) xml shows wrong damage it should be 20 and also it is in the wrong folder.
its here:
tmwa-client-data/items/equip-1hand/item5261_Launcher.xml
but should be here:
tmwa-client-data/items/equip-2hand/item5261_Launcher.xml
the line should be:
<item id="5261" image="equipment/weapon/xmas-slingshot-icon.png" name="Candy-Caned Anti-Grinch-Rifle 2020" description="The best way to shoot snowballs." type="equip-2hand" attack-action="attack_bow" attack="20" attack-range="3" weight="10" critical-hit-effect-id="55" missile-particle="graphics/particles/snowball.particle.xml">

Snowballs (5260) xml shows wrong damage it should be 20.
tmwa-client-data/items/equip-ammo/item5260_Snowball.xml
the line should be:
<item id="5260" image="equipment/ammo/snowball.png" name="Snowball" description="It is Christmas time!" attack="20" type="equip-ammo" weight="1"/>

Assasins Shirts (755) xml misses level requirement.
tmwa-client-data/items/equip-torso/item755_AssassinShirt.xml
the line should be:
<item id="755" image="equipment/chest/assassintop.png" name="Assassin Shirt" description="Shirt for a master assassin." effect="Walk Speed +10% / Hit Chance +20" mattack="-5" type="equip-torso" defense="15" agi="15" flee="20" maxhp="200" level="90" weight="15" sellProtected="true">

Maybe the info should also be included in the xmls of all Assasin Set items that they cannot be equipped with a weapon in the hand.

User avatar
HoraK-FDF
TMW Classic
TMW Classic
Posts: 50
Joined: 22 Nov 2020, 15:35

Re: item xml issues

Post by HoraK-FDF »

moved items/equip-1hand/item5261_Launcher.xml to items/equip-2hand/item5261_Launcher.xml
updated items/equip-1hand/include.xml
updated items/equip-2hand/
include.xml
added correct damage to items/equip-2hand/item5261_Launcher.xml
added correct damage to items/equip-ammo/item5260_Snowball.xml
added level requirement to items/equip-torso/item755_AssassinShirt.xml

How about adding the description to the assassin set item like the wiki does it? For example: "Shirt for a master assassin. Cannot be equipped with a weapon."

User avatar
WildX
Source of Mana
Source of Mana
Posts: 2084
Joined: 07 Aug 2010, 14:13
Location: United Kingdom
Contact:

Re: item xml issues

Post by WildX »

I still think the assasin shirt should be made more useful than it currently is with some stat adjustments and allowing it to be worn with weapons.

Thanks for the contributions btw. Always appreciated :)

TMW Team member

Post Reply