diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 13:45:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 13:45:53 -0300 |
commit | 5183af71bd0a4907de9d44463b8f7df1293fd607 (patch) | |
tree | 9a29bdabe20bcce96943731eadff3815eff6aa91 | |
parent | 0e586db1def4a2b81866ad666dcdd7cd892f2c89 (diff) | |
download | clientdata-5183af71bd0a4907de9d44463b8f7df1293fd607.tar.gz clientdata-5183af71bd0a4907de9d44463b8f7df1293fd607.tar.bz2 clientdata-5183af71bd0a4907de9d44463b8f7df1293fd607.tar.xz clientdata-5183af71bd0a4907de9d44463b8f7df1293fd607.zip |
Trickster: Remove Firewalk, add Archers Eye
-rw-r--r-- | npcdialogs.xml | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml index 338db4482..729848bdf 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -73,28 +73,29 @@ Copyright (C) 2019 Moubootaur Legends --> <!-- 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" /> + <text x="10" y="300" width="200" height="12" text="Archers Eye" /> + <text x="10" y="315" width="350" height="30" text="Increase bow/gun range in 1." /> + <button x="45" y="275" name="Learn" value="vulture" /> - <!--text x="10" y="340" width="150" height="30" text="##BFinal Degree##b" /--> <!-- 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" /> + <text x="10" y="375" width="200" height="12" text="Full Throttle" /> + <text x="10" y="390" width="350" height="30" text="Last resort skill." /> + <button x="45" y="350" name="Learn" value="fullthrottle" /> + <!--text x="10" y="340" width="150" height="30" text="##BFinal Degree##b" /--> <!-- 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" /> + <text x="10" y="450" width="200" height="12" text="Sudden Attack" /> + <text x="10" y="465" width="350" height="30" text="Jump to attack" /> + <button x="45" y="425" name="Learn" value="darkillusion" /> <!-- 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" /> + <text x="10" y="525" width="200" height="12" text="Trick Dead" /> + <text x="10" y="540" width="350" height="30" text="Please don't attack." /> + <button x="45" y="500" name="Learn" value="trickdead" /> + <button x="300" y="20" name="Exit" value="Cancel" /> |