blob: c09b03332c5f03cef0cf08317079600242e4e5a5 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144
Copyright (C) 2015 Evol Online -->
<horses>
<horse id="1">
<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>
<horse id="2">
<down>
<sprite>monsters/tortuga.xml</sprite>
</down>
</horse>
</horses>
|