summaryrefslogtreecommitdiff
path: root/npcdialogs.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-19 18:18:34 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-19 18:18:34 -0300
commit614f3933f3960d0cd55d3c2e23b03908dc8a4d08 (patch)
tree52cd06417839a711f2ae7da1b5b8055a5fdc9b1c /npcdialogs.xml
parent77841e5049ccd7acd3a733177d198c00340fbf4a (diff)
downloadclientdata-614f3933f3960d0cd55d3c2e23b03908dc8a4d08.tar.gz
clientdata-614f3933f3960d0cd55d3c2e23b03908dc8a4d08.tar.bz2
clientdata-614f3933f3960d0cd55d3c2e23b03908dc8a4d08.tar.xz
clientdata-614f3933f3960d0cd55d3c2e23b03908dc8a4d08.zip
Prepare the minimalist interface
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r--npcdialogs.xml22
1 files changed, 19 insertions, 3 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml
index 88f2bade..52488b7b 100644
--- a/npcdialogs.xml
+++ b/npcdialogs.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144, Jesusalva
-Copyright (C) 2016 Evol Online -->
+Copyright (C) 2016 Evol Online
+Copyright (C) 2019 Moubootaur Legends -->
<dialogs>
<dialog name="book">
@@ -10,6 +11,7 @@ Copyright (C) 2016 Evol Online -->
</menu>
</dialog>
+ <!-- Crafting Interfaces -->
<dialog name="craft1">
<inventory cell="inventory_cell2.xml" columns="1" />
</dialog>
@@ -23,6 +25,7 @@ Copyright (C) 2016 Evol Online -->
<inventory cell="inventory_cell2.xml" columns="4" />
</dialog>
+ <!-- Map Interfaces -->
<dialog name="map_Tulim" hideText="true">
<menu>
<image x="0" y="0" image="graphics/images/003-1.png" />
@@ -47,6 +50,19 @@ Copyright (C) 2016 Evol Online -->
<inventory cell="inventory_cell2.xml" columns="3" />
</dialog>
- <!-- External Files -->
- <include name="graphics/images/daily.xml"/>
+ <!-- Academy Interfaces -->
+ <dialog name="academy_trickster" hideText="true">
+ <menu>
+ <text x="10" y="10" width="150" height="30" text="##BFirst Degree##b" />
+ <image x="10" y="40" image="graphics/skills/wizard/freecast.png" />
+ <text x="10" y="75" width="200" height="12" text="Free Cast" />
+ <text x="10" y="90" width="350" height="30" text="Allows to attack after casting" />
+ <button x="45" y="50" name="Learn" value="freecast" />
+
+ <button x="300" y="250" name="Exit" value="Cancel" />
+ </menu>
+ </dialog>
+
+ <!-- External Files -->
+ <include name="graphics/images/daily.xml"/>
</dialogs>