blob: 74379d4f7b2d102066e8d32d82da61a1ddb07b31 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author : Reid Pad
(C) Evol Online 2010-2011.
IDs 100-300 = Unanimated
IDs 301-900 = Animated
IDs 901-999 = Special
-->
<npcs>
<!-- Unanimated NPCs -->
<npc id="100">
<!-- Knifepit. -->
<sprite variant="0">npcs/XML1/smallnpc.xml</sprite>
</npc>
<!-- Animated NPCs -->
<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>
<npc id="306">
<!-- Mudget-Man, small and not smart at all... -->
<sprite>npcs/XML1/silvio.xml</sprite>
</npc>
<npc id="307">
<!-- Tritan-Man, sitting on a barrel. -->
<sprite>npcs/XML1/magic_arpan.xml</sprite>
</npc>
<npc id="308">
<!-- Piousrocket, sitting on his iron bar. -->
<sprite>npcs/XML1/piousrocket.xml</sprite>
</npc>
<npc id="309">
<!-- Human-Man, standing elmo. -->
<sprite>npcs/XML1/elmo1.xml</sprite>
</npc>
<npc id="310">
<!-- Ukar-Man, sleeping sailor. -->
<sprite variant="0">npcs/XML1/hammock.xml</sprite>
</npc>
<!-- Special NPCs -->
<npc id="999">
<!-- blank 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 -->
|