summaryrefslogtreecommitdiff
path: root/npc/003-1/jakod.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/jakod.txt')
-rw-r--r--npc/003-1/jakod.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt
index ccc8ba7b6..bc3d70333 100644
--- a/npc/003-1/jakod.txt
+++ b/npc/003-1/jakod.txt
@@ -7,12 +7,20 @@
// magic and is their tutor on the matters of the Mana Stone.
003-1,109,129,0 script Jakod NPC_PLAYER_TONORI,{
-
-
mesn;
if (BaseLevel < $MANA_BLVL) mesq l("Hello there. I am looking for strong people, but you are not strong enough.");
if (BaseLevel < $MANA_BLVL) close;
+ if ($EVENT$ == "Rebirth") {
+ mesc l("Are you looking for Rebirth? Limited time only!"), 1;
+ if (askyesno() == ASK_YES) {
+ doevent "Phoenix Rebirth::OnMain";
+ closeclientdialog;
+ end;
+ }
+ clear;
+ }
+
mes l("\"Ah, hello there, @@. You've grown quite skilled lately.", strcharinfo(0));
if (MAGIC_LVL) {
mes l("I also see you have a level @@ magic skill!\"", MAGIC_LVL);