blob: 36baae98e0da8ff5f86b7fe080b3e196713ad5e2 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144
Copyright (C) 2015 Evol Online
Copyright (C) 2019 Moubootaur Legends -->
<horses>
<horse id="1">
<up>
<offset direction="up" horseOffsetY="12" />
</up>
<down>
<offset direction="left" horseOffsetX="-3" horseOffsetY="20" />
<offset direction="right" horseOffsetX="3" horseOffsetY="20" />
<offset direction="down" horseOffsetY="20" /> <!-- TODO: LOOKS WEIRD -->
<offset direction="up" horseOffsetY="12" />
<sprite>monsters/mouboo.xml</sprite>
</down>
</horse>
<horse id="2">
<down>
<sprite>monsters/tortuga.xml</sprite>
</down>
</horse>
<horse id="3">
<up>
</up>
<down>
<offset direction="left" horseOffsetX="-44" horseOffsetY="64" />
<offset direction="right" horseOffsetX="46" horseOffsetY="64" />
<offset direction="up" horseOffsetY="35" />
<offset direction="upleft" horseOffsetY="35" />
<offset direction="upright" horseOffsetY="35" />
<offset direction="down" horseOffsetY="106" />
<offset direction="downleft" horseOffsetY="106" />
<offset direction="downright" horseOffsetY="106" />
<sprite>npcs/xml/rowboat.xml</sprite>
</down>
</horse>
</horses>
|