Help with playerset xml

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
nmaligec
Warrior
Warrior
Posts: 253
Joined: 08 Apr 2010, 01:55

Help with playerset xml

Post by nmaligec »

I would like to help skipy with xml for the new player set he has been working on. Note: this is specifically concerning the player xml, and not the weapon xml.

In the current player_male_base.xml there are a set number of actions:
stand
walk
sit
dead
attack
attack_bow

skipy has added frames to the player set for a few new attack actions and a casting action.

q1. Can we simply add a new action and have the game recognize it?? Like to add a 2h swing and have the client use that when attacking with a 2h weapon.

q2. What about casting? How can we signal the client to display the casting frames while casting?
User avatar
Reid
Lead Developer (SoM)
Lead Developer (SoM)
Posts: 1551
Joined: 15 May 2010, 21:39
Location: Artis
Contact:

Re: Help with playerset xml

Post by Reid »

q3. who is working in the playerset extention now that skipy done the playerset? (meaning pixels task)
"Time is an illusion. Lunchtime doubly so."
-- Ford Prefect
nmaligec
Warrior
Warrior
Posts: 253
Joined: 08 Apr 2010, 01:55

Re: Help with playerset xml

Post by nmaligec »

a3. I think skipy is still on graphics, incase some changes/fixes need to be made. He asked me to help with the xml.

Until I know how to trigger the new actions in game there is no point starting the xml, hence my questions above.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Help with playerset xml

Post by Crush »

Documentation of animation system:
http://wiki.themanaworld.org/index.php/Animations

Adding new weapon animations to the client software is pretty simple. Adding a casting animation will be more difficult because it will require a new network message from the server.

Please do not stop working on this just because the client doesn't support it yet. When there isn't any testing material there will be no incentive to develope this feature.
  • 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.
User avatar
Bertram
Manasource
Manasource
Posts: 1026
Joined: 07 Sep 2004, 14:55
Location: France

Re: Help with playerset xml

Post by Bertram »

Hi,

I couldn't agree more with Crush on that one.

Best regards.
nmaligec
Warrior
Warrior
Posts: 253
Joined: 08 Apr 2010, 01:55

Re: Help with playerset xml

Post by nmaligec »

Ok I will update the player xml and add weapon xml files and db entries to use the new attack frames. I will post back when its done. I will use the same frame timing as the other actions, since I would be able to test it until the client update.
User avatar
Reid
Lead Developer (SoM)
Lead Developer (SoM)
Posts: 1551
Joined: 15 May 2010, 21:39
Location: Artis
Contact:

Re: Help with playerset xml

Post by Reid »

nmaligec wrote:Ok I will update the player xml and add weapon xml files and db entries to use the new attack frames. I will post back when its done. I will use the same frame timing as the other actions, since I would be able to test it until the client update.
See me in irc if you need help with the xml
"Time is an illusion. Lunchtime doubly so."
-- Ford Prefect
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Help with playerset xml

Post by Crush »

You can test the timing and alignment by assigning the animation to an action which does already exist.
  • 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.
Post Reply