blob: e72bd6e8b24344a90a5e1fe3fa081bb1ca031390 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author : Reid Pad
(C) Evol Online 2010-2011.
IDs 100-300 = Unanimated
IDs 301-900 = Animated(1)
IDs 901-999 = Special
-->
<npcs>
<!-- Unanimated NPCs -->
<!-- Animated NPCs (1)-->
<npc id="301">
<!-- Eye animation. -->
<sprite>npcs/XML1/alige.xml</sprite>
</npc>
<npc id="302">
<!-- Orc-Sailor, sleeping. -->
<sprite>npcs/XML1/sleepingorc.xml</sprite>
</npc>
<npc id="303">
<!-- Human-Man, sailor with a ratto on his hand. -->
<sprite>npcs/XML1/rattosailor.xml</sprite>
</npc>
<npc id="304">
<!-- Demon-Woman, take care about the ship. -->
<sprite>npcs/XML1/julia.xml</sprite>
</npc>
<npc id="305">
<!-- Sailors group. -->
<sprite>npcs/XML1/sailors.xml</sprite>
</npc>
<!-- Special NPCs -->
</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 -->
|