diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:30:53 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:30:53 +0000 |
commit | 5195432edc23040407c7ae84061e9db0c2cbebf1 (patch) | |
tree | 91a042a0d2a9735e2907bb4daec4c3b0dd368721 /db/re/skill_tree.conf | |
parent | 3db95edc1d79e290c3d18ec6f2f6af9b42b89396 (diff) | |
download | serverdata-5195432edc23040407c7ae84061e9db0c2cbebf1.tar.gz serverdata-5195432edc23040407c7ae84061e9db0c2cbebf1.tar.bz2 serverdata-5195432edc23040407c7ae84061e9db0c2cbebf1.tar.xz serverdata-5195432edc23040407c7ae84061e9db0c2cbebf1.zip |
* Lena's quest
* Add Inn to towns
* Add Merchant Guild to towns
* Add Soul Menhir to Towns
* Add Barbers to towns
* Add General Store to towns
* Some work for blacksmith & tailoring
* Kadiya's placeholder (no quest for r1, sorry D:)
* Anwar Quest
* Joaquim Quest
* Updates on Artis Blacksmith and Julia's intro
* some work on fishing spots
* Bosses and Master Skill Book ("about" one per region)
* Asphodel Moors population (no quests and incomplete)
Diffstat (limited to 'db/re/skill_tree.conf')
-rw-r--r-- | db/re/skill_tree.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 8f26f66c..3ccf91ff 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -25,7 +25,7 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so */ //==================================================== -Viro: { +Talpan: { skills: { EVOL_CRAFTING: 0 SM_SWORD: 0 @@ -557,10 +557,10 @@ MountainUkar: { inherit: ( "CaveUkar" ); } -ArgaesViro: { - inherit: ( "Viro" ); +ArgaesTalpan: { + inherit: ( "Talpan" ); } -TonoriViro: { - inherit: ( "Viro" ); +TonoriTalpan: { + inherit: ( "Talpan" ); } |