summaryrefslogtreecommitdiff
path: root/world/map/npc/001-2/wizards.txt
diff options
context:
space:
mode:
authorNick Ashley <nick@shley.us>2015-04-19 21:54:15 -0400
committerNick Ashley <nick@shley.us>2015-04-19 21:54:15 -0400
commitadc33661b960ad7f26008263e474af03cf27170e (patch)
treeb13906086b24ff6b1045929cd3560db076799f77 /world/map/npc/001-2/wizards.txt
parent85a8149eeb2fde05a28863516399b667b9ab3c81 (diff)
downloadserverdata-adc33661b960ad7f26008263e474af03cf27170e.tar.gz
serverdata-adc33661b960ad7f26008263e474af03cf27170e.tar.bz2
serverdata-adc33661b960ad7f26008263e474af03cf27170e.tar.xz
serverdata-adc33661b960ad7f26008263e474af03cf27170e.zip
Added some transient dialog to 001-2
The wizards now ignore you; the display cases have more meaningful descriptions.
Diffstat (limited to 'world/map/npc/001-2/wizards.txt')
-rw-r--r--world/map/npc/001-2/wizards.txt50
1 files changed, 40 insertions, 10 deletions
diff --git a/world/map/npc/001-2/wizards.txt b/world/map/npc/001-2/wizards.txt
index 4f88c58b..37efa8bd 100644
--- a/world/map/npc/001-2/wizards.txt
+++ b/world/map/npc/001-2/wizards.txt
@@ -3,58 +3,88 @@
// manaseed
001-2,104,19,0|script|Desert Mana Seed#_M|166
{
- end;
+ mes "Strangely, you feel nothing – as if its membrane is closed to you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,99,22,0|script|Wizard#1|355
{
- end;
+ mes "The wizard seems to ignore you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,92,24,0|script|Wizard#2|356
{
- end;
+ mes "The wizard seems to ignore you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,92,30,0|script|Wizard#3|357
{
- end;
+ mes "The wizard seems to ignore you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,99,32,0|script|Wizard#4|358
{
- end;
+ mes "The wizard seems to ignore you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,110,22,0|script|Wizard#5|359
{
- end;
+ mes "The wizard seems to ignore you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,117,24,0|script|Wizard#6|360
{
- end;
+ mes "The wizard seems to ignore you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,117,30,0|script|Wizard#7|361
{
- end;
+ mes "The wizard seems to ignore you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,110,32,0|script|Wizard#8|362
{
- end;
+ mes "The wizard seems to ignore you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}
//
001-2,104,27,0|script|Arch-Wizard#9|354
{
- end;
+ mes "The arch wizard seems to be busy.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
}