diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:36:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:36:41 -0300 |
commit | a6060412b86657eb404d3e4e46578bca35103575 (patch) | |
tree | 4be884d03b76805824005b2f7595fac8cf803ca3 /npc/003-1 | |
parent | 1d8dc90e149e58d86cbdc66db6d2056330db6a93 (diff) | |
download | serverdata-a6060412b86657eb404d3e4e46578bca35103575.tar.gz serverdata-a6060412b86657eb404d3e4e46578bca35103575.tar.bz2 serverdata-a6060412b86657eb404d3e4e46578bca35103575.tar.xz serverdata-a6060412b86657eb404d3e4e46578bca35103575.zip |
Replace NV_FIRSTAID. It got off skill tree, all skills will be lost.
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/jakod.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index 6e03a2407..4066dda04 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -19,7 +19,7 @@ menu rif(!MAGIC_LVL, l("How do I get magic?")), L_HowTo, - rif(MAGIC_LVL >= 1 && !getskilllv(NV_FIRSTAID), l("Can you teach me a basic tier 1 magic skill?")), L_Tier1, + rif(MAGIC_LVL >= 1 && !getskilllv(AL_HEAL), l("Can you teach me a basic tier 1 magic skill?")), L_Tier1, //rif(MAGIC_LVL >= 2 && !getskilllv(EVOL_MASS_PROVOKE), //rif(MAGIC_LVL >= 3 && !getskilllv(AL_TELEPORT), l("Good bye."), -; @@ -57,7 +57,7 @@ L_Tier1: next; mesn; mesq l("Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free."); - skill(NV_FIRSTAID,1,0); + skill(AL_HEAL,1,0); close; OnInit: |