diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-18 22:16:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-18 22:16:25 -0300 |
commit | d0d1b054428ca2aadae75a537166e79287ea9f0b (patch) | |
tree | c128d3fa4810e5500c746f89b9c64d26b308551b | |
parent | de84cb40b66205962f7f452c666a01e422c83229 (diff) | |
download | serverdata-d0d1b054428ca2aadae75a537166e79287ea9f0b.tar.gz serverdata-d0d1b054428ca2aadae75a537166e79287ea9f0b.tar.bz2 serverdata-d0d1b054428ca2aadae75a537166e79287ea9f0b.tar.xz serverdata-d0d1b054428ca2aadae75a537166e79287ea9f0b.zip |
Raijin - OK
-rw-r--r-- | db/job_db2.txt | 6 | ||||
-rw-r--r-- | npc/025-2/phoenix.txt | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/db/job_db2.txt b/db/job_db2.txt index c1f17cc9a..b14aa9490 100644 --- a/db/job_db2.txt +++ b/db/job_db2.txt @@ -24,8 +24,8 @@ 3,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0 // Orc (max level = 100) 4,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0 -// Raijin (max level = 20) -5,0,6,5,0,2,3,0,1,4,0,0,6,5,0,2,3,0,1,4,0 +// Raijin (max level = 100) +5,0,6,5,0,2,6,0,1,2,0,0,6,5,0,2,3,0,1,2,0,0,6,5,0,2,6,0,1,2,0,0,6,5,0,2,3,0,1,2,0,0,6,5,0,2,6,0,1,2,0,0,6,5,0,2,3,0,1,2,0,0,6,5,0,2,6,0,1,2,0,0,6,5,0,2,3,0,1,2,0,0,6,5,0,2,6,0,1,2,0,0,6,5,0,2,3,0,1,2,0 // Tritan (max level = 20) 6,0,6,5,0,2,3,0,1,4,0,0,6,5,0,2,3,0,1,4,0 // Ukar (max level = 20) @@ -37,4 +37,6 @@ // Human: ,0,6,5,0,2,3,0,1,4,0,0,6,5,0,2,3,0,1,4,0 // Elf: ,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0 // Orc: ,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0 +// Raijin: ,0,6,5,0,2,6,0,1,2,0,0,6,5,0,2,3,0,1,2,0 + diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 1af427391..c1242971c 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -101,15 +101,25 @@ next; if (askyesno() != ASK_YES) close; + + mes ""; mes ".:: "+l("Human")+" ::."; mesc l("The most widespread race in the continent, highly versatile, perfect all-rounders."); mesc l("Strength: NONE"), 2; mesc l("Weakness: NONE"), 1; + mes ""; mes ".:: "+l("Elven")+" ::."; mesc l("Less common. They are highly intelligent, and have higher magical affinity, and live longer, but lacks creativity."); mesc l("Strength: INT++, DEX+"), 2; mesc l("Weakness: STR--, LUK-"), 1; + + mes ""; + mes ".:: "+l("Raijin")+" ::."; + mesc l("Disguise as humans. Make better soldiers, but terrible mages."); + mesc l("Strength: AGI++, LUK+"), 2; + mesc l("Weakness: INT--, VIT-"), 1; + if (REBIRTH > 1) { mes ""; mes ".:: "+l("Orc")+" ::."; @@ -121,6 +131,7 @@ menuint l("Human"), 0, l("Elven"), 3, + l("Raijin"), 5, rif(REBIRTH > 1, l("Orc")), 4; jobchange max(0, @menuret); |