diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-03 08:44:28 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-03 10:17:48 +0200 |
commit | 577df30e04e39e4de0e9aa09254e35ad3f73d66b (patch) | |
tree | 9f8561b7447bb5728bfc7a0d756e035d52da14e1 /npcs.xml | |
parent | e5d41d6f8ac0feeca631d3bc32e2f7d3aca55c1a (diff) | |
download | clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.gz clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.bz2 clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.xz clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.zip |
Reworked all author entries in the all XML files except in graphics/particles/, it'll be done later.
Completed Reidy's (request) work log at the end of npcs.xml.
Renamed the "piousrocket" NPC to "piourocket".
Reorganised some animations (down, leftdown, left, ...) (death animation at the end).
Gave a proper name to different types of imagesets (mob, npc, base, ...).
Added a missing whitespace at the end of some XML files.
Slightly altered some NPC animations to avoid having the same blinking animation on every NPC.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 38 |
1 files changed, 20 insertions, 18 deletions
@@ -1,13 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author : Reid, Pad -(C) Evol Online 2010-2012. +<!-- Authors: Reid & Pad +Copyright (C) 2010-2012 Evol Online --> +<!-- IDs 100-300 = Unanimated IDs 301-900 = Animated IDs 990-999 = Special --> + <npcs> -<!-- Unanimated NPCs --> + <!-- Unanimated NPCs --> <npc id="100"> <!-- Knife-pit. --> <sprite variant="0">npcs/xml/smallnpc.xml</sprite> @@ -41,9 +43,9 @@ IDs 990-999 = Special <sprite variant="4">npcs/xml/npc.xml|#474747,643a40,6e6e6e,812f2f,898989,ab4343,9d9d9d,cc5858,b3b3b3,e0897e,e2e2e2,fdc6b3</sprite> </npc> -<!-- Animated NPCs --> + <!-- Animated NPCs --> <npc id="301"> - <!-- Eye animation. --> + <!-- Eyes animation. --> <sprite>npcs/xml/alige.xml</sprite> </npc> <npc id="302"> @@ -51,11 +53,11 @@ IDs 990-999 = Special <sprite>npcs/xml/sleepingorc.xml</sprite> </npc> <npc id="303"> - <!-- Human-Man, sailor with a ratto on his hand. --> + <!-- Human-Man, sailor with a ratto in his left hand. --> <sprite>npcs/xml/rattosailor.xml</sprite> </npc> <npc id="304"> - <!-- Demon-Woman, take care about the ship. --> + <!-- Demon-Woman, takes care of the ship. --> <sprite>npcs/xml/julia.xml</sprite> </npc> <npc id="305"> @@ -71,8 +73,8 @@ IDs 990-999 = Special <sprite>npcs/xml/magic_arpan.xml</sprite> </npc> <npc id="308"> - <!-- Piousrocket, sitting on his iron bar. --> - <sprite>npcs/xml/piousrocket.xml</sprite> + <!-- Piou Rocket, sitting on his iron bar. --> + <sprite>npcs/xml/piourocket.xml</sprite> </npc> <npc id="309"> <!-- Human-Man, standing elmo. --> @@ -109,8 +111,7 @@ IDs 990-999 = Special <sprite>accessories/croconut.xml</sprite> </npc> - -<!-- Special NPCs --> + <!-- Special NPCs --> <npc id="900"> <!-- Savepoint, 32x32. --> <particlefx>graphics/particles/savepoint/savepoint-32x32.xml</particlefx> @@ -126,7 +127,7 @@ IDs 990-999 = Special <!-- WIP <npc id="903"> Savepoint, 64x64. <particlefx>graphics/particles/savepoint/savepoint-64x64.xml</particlefx> - </npc> --> + </npc>--> <npc id="904"> <!-- Left hammock. --> <sprite>npcs/xml/animated_hammock1.xml</sprite> @@ -141,12 +142,13 @@ IDs 990-999 = Special <particlefx>graphics/particles/savepoint/savepoint-32x32.xml</particlefx> </npc> <npc id="999"> - <!-- blank NPC --> + <!-- Invisible NPC --> </npc> </npcs> -<!-- Pad & Reid's work .. November 2010 --> -<!-- Reid's wipe and redo .. April 2011 --> -<!-- Reid's re-management of the shape .. May 2011 --> -<!-- Reid's wipe .. November 2011 --> -<!-- Reid's ship release .. December 2011 --> +<!-- Pad & Reid's work - November 2010 --> +<!-- Reid's wipe and redo - April 2011 --> +<!-- Reid's re-management of the shape - May 2011 --> +<!-- Reid's wipe - November 2011 --> +<!-- Reid's Beta 1 release - December 2011 --> +<!-- Reid's Beta 2 release - May 2012 --> |