summaryrefslogtreecommitdiff
path: root/npc/merchants/elemental_trader.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/merchants/elemental_trader.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/merchants/elemental_trader.txt')
-rw-r--r--npc/merchants/elemental_trader.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/elemental_trader.txt b/npc/merchants/elemental_trader.txt
index 928782255..bad49b4b2 100644
--- a/npc/merchants/elemental_trader.txt
+++ b/npc/merchants/elemental_trader.txt
@@ -61,7 +61,7 @@ ama_in02,61,27,7 script Alchemist#ama 4_M_ALCHE_B,{
mes "Keekeekee... Or else,";
mes "I will let you taste my acid bottle...!";
next;
- if (select("Please, excuse me:Do you need help?") == 1) {
+ if (select("Please, excuse me", "Do you need help?") == 1) {
mes "[Laspuchin Gregory]";
mes "Keheheh... Did you hear";
mes "what I said? It would be";
@@ -81,7 +81,7 @@ ama_in02,61,27,7 script Alchemist#ama 4_M_ALCHE_B,{
mes "I will use it efficiently...";
mes "Do you have them now?";
next;
- if (select("Nope:I got some") == 1) {
+ if (select("Nope", "I got some") == 1) {
mes "[Laspuchin Gregory]";
mes "Then, find 8 stones of one kind.";
mes "If you bring 8 of one kind of";
@@ -104,7 +104,7 @@ ama_in02,61,27,7 script Alchemist#ama 4_M_ALCHE_B,{
mes "Uh-huh, what did you bring?";
next;
setarray .@items[1],995,997,994,996;
- .@i = .@items[select("Mystic Frozen:Great Nature:Flame Heart:Rough Wind")];
+ .@i = .@items[select("Mystic Frozen", "Great Nature", "Flame Heart", "Rough Wind")];
mes "[Laspuchin Gregory]";
if (countitem(.@i) > 7) {
mes "I will take 8 of them and";