summaryrefslogtreecommitdiff
path: root/npcs.xml
blob: 384fd365c1fde729485d844ddf888ee6d730be5f (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="utf-8"?>
<!-- Author : Reid
(C) Evol Online 2010-2011.

IDs 100-300 = Unanimated
IDs 300-600 = Animated(1)
IDs 600-900 = Animated(2)
IDs 900-999 = Special
-->
<npcs>

<!-- Unanimated NPCs -->

    <npc id="100">
        <!-- Human-Man, voyager-look with many things on this bags. -->
        <sprite variant="112">npcs/XML1/npc.xml</sprite>
    </npc>
    <npc id="101">
        <!-- Human-Man, brown clothed, with a beret on his head. -->
        <sprite variant="129">npcs/XML1/npc.xml</sprite>
    </npc>


<!-- Animated NPCs (1)-->

    <npc id="300">
        <!-- Human-Man, weird look, showing the inside of his cape. -->
        <sprite>npcs/XML1/creepysurgeon.xml</sprite>
    </npc>
    <npc id="301">
        <!-- Human-Man, fashion look, look like a french fashion creator. -->
        <sprite>npcs/XML1/dyer.xml</sprite>
    </npc>
    <npc id="302">
        <!-- Human-Man, gay look, cleaning his scissor. -->
        <sprite>npcs/XML1/barber.xml</sprite>
    </npc>
    <npc id="303">
        <!-- Undead-Man, shadow mage look, playing with mana particle. -->
        <sprite>npcs/XML1/undeadmage.xml</sprite>
    </npc>
    <npc id="314">
        <!-- Demon-Man, sleeping demon. -->
        <sprite>npcs/XML1/dreamer.xml</sprite>
    </npc>
    <npc id="305">
        <!-- Elfen-Man, drunken sailor sitting on a bench. -->
        <sprite>npcs/XML1/drunksailor.xml</sprite>
    </npc>
    <npc id="306">
        <!-- Human-Man, sailor with a rat on his hand. -->
        <sprite>npcs/XML1/ratsailor.xml</sprite>
    </npc>
    <npc id="307">
        <!-- Demon-Woman, take care about the ship. -->
        <sprite>npcs/XML1/shipkeeper.xml</sprite>
    </npc>
    <npc id="308">
        <!-- Orc-Man, sleepy. -->
        <sprite>npcs/XML1/sleepingorc.xml</sprite>
    </npc>
    <npc id="309">
        <!-- Orc-Man, got a bag on this back. -->
        <sprite>npcs/XML1/sailororc.xml</sprite>
    </npc>
    <npc id="310">
        <!-- Elfen-Man, a sailor sitting on some wood box. -->
        <sprite>npcs/XML1/sittingsailor.xml</sprite>
    </npc>
    <npc id="311">
    <!-- Ukar-Man, sleepy. -->
        <sprite>npcs/XML1/sleepingukar.xml</sprite>
        </npc>
    <npc id="312">
    <!-- Elf-Man, sleepy. -->
    <sprite>npcs/XML1/sleepingelf.xml</sprite>
    </npc>
    <npc id="313">
        <sprite>npcs/XML1/villagedoor.xml</sprite>
        <!-- Opening door animation for the Village tileset. -->
    </npc>
    <npc id="304">
        <!-- Human-Female, she is the newbyhelper. -->
        <sprite>npcs/XML1/enora.xml</sprite>
        <sprite>accessories/acc-enora-eyes.xml</sprite>
        <sprite>accessories/acc-enora-hair.xml</sprite>
    </npc>
    <npc id="315">
        <!-- Elfen-Female, she is the librarykeeper. -->
        <sprite>npcs/XML1/bianca.xml</sprite>
    </npc>
    <npc id="316">
        <!-- Monster-Pious, some jumping and funny yellow pixels. -->
        <sprite>accessories/acc-market-pious7.xml</sprite>
        <sprite>accessories/acc-market-pious6.xml</sprite>
        <sprite>accessories/acc-market-pious5.xml</sprite>
        <sprite>accessories/acc-market-pious4.xml</sprite>
        <sprite>accessories/acc-market-pious3.xml</sprite>
        <sprite>accessories/acc-market-pious2.xml</sprite>
        <sprite>accessories/acc-market-pious1.xml</sprite>
    </npc>
    <npc id="317">
        <!-- Monster-Pious, some jumping and funny yellow pixels. #5 -->
        <sprite>accessories/acc-market-pious8.xml</sprite>
    </npc>
    <npc id="318">
        <!-- Monster-Pious, some jumping and funny yellow pixels. #2 -->
        <sprite>accessories/acc-market-pious9.xml</sprite>
    </npc>
<!-- Animated NPCs (2)-->

    <npc id="400">
        <!-- Human-Man, weird look, showing the inside of his cape. Second xml -->
        <sprite>npcs/XML2/creepysurgeon.xml</sprite>
    </npc>
    <npc id="405">
        <!-- Elfen-Man, drunken sailor sitting on a bench. Second xml -->
        <sprite>npcs/XML2/drunksailor.xml</sprite>
    </npc>
    <npc id="406">
        <!-- Human-Man, sailor with a rat on his hand. Second xml -->
        <sprite>npcs/XML2/ratsailor.xml</sprite>
    </npc>
    <npc id="407">
        <!-- Demon-Woman, take care about the ship. Second xml -->
        <sprite>npcs/XML2/shipkeeper.xml</sprite>
    </npc>
    <npc id="408">
        <!-- Opening door animation for the Village tileset. Alternate way 1 -->
        <sprite>npcs/XML2/villagedoor-alternate1.xml</sprite>
    </npc>
    <npc id="409">
        <!-- Opening door animation for the Village tileset. Alternate way 2 -->
        <sprite>npcs/XML2/villagedoor-alternate2.xml</sprite>
    </npc>
    <npc id="410">
        <!-- Opening door animation for the Village tileset. Alternate way 3 -->
        <sprite>npcs/XML2/villagedoor-alternate3.xml</sprite>
    </npc>


<!-- Special NPCs -->

    <npc id="999">
        <!-- blank NPC -->
        <sprite variant="131">npcs/XML1/npc.xml</sprite>
    </npc>
</npcs>


<!-- Pad & Reid's work .. November 2010 -->
<!-- Reid's wipe and redo .. April 2011 -->
<!-- Reid's re-management of the shape .. May 2011 -->