diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-03-04 04:32:43 +0000 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-11 16:48:45 -0300 |
commit | dbb062c2f3657746a36feebc190c736ddcaa3881 (patch) | |
tree | c7471998af1d8aa399cae2fd4fd2713c9b493303 /npc/re/cities/malangdo.txt | |
parent | e1f41ae8fdac977851bfd090a6e266a0dda8ed29 (diff) | |
download | hercules-dbb062c2f3657746a36feebc190c736ddcaa3881.tar.gz hercules-dbb062c2f3657746a36feebc190c736ddcaa3881.tar.bz2 hercules-dbb062c2f3657746a36feebc190c736ddcaa3881.tar.xz hercules-dbb062c2f3657746a36feebc190c736ddcaa3881.zip |
* Initial implementation of Malangdo Card Separation script.
* Added and documented 'delequip' command, used in new official scripts.
* Fixed issue in Guillotine Cross job quest where mobs did not properly reset (bugreport:7323).
* Minor cleaning of script_commands.txt.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17168 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/cities/malangdo.txt')
-rw-r--r-- | npc/re/cities/malangdo.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/re/cities/malangdo.txt b/npc/re/cities/malangdo.txt index 99d7e327d..e6732b754 100644 --- a/npc/re/cities/malangdo.txt +++ b/npc/re/cities/malangdo.txt @@ -180,9 +180,9 @@ izlude,182,218,4 script Odgnalam#iz 554,{ mes "You are a hero of cat's fleet. Your activity is the legend between us."; next; mes "[Odgnalam]"; - mes "As you are hero of fleet so let me send you to the heaven of the cat, ^A2314BMeow Meow Island^000000 for free."; + mes "As you are a hero of the cat fleet let me send you to ^A2314BMeow Meow Island^000000 for free."; next; - if(select("Let's go Meow Meow Island!!:Do not go") == 1) { + if(select("Send me to Meow Meow Island!:Do not go.") == 1) { mes "[Odgnalam]"; mes "Have a comfortable trip... Alright let's go~"; warp "malangdo",217,85; @@ -192,7 +192,7 @@ izlude,182,218,4 script Odgnalam#iz 554,{ mes "[Odgnalam]"; mes .@s1$; next; - if(select("Let's go Meow Meow Island!!:Do not go") == 2) close; + if(select("Send me to Meow Meow Island!:Do not go.") == 2) close; if (Zeny < .@price) { mes "[Odgnalam]"; mes "Money? Where is the money? You can't go anywhere without the money. Shame on you."; @@ -204,7 +204,7 @@ izlude,182,218,4 script Odgnalam#iz 554,{ warp "malangdo",217,85; close; } -alberta,200,151,4 duplicate(Odgnalam#iz) Odgnalam#albe 554 +alberta,200,151,4 duplicate(Odgnalam#Izlude) Odgnalam#Alberta 554 malangdo,219,86,4 script Kong#malang 545,{ mes "[Kong]"; |