summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
authorPoki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-05 02:40:09 +0000
committerPoki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-05 02:40:09 +0000
commit22a782729ac53afe8c2641eea916d259da4ca711 (patch)
treedb9a066275f02a042699e3328767bc91f6595715 /npc/quests
parent848acfc4c993e21a585bd3c35a21451a89334b90 (diff)
downloadhercules-22a782729ac53afe8c2641eea916d259da4ca711.tar.gz
hercules-22a782729ac53afe8c2641eea916d259da4ca711.tar.bz2
hercules-22a782729ac53afe8c2641eea916d259da4ca711.tar.xz
hercules-22a782729ac53afe8c2641eea916d259da4ca711.zip
Added a comment with a link where you can download English bmp's used in The Sign Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8625 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/The_Sign_Quest.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index 6972bbf6c..1a9840ade 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -28,8 +28,11 @@ OnInit:
set $timezonestring$,"^FF0000GMT^000000";
//= This variable determines whether the "sign_xx.bmps" will be used or
-//= if raw text will be used in the 'Sign::GeffeniaSigns' script. Set it to
-//= 0 if you want to use text.
+//= if raw text will be used in the 'Sign::GeffeniaSigns' script.
+//= Set it to 0 if you want to use text.
+//= The bmp's are in the language of your client. If you are using a
+//= kRO Client, you may want to download the English bmp's available in
+//= the Texture.rar at http://mrmagoo.psiblade.net/translation/index.php?section=downloads
set $signbmps,1;
}