diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/other/guildpvp.txt | 5 | ||||
-rw-r--r-- | npc/other/pvp.txt | 4 | ||||
-rw-r--r-- | npc/re/cities/dicastes.txt | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/npc/other/guildpvp.txt b/npc/other/guildpvp.txt index 34143b748..2afa86e8d 100644 --- a/npc/other/guildpvp.txt +++ b/npc/other/guildpvp.txt @@ -41,12 +41,13 @@ pvp_y_room,77,85,4 script Guild Battle Guide 105,{ mes "of Team "+.@j+". Are you ready"; mes "to be transported there now?"; next; - if(select("Yes:No")==2) { + if(select("Yes:No") == 2) { mes "[Guild Battle Guide]"; mes "Alright, I hope to"; mes "see you again on"; mes "the PvP fields!"; - close; } + close; + } mes "[Guild Battle Guide]"; mes "Great! Have a good time~"; close2; diff --git a/npc/other/pvp.txt b/npc/other/pvp.txt index 3fb2833a9..1444ef374 100644 --- a/npc/other/pvp.txt +++ b/npc/other/pvp.txt @@ -153,7 +153,7 @@ case 5: mes "[PVP Narrator]"; mes "With war raging between monsters"; - mes "and humans, This competition"; + mes "and humans, this competition"; mes "among people - PVP -"; mes "encourages us all to get"; mes "stronger. Come again,"; @@ -211,7 +211,7 @@ geffen_in,67,63,4 duplicate(pvpe) PVP Narrator#pe6 84 } mes "[Gate Keeper]"; mes "With war raging between monsters"; - mes "and humans, This competition"; + mes "and humans, this competition"; mes "among people - PVP -"; mes "encourages us all to get"; mes "stronger. Come again,"; diff --git a/npc/re/cities/dicastes.txt b/npc/re/cities/dicastes.txt index 3ff67c16a..bef3df8d3 100644 --- a/npc/re/cities/dicastes.txt +++ b/npc/re/cities/dicastes.txt @@ -22,7 +22,7 @@ dicastes01,194,159,5 script Excited Galten#a 492,{ mes "As long as we have him,"; mes "it will only be a matter of time before Sapha"; mes "will rule this land."; - close; } + close; } mes "¡ø¢²¢£ ¡Ð ¡ò¡ð¡ð"; mes "¡÷¡ø¡ñ ¡ü ¡ü"; mes "¡ù¢²¢³ ¢²"; |