Selaa lähdekoodia

Added a comment with a link where you can download English bmp's used in The Sign Quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8625 54d463be-8e91-2dee-dedb-b68131a5f0ec
Poki#3 19 vuotta sitten
vanhempi
commit
b3807592af
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      npc/quests/The_Sign_Quest.txt

+ 5 - 2
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;
 }