Error in decription of armor?

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
DallasDean
Peon
Peon
Posts: 8
Joined: 17 Jan 2010, 05:06

Error in decription of armor?

Post by DallasDean »

I think there is an error in the descriptions of light platemail, and chainmail. I wasn't sure where to post.

They should be 25 and 20? respectively, but are described as 14 and...something else, I can't remember.

Dallas
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Error in decription of armor?

Post by Jaxad0127 »

What should be X and Y instead of S and T? Weight? Price? Transparency?
Image
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Error in decription of armor?

Post by Crush »

I think he means defence.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
DallasDean
Peon
Peon
Posts: 8
Joined: 17 Jan 2010, 05:06

Re: Error in decription of armor?

Post by DallasDean »

My bad, it was late.

Yeah, the defense in the description.

Dallas
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Error in decription of armor?

Post by Jaxad0127 »

Client version?
Image
DallasDean
Peon
Peon
Posts: 8
Joined: 17 Jan 2010, 05:06

Re: Error in decription of armor?

Post by DallasDean »

I'm using 0.0.29.1 (eAthena)

server.themanaworld.org:6901

Dallas
AcnotAlpha
Novice
Novice
Posts: 55
Joined: 29 Oct 2009, 12:52

Re: Error in decription of armor?

Post by AcnotAlpha »

If I understand what you are saying, there is no error. The light platemail and chainmail had their defense reduced with the release of the shields. After all, with a +20 steel shield and a +12 chainmail, it's still more defense than it was originally.
Ingame: Kra'Toth
User avatar
Freeyorp101
Archivist Prime
Archivist Prime
Posts: 765
Joined: 04 Nov 2008, 09:17
Location: New Zealand

Re: Error in decription of armor?

Post by Freeyorp101 »

[url]http://gitorious.org/tmw-eathena-data/mainline/blobs/raw/master/db/item_db.txt[/url] (server data) wrote:625, ChainmailShirt, Chainmail Shirt, 5, 15000, 1500, 250, , 20, , -120, 0, 2, 512, , 0, 0, {}, {}
626, LightPlatemail, Light Platemail, 5, 50000, 2500, 240, , 25, , -150, 0, 2, 512, , 0, 0, {}, {}
[url]http://gitorious.org/tmwdata/mainline/blobs/raw/master/items.xml[/url] (client data) wrote: <item id="625"
image="armor-chest-chainmail.png"
name="Chainmail Shirt"
description="A shirt made of chains. It weighs a lot but offers excellent protection."
effect="+12% Defense"
type="equip-torso"
weight="250"
defense="12"
max-per-slot="1">
<sprite gender="male">chest-chainmail-male.xml</sprite>
<sprite gender="female">chest-chainmail-female.xml</sprite>
</item>
<item id="626"
image="armor-chest-lightplatemail.png|W:#ddeeff"
name="Light Platemail"
description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers."
effect="+14% Defense"
type="equip-torso"
weight="240"
defense="14"
max-per-slot="1">
<sprite gender="male">chest-lightplatemail-male.xml|W:#ddeeff</sprite>

<sprite gender="female">chest-lightplatemail-female.xml|W:#ddeeff</sprite>
</item>

Client data is out of sync with the server data again...
Thanks for reporting :)


---Freeyorp
(09:58:17) < tux9th> Freeyorp: your sig on the forums is kind of outdated
Post Reply