summaryrefslogtreecommitdiff
path: root/npc/re/merchants/enchan_mal.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
committerHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
commit1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch)
tree4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/re/merchants/enchan_mal.txt
parente68aa1f74d315f7bf24d7c8829002d0031b23539 (diff)
parent0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff)
downloadhercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/re/merchants/enchan_mal.txt')
-rw-r--r--npc/re/merchants/enchan_mal.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/merchants/enchan_mal.txt b/npc/re/merchants/enchan_mal.txt
index 3007c9ee4..7be4eaa6f 100644
--- a/npc/re/merchants/enchan_mal.txt
+++ b/npc/re/merchants/enchan_mal.txt
@@ -47,7 +47,7 @@ malangdo,213,167,4 script Mayomayo#mal 4_CAT_3COLOR,{
mes "[Mayomayo]";
mes "Wow welcome. It is new Mayomayo refinement store~ I enchant some luxury weapons including level 4 weapons.";
next;
- switch(select("Any store policy changes?:Enchant High Ranked Weapon:Initialize Enchant (Need Silvervine Fruit)")) {
+ switch(select("Any store policy changes?", "Enchant High Ranked Weapon", "Initialize Enchant (Need Silvervine Fruit)")) {
case 1:
mes "[Mayomayo]";
mes "When I enchant weapons, the slotted cards or refined level are dissipated sometimes. I hated it. However, one day I found how to do it without any extinction.";
@@ -55,7 +55,7 @@ malangdo,213,167,4 script Mayomayo#mal 4_CAT_3COLOR,{
mes "[Mayomayo]";
mes "Have you ever seen a building of person of reinforcement capacity association?";
next;
- if(select("I've seen it before.:I haven't seen it before.") == 2) {
+ if(select("I've seen it before.", "I haven't seen it before.") == 2) {
mes "[Mayomayo]";
mes "That builiding is located to the southeast of where I am. Why don't you go on a field trip there?";
close;
@@ -385,7 +385,7 @@ L_Socket:
mes "[Mayomayo]";
mes "When you use the "+getitemname(.@coin[.@coin_select])+", you can choose the enchant type.";
next;
- switch(select("Stop:Short Range Type:Long Range Type:Caster Type")) {
+ switch(select("Stop", "Short Range Type", "Long Range Type", "Caster Type")) {
case 1:
mes "[Mayomayo]";
mes "Ok. If you change your mind, let me know.";
@@ -416,7 +416,7 @@ L_Socket:
mes "[Mayomayo]";
mes "I'm trying for the "+.@str$+" enchant. ^ff0000It will not touch previous refinement and cards. Also, the equipment will not be destroyed.^000000 Can I continue?";
next;
- if(select("I'll come back later.:Please, continue.") == 1) {
+ if(select("I'll come back later.", "Please, continue.") == 1) {
mes "[Mayomayo]";
mes "Ok. If you change your mind, come back again.";
close;
@@ -622,7 +622,7 @@ L_Socket:
mes "[Mayomayo]";
mes "I will only initialize the enchant effect without touching previous refined level and cards.";
next;
- if(select("Stop:Continue") == 1) {
+ if(select("Stop", "Continue") == 1) {
mes "[Mayomayo]";
mes "If you change your mind, come back anytime.";
close;