summaryrefslogtreecommitdiff
path: root/npc/001-2/wizards.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/001-2/wizards.txt
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/001-2/wizards.txt')
-rwxr-xr-xnpc/001-2/wizards.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/001-2/wizards.txt b/npc/001-2/wizards.txt
new file mode 100755
index 00000000..754f1bf4
--- /dev/null
+++ b/npc/001-2/wizards.txt
@@ -0,0 +1,23 @@
+
+- script Magic Council NPC32767,{
+ explode .@n, strnpcinfo(0), "#";
+ if (.@n[1] == 9) mes "The arch wizard seems to be busy.";
+ elif (.@n[1]) mes "The wizard seems to ignore you.";
+ else mes "Strangely, you feel nothing – as if its membrane is closed to you.";
+ next;
+ mes "Perhaps you should come back later.";
+ close;
+
+OnInit:
+ if (puppet("001-2", 104, 19, "Desert Mana Seed#_M", 166) < 1) mapexit;
+ if (puppet("001-2", 99, 22, "Wizard#1", 355) < 1) mapexit;
+ if (puppet("001-2", 92, 24, "Wizard#2", 356) < 1) mapexit;
+ if (puppet("001-2", 92, 30, "Wizard#3", 357) < 1) mapexit;
+ if (puppet("001-2", 99, 32, "Wizard#4", 358) < 1) mapexit;
+ if (puppet("001-2", 110, 22, "Wizard#5", 359) < 1) mapexit;
+ if (puppet("001-2", 117, 24, "Wizard#6", 360) < 1) mapexit;
+ if (puppet("001-2", 117, 30, "Wizard#7", 361) < 1) mapexit;
+ if (puppet("001-2", 110, 32, "Wizard#8", 362) < 1) mapexit;
+ if (puppet("001-2", 104, 27, "Arch-Wizard#9", 354) < 1) mapexit;
+ end;
+}