From 21f014a3107210e699b4b7c359d3aef6659dc81d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 19 Apr 2020 16:26:04 -0300 Subject: Update Tamiloc scripts --- db/re/item_db.conf | 2 +- 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) -- cgit v1.2.3-60-g2f50