diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 19:15:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 19:15:34 -0300 |
commit | 876dd31d2392aca8bdedcd9244b40052acdf1a68 (patch) | |
tree | 6db53b860f49a8077c1ebd8dde671deec0d7389c /npcdialogs.xml | |
parent | c50962fe43c588d3670de3fd477dbf3a3f009305 (diff) | |
download | clientdata-876dd31d2392aca8bdedcd9244b40052acdf1a68.tar.gz clientdata-876dd31d2392aca8bdedcd9244b40052acdf1a68.tar.bz2 clientdata-876dd31d2392aca8bdedcd9244b40052acdf1a68.tar.xz clientdata-876dd31d2392aca8bdedcd9244b40052acdf1a68.zip |
Okay, several concerns with this
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r-- | npcdialogs.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml index f350629c..8f707be0 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -65,8 +65,38 @@ Copyright (C) 2019 Moubootaur Legends --> <text x="10" y="165" width="350" height="30" text="Jump 5 tiles backwards" /> <button x="45" y="125" name="Learn" value="backslide" /> + <!-- GUI size: 75px --> + <image x="10" y="190" image="graphics/skills/none.png" /> + <text x="10" y="225" width="200" height="12" text="Firewall" /> + <text x="10" y="240" width="350" height="30" text="Shoots fire walls" /> + <button x="45" y="200" name="Learn" value="firewall" /> + + <!-- GUI size: 75px --> + <image x="10" y="265" image="graphics/skills/none.png" /> + <text x="10" y="300" width="200" height="12" text="Full Throttle" /> + <text x="10" y="315" width="350" height="30" text="Last resort skill." /> + <button x="45" y="275" name="Learn" value="fullthrottle" /> + + <!-- GUI size: 75px --> + <image x="10" y="340" image="graphics/skills/none.png" /> + <text x="10" y="375" width="200" height="12" text="Sudden Attack" /> + <text x="10" y="390" width="350" height="30" text="Jump to attack" /> + <button x="45" y="350" name="Learn" value="darkillusion" /> + + <!-- GUI size: 75px --> + <image x="10" y="415" image="graphics/skills/none.png" /> + <text x="10" y="450" width="200" height="12" text="Trick Dead" /> + <text x="10" y="465" width="350" height="30" text="Please don't attack." /> + <button x="45" y="425" name="Learn" value="trickdead" /> + + <!-- GUI size: 75px --> + <image x="10" y="490" image="graphics/skills/none.png" /> + <text x="10" y="525" width="200" height="12" text="Fire Walk" /> + <text x="10" y="540" width="350" height="30" text="Don't follow my steps." /> + <button x="45" y="500" name="Learn" value="firewalk" /> + - <button x="300" y="250" name="Exit" value="Cancel" /> + <button x="300" y="20" name="Exit" value="Cancel" /> </menu> </dialog> |