summaryrefslogtreecommitdiff
path: root/hercules/templates/npcs.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-20 17:45:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-20 17:45:30 +0300
commit551261e4aa47d9e4baa9396e20f503b9fc75680a (patch)
tree52a125e266c9338a365854be97ffe75360b1ecda /hercules/templates/npcs.xml
parent06887bd17dd04cb6314cc215424b041dda7dca87 (diff)
downloadevol-tools-551261e4aa47d9e4baa9396e20f503b9fc75680a.tar.gz
evol-tools-551261e4aa47d9e4baa9396e20f503b9fc75680a.tar.bz2
evol-tools-551261e4aa47d9e4baa9396e20f503b9fc75680a.tar.xz
evol-tools-551261e4aa47d9e4baa9396e20f503b9fc75680a.zip
hercules: add support for convert ro npcs.
Diffstat (limited to 'hercules/templates/npcs.xml')
-rw-r--r--hercules/templates/npcs.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/hercules/templates/npcs.xml b/hercules/templates/npcs.xml
new file mode 100644
index 0000000..72a0a4f
--- /dev/null
+++ b/hercules/templates/npcs.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010-2014 Evol Online -->
+
+<npcs>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//monster/@name" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+
+{0}
+</npcs>