summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-26 02:46:30 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-26 02:46:30 -0300
commit48b3014f07e12f42c39120eaf8a5d5b59985805c (patch)
tree410ecb2b5670df962e178127405b648cdf111eca /npc/003-2
parent60d4548bd984b14b04fb611fec0ee05d8718c9ab (diff)
downloadserverdata-48b3014f07e12f42c39120eaf8a5d5b59985805c.tar.gz
serverdata-48b3014f07e12f42c39120eaf8a5d5b59985805c.tar.bz2
serverdata-48b3014f07e12f42c39120eaf8a5d5b59985805c.tar.xz
serverdata-48b3014f07e12f42c39120eaf8a5d5b59985805c.zip
Sketches and Drafts
Diffstat (limited to 'npc/003-2')
-rw-r--r--npc/003-2/lua.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index faf6e5c89..c2210bd7a 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -505,9 +505,6 @@ function luaCheckTask4 {
function luaAssignTask5 {
- mesc l("FIXME: This quest is not yet ready, blame Jesusalva ASAP");
- close;
-
inventoryplace MercBoxAA, 1;
mesn;
@@ -540,7 +537,7 @@ function luaAssignTask5 {
mesn;
mesq l("During night the professor also goes to the Magic Academy, using the hidden north port, on the building to left of the Magic Council...");
if (!is_night())
- mesc l("However, it's also possible they're there already.");
+ mesc l("However, it's also possible they're there already. Be careful for ambushes!");
next;
mesn;
@@ -552,6 +549,7 @@ function luaAssignTask5 {
next;
mesn;
mesq l("Now go! Lives are at stack!");
+ mesc l("NOTE: The Energy Ball explodes and Kills. Very. Well. Make them a priority!"), 1;
next;
getitem MercBoxAA, 1;
@@ -560,6 +558,9 @@ function luaAssignTask5 {
} // Your Report, the plan
function luaTask5 {
+ mesc l("FIXME: This quest is not yet ready, blame Jesusalva ASAP");
+ mes "";
+
msObjective(!LUA_ASKED_TO_SAVE_PROFESSOR, l("* Defeat the Assassin"));
return;
}