diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 23:35:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 23:35:49 -0300 |
commit | 628847438fe1ecbb68163acb9c629886131b5013 (patch) | |
tree | 65c26ad8c2b26a336361afaf94c2a2f2cbdf729e /npc/011-1/manastone.txt | |
parent | 9452a1bdd59065068cb9491ad1563c2cc2c854c3 (diff) | |
download | serverdata-628847438fe1ecbb68163acb9c629886131b5013.tar.gz serverdata-628847438fe1ecbb68163acb9c629886131b5013.tar.bz2 serverdata-628847438fe1ecbb68163acb9c629886131b5013.tar.xz serverdata-628847438fe1ecbb68163acb9c629886131b5013.zip |
Maintenance to mana stone
Diffstat (limited to 'npc/011-1/manastone.txt')
-rw-r--r-- | npc/011-1/manastone.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index 0137e342a..711cf44b5 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -34,9 +34,9 @@ L_NotWorthy: L_Level: if (MAGIC_LVL == 0 && readparam(bInt) >= 30 && BaseLevel >= 40 && JobLevel >= 10 && readparam(Sp) == readparam(MaxSp)) goto L_LevelUp; + if (MAGIC_LVL == 1 && readparam(bInt) >= 60 && BaseLevel >= 60 && JobLevel >= 30 && readparam(Sp) == readparam(MaxSp)) goto L_LevelUp; // Everything below this line is garbage - if (MAGIC_LVL == 1 && readparam(bInt) >= 60 && BaseLevel >= 60 && JobLevel >= 30 && readparam(Sp) == readparam(MaxSp)) goto L_LevelUp; if (MAGIC_LVL == 2 && readparam(bInt) >= 90 && BaseLevel >= 80 && JobLevel >= 50 && readparam(Sp) == readparam(MaxSp)) goto L_LevelUp; if (MAGIC_LVL == 3 && readparam(bInt) >= 120 && BaseLevel >= 100 && JobLevel >= 70 && readparam(Sp) == readparam(MaxSp)) goto L_LevelUp; if (MAGIC_LVL == 4 && readparam(bInt) >= 150 && BaseLevel >= 120 && JobLevel >= 90 && readparam(Sp) == readparam(MaxSp)) goto L_LevelUp; @@ -51,6 +51,8 @@ L_NotWorthy2: if (is_gm()) close; percentheal -20, -50; npctalk3 l("You are not worthy!"); + if (MAGIC_LVL == 0) + dispbottom l("I should train my intelligence, have full MP, and don't neglect even Job Level."); end; L_LevelUp: |