From 5b64717c2dad51140f72999cfc0a5e99656ed32c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Mar 2018 21:53:46 -0300 Subject: Special label for when you're magicless --- npc/003-0-1/colin.txt | 13 +++++++++++++ npc/003-0-1/luca.txt | 14 ++++++++++++++ npc/003-1/jakod.txt | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 143fb9c89..d50a022de 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -10,6 +10,19 @@ mesn; mesq l("I am the Wizard Mages master."); + if (!MAGIC_LVL) goto L_NoMagic; + close; + +L_NoMagic: + next; + mesn; + mesq l("Your lack of magical power is critical. I dare say, you might never in your life get access to a Mana Stone."); + next; + mesn; + mesq l("Besides the Magic Council, Andrei Sakar have his own Mana Stone, but I doubt he would train the likes of you, or share his Mana Stone."); + next; + mesn; + mesq l("Perhaps, in the city, someone knows rumors about Mana Stones and can teach you. Other than that, you're on your own."); close; OnInit: diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt index ebd57a6a2..db58dbc92 100644 --- a/npc/003-0-1/luca.txt +++ b/npc/003-0-1/luca.txt @@ -10,6 +10,8 @@ mesn; mesq l("I am the Magic Warriors master."); + if (!MAGIC_LVL) goto L_NoMagic; + if (getskilllv(SM_BASH) >= 1) mesq l("Are you using my skill?"); if (getskilllv(SM_BASH) >= 1) close; if (!MAGIC_LVL && !is_staff()) close; @@ -22,6 +24,18 @@ close; +L_NoMagic: + next; + mesn; + mesq l("Your lack of magical power is critical. I dare say, you might never in your life get access to a Mana Stone."); + next; + mesn; + mesq l("Besides the Magic Council, Andrei Sakar have his own Mana Stone, but I doubt he would train the likes of you, or share his Mana Stone."); + next; + mesn; + mesq l("Perhaps, in the city, someone knows rumors about Mana Stones and can teach you. Other than that, you're on your own."); + close; + OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index c4668429e..d032f6585 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -26,7 +26,7 @@ L_HowTo: mes ""; mesn; - mesq l("Well, the first thing would be to get access to a Mana Stone."); + mesq l("Well, the first thing would be to get access to a Mana Stone. Halinarzo had the biggest mana stone mines, but it's now depleted."); next; mesn; mes l("\"That's the only hard part. Have at least level 40, do not neglect Intelligence nor Job level..."); -- cgit v1.2.3-60-g2f50