diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-08 13:56:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-09 12:09:44 +0300 |
commit | 5bcf34ce19d17c926001bab6331ce906f336c1ab (patch) | |
tree | 4bce365023acd29fb6f33332d4dd2322984531f2 /npc | |
parent | 297f8ce881c548627e92511f067a191e0ba368e1 (diff) | |
download | serverdata-5bcf34ce19d17c926001bab6331ce906f336c1ab.tar.gz serverdata-5bcf34ce19d17c926001bab6331ce906f336c1ab.tar.bz2 serverdata-5bcf34ce19d17c926001bab6331ce906f336c1ab.tar.xz serverdata-5bcf34ce19d17c926001bab6331ce906f336c1ab.zip |
Change basic skill level to 9 in initial scripts.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 2 | ||||
-rw-r--r-- | npc/001-2-21/julia.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 1a936d5f..cc76ecba 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -48,7 +48,7 @@ L_Menu: rif(.@q3 == 3 && .@q2 == 0, l("I heard rumors about some old hostilities between you and Gado. Are they true?")), L_Rumors, rif(.@q2 == 2 && countitemcolor("PoisonedDish", 1), l("Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen.")), L_Regret, rif(.@q2 == 2 && countitemcolor("PoisonedDish", 1), l("I have brought you a tasty present for your delicate mouth.")), L_PoisonJulia, - rif(getskilllv(1) != 3, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill, + rif(getskilllv(1) != 9, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill, lg("I made a mistake, I would like to change my language."), L_ChooseLang, l("Could you explain to me where I am?"), L_WhereIam, l("What happened to me?"), L_What, diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt index 6d9ea55e..c7613639 100644 --- a/npc/001-2-21/julia.txt +++ b/npc/001-2-21/julia.txt @@ -18,7 +18,7 @@ L_Menu: menu - rif(getskilllv(1) != 3, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill, + rif(getskilllv(1) != 9, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill, lg("I made a mistake, I would like to change my language."), L_ChooseLang, l("Could you explain to me where I am?"), L_WhereIam, l("What happened to me?"), L_What, |