diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-22 00:13:44 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-22 00:13:44 +0000 |
commit | 5da6a14cc50cb32f80a774693350fdccfde42e46 (patch) | |
tree | f302ad7c84ed8f69fd378d1f7553f3fdf3726caa /texts.xml | |
parent | 5e212277abd43db6aa622309350e2c18951c2d7d (diff) | |
download | clientdata-5da6a14cc50cb32f80a774693350fdccfde42e46.tar.gz clientdata-5da6a14cc50cb32f80a774693350fdccfde42e46.tar.bz2 clientdata-5da6a14cc50cb32f80a774693350fdccfde42e46.tar.xz clientdata-5da6a14cc50cb32f80a774693350fdccfde42e46.zip |
add auto message and remove unused from Evol
Diffstat (limited to 'texts.xml')
-rw-r--r-- | texts.xml | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -1,17 +1,18 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: 4144 -Copyright (C) 2017 Evol Online --> +<!-- Author: Saulc, 4144 +Copyright (C) 2018 TMW2 --> <texts> - <text show="true">hello</text> - <text>hi</text> - <text show="true">goodbye</text> - <text>bye</text> - <text show="true">follow me</text> - <text show="true">follow</text> - <text show="true">stop</text> - <text show="true">help</text> - <text>i need help</text> - <text show="true">go away</text> - <text show="true">bot</text> + <text show="true">Hello</text> + <text show="true">Goodbye</text> + <text show="true">Thank you</text> + <text show="true">Good job</text> + <text show="true">I need help</text> + <text show="true">Heal me</text> + <text show="true">Follow me</text> + <text show="true">Stop</text> + <text show="true">Watch Out</text> + <text show="true">Go away</text> + <text show="true">I need help</text> + <text show="true">Speak to this NPC</text> </texts> |