diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-19 16:26:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-19 16:26:04 -0300 |
commit | 21f014a3107210e699b4b7c359d3aef6659dc81d (patch) | |
tree | c9dd4e1f385d65513e14562dcb7afac16bcb3d84 | |
parent | 52e634195f52d40e5716fb312c017665cb08cc50 (diff) | |
download | serverdata-21f014a3107210e699b4b7c359d3aef6659dc81d.tar.gz serverdata-21f014a3107210e699b4b7c359d3aef6659dc81d.tar.bz2 serverdata-21f014a3107210e699b4b7c359d3aef6659dc81d.tar.xz serverdata-21f014a3107210e699b4b7c359d3aef6659dc81d.zip |
Update Tamiloc scripts
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/003-6/tamiloc.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e38f50d25..8d2254d07 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12134,7 +12134,7 @@ item_db: ( bonus bAgi, -(BaseLevel/10); bonus bDex, -(BaseLevel/10); bonus bDef, -(BaseLevel*8/10); - bonus bCritical, BaseLevel/5; + bonus bCritical, BaseLevel/6; bonus2 bHPLossRate,1,1000; bonus bMdefRate, -60; bonus bMdef2Rate, -60; diff --git a/npc/003-6/tamiloc.txt b/npc/003-6/tamiloc.txt index 7baf286ac..b3924fbc2 100644 --- a/npc/003-6/tamiloc.txt +++ b/npc/003-6/tamiloc.txt @@ -14,7 +14,7 @@ mes l("Race") + ": " + $@allraces$[Class]; next; mes l("Please select the desired race."); - switch (select("Human:MedHuman:DarHuman:Elf:Orc:Raijin:Tritan:Ukar:Redy")) + switch (select("Human:MedHuman:DarHuman:Elf:Orc:Raijin:Tritan:Ukar:Redy:Savior")) { default: jobchange max(0, @menu-1); @@ -32,7 +32,7 @@ l("What is my current hairstyle and hair color?"), l("I'd like to get a different style."), l("Can you do something with my color?"), - rif(is_staff(), l("I am a GM, and I want to change my Race!")), + rif(is_gm() || REBIRTH >= 5, l("I want to change my Race!")), l("I'm fine for now, thank you."); switch (@menu) |