diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-13 05:57:35 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-13 05:57:35 +0000 |
commit | 56c2660fa28d9b2e938f9a3c07dfb17d8a6d3eb3 (patch) | |
tree | 1711b0e5ce82a0d18e6af3118d5f6f3b6c69b7a5 /npc/other/dts_warper.txt | |
parent | f455b175681f58c0f7908ee16011384b10c39769 (diff) | |
download | hercules-56c2660fa28d9b2e938f9a3c07dfb17d8a6d3eb3.tar.gz hercules-56c2660fa28d9b2e938f9a3c07dfb17d8a6d3eb3.tar.bz2 hercules-56c2660fa28d9b2e938f9a3c07dfb17d8a6d3eb3.tar.xz hercules-56c2660fa28d9b2e938f9a3c07dfb17d8a6d3eb3.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6572 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/dts_warper.txt')
-rw-r--r-- | npc/other/dts_warper.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/other/dts_warper.txt b/npc/other/dts_warper.txt index e6cc97cc5..5c63c662e 100644 --- a/npc/other/dts_warper.txt +++ b/npc/other/dts_warper.txt @@ -913,12 +913,12 @@ function script F_DTS_Warp { Lteleenabled: //Shows DTS tele selections
switch(getarg(0)){
case 0:
- mes "[Cool Event Corp. Voting Staff]"; //Unofficial Text
- mes "Thank you for selecting Cool";
- mes "Event Corp. for the Dungeon";
- mes "Teleport Service in the";
- mes "election. Where would you";
- mes "like to go today?"; //End unofficial text
+ mes "[Cool Event Corp. Voting Staff]";
+ mes "Please remember that we";
+ mes "cannot accept Free Warp Tickets";
+ mes "or award Special Reserve Points";
+ mes "for this service. Now, please";
+ mes "choose your destination.";
setarray @dtswarpmap$[0],"Bailand, Level 4","Clock Tower, Basement 3";
setarray @dtswarp$[0],@dtswarpmap$[0]+" -> 4,000z",
@dtswarpmap$[1]+" -> 4,000z","Cancel";
|