diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-12 09:07:20 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-12 09:07:20 +0000 |
commit | 57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26 (patch) | |
tree | c70c6a801b4b47cac7c7ccb2150f20ea81ced13e /npc/new_11-1-snow-village | |
parent | fa302a780f1873bcab253bf469b8be23fe4a43e0 (diff) | |
parent | 92edc7656445e89c7ce1d229970f03ff55708e5b (diff) | |
download | serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.gz serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.bz2 serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.xz serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.zip |
Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainline
Diffstat (limited to 'npc/new_11-1-snow-village')
-rw-r--r-- | npc/new_11-1-snow-village/amrak.txt | 34 | ||||
-rw-r--r-- | npc/new_11-1-snow-village/soul-menhir.txt | 12 |
2 files changed, 23 insertions, 23 deletions
diff --git a/npc/new_11-1-snow-village/amrak.txt b/npc/new_11-1-snow-village/amrak.txt index 3717685f..b5b52962 100644 --- a/npc/new_11-1-snow-village/amrak.txt +++ b/npc/new_11-1-snow-village/amrak.txt @@ -1,17 +1,17 @@ -//
-
-new_11-1.gat,66,90,0 script Amrak 103, {
- mes "[Amrak]";
- mes "\"This... stone...";
- mes "I have never seen a mineral like this";
- mes "before.";
- mes "And some strange... aura... seems to";
- mes "emit from it.\"";
- next;
- mes "[Amrak]";
- mes "\"Where did it come from?";
- mes "How did it got here?";
- mes "What's its purpose?";
- mes "I will solve its riddle for sure.\"";
- close;
-}
+// + +new_11-1.gat,66,90,0 script Amrak 103, { + mes "[Amrak]"; + mes "\"This... stone..."; + mes "I have never seen a mineral like this"; + mes "before."; + mes "And some strange... aura... seems to"; + mes "emit from it.\""; + next; + mes "[Amrak]"; + mes "\"Where did it come from?"; + mes "How did it got here?"; + mes "What's its purpose?"; + mes "I will solve its riddle for sure.\""; + close; +} diff --git a/npc/new_11-1-snow-village/soul-menhir.txt b/npc/new_11-1-snow-village/soul-menhir.txt index e88a70cd..7769530c 100644 --- a/npc/new_11-1-snow-village/soul-menhir.txt +++ b/npc/new_11-1-snow-village/soul-menhir.txt @@ -1,6 +1,6 @@ -new_11-1.gat,64,89,0 script Soul Menhir 144, {
- set @map$, "new_11-1.gat";
- set @x, 64;
- set @y, 90;
- callfunc "SoulMenhir";
-}
+new_11-1.gat,64,89,0 script Soul Menhir 144, { + set @map$, "new_11-1.gat"; + set @x, 64; + set @y, 90; + callfunc "SoulMenhir"; +} |