hairs and hats

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
vercin
Newly Registered User
Posts: 11
Joined: 28 May 2015, 18:43

hairs and hats

Post by vercin »

hi
i want understand how work the hairs with the helmets and hats with the scypts.

</replace>
<replace direction="left" sprite="hair">
<item from="-13"/>
<item from="-14" to="-16"/>
<item from="-15" to="-8"/>
User avatar
gumi
TMW Adviser
TMW Adviser
Posts: 797
Joined: 19 May 2014, 18:18

Re: hairs and hats

Post by gumi »

<replace> allows to replace one item to another (only visually)

from="X" to="Y" means replace item X for item Y
from="X" means replace item X for item 0 (removes the item)
to="Y" means replace any item to item Y
User avatar
Reid
Lead Developer (SoM)
Lead Developer (SoM)
Posts: 1551
Joined: 15 May 2010, 21:39
Location: Artis
Contact:

Re: hairs and hats

Post by Reid »

"Time is an illusion. Lunchtime doubly so."
-- Ford Prefect
vercin
Newly Registered User
Posts: 11
Joined: 28 May 2015, 18:43

Re: hairs and hats

Post by vercin »

Post Reply