diff options
author | j-tkay <joseph.tk.ea@gmail.com> | 2013-07-04 05:15:48 +0800 |
---|---|---|
committer | j-tkay <joseph.tk.ea@gmail.com> | 2013-07-04 05:15:48 +0800 |
commit | 28a9fec0916db3d92629ae6e6cd62b5777b09e73 (patch) | |
tree | 4babff20dd0a68025a489f410ebf96b8c1cc09af /npc/re/quests/quests_malangdo.txt | |
parent | 8489dbf3b58d3bff70b27ea42884a14d5229430a (diff) | |
download | hercules-28a9fec0916db3d92629ae6e6cd62b5777b09e73.tar.gz hercules-28a9fec0916db3d92629ae6e6cd62b5777b09e73.tar.bz2 hercules-28a9fec0916db3d92629ae6e6cd62b5777b09e73.tar.xz hercules-28a9fec0916db3d92629ae6e6cd62b5777b09e73.zip |
Merged/Updated/Added scripts from rAthena.
- Fixed Bug #7400
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
Diffstat (limited to 'npc/re/quests/quests_malangdo.txt')
-rw-r--r-- | npc/re/quests/quests_malangdo.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/re/quests/quests_malangdo.txt b/npc/re/quests/quests_malangdo.txt index 160c3f8a9..12462762d 100644 --- a/npc/re/quests/quests_malangdo.txt +++ b/npc/re/quests/quests_malangdo.txt @@ -1467,7 +1467,7 @@ mal_in01,114,169,5 script Rican#mal 547,{ mes "If you see my son, please tell him to get back soon~"; close; } else if (ma_tomas > 99) { - if (checkquest(11238,PLAYTIME) == 0 || checkquest(11238,PLAYTIME) == 1) { + if (checkquest(11238) != -1) { if (countitem(6435) < 30) { mes "[Rican]"; mes "You need exactly 30 to get a set!"; @@ -3523,7 +3523,7 @@ mal_in02,76,63,7 script Cleanyang 544,{ mes "Recently, there are 9 spot that hided cat's ship biscuit as well."; next; mes "[Cleanyang]"; - mes "Someone think that good angel took them all as I collected and threw away"; + mes "Someone think that good angel took them all as I collected and threw away."; mes "He still hide them that place."; next; mes "[Cleanyang]"; @@ -3542,7 +3542,7 @@ mal_in02,76,63,7 script Cleanyang 544,{ case 1: mes "[Cleanyang]"; mes "My service to you today."; - mes "The inside of ship Navi, home and cat tower too. Don't even miss a blade of grass"; + mes "The inside of ship Navi, home and cat tower too. Don't even miss a blade of grass."; mes "Search everywhere."; setquest 7268; close; @@ -3601,7 +3601,7 @@ mal_in02,76,63,7 script Cleanyang 544,{ mes "He still hide them that place."; next; mes "[Cleanyang]"; - mes "It is so easy because I don't have to search everywhere, but"; + mes "It is so easy because I don't have to search everywhere, but..."; mes "please search the 9 spot where hiding frequently."; close; case 3: |