diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:08:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:08:35 -0300 |
commit | 654d54d42079e21ac0541cb1e5f28c08cc935d5d (patch) | |
tree | ced30475ba31099de02627b57fb264958193d70d /npc/000-0 | |
parent | 3cb4b0171536a04e177d823213a1aff51ab56f8d (diff) | |
parent | 4e242e64460a5548b77d512f317a8cd66967a95f (diff) | |
download | serverdata-kfahr.tar.gz serverdata-kfahr.tar.bz2 serverdata-kfahr.tar.xz serverdata-kfahr.zip |
Merge branch 'master' into kfahrkfahr
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 76870170..1e2fe739 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -34,7 +34,7 @@ OnTouch: next; setcamnpc "Sailors", 0, -32; - mesn "Human Voice"; + mesn "Viro Voice"; mesq lg("I think he's from the East..."); next; @@ -53,6 +53,20 @@ OnTouch: asklanguage(LANG_ON_SEA); + // TODO: This is gumi's code, I have no idea if it works or not + // Besides, is it lv 90, 95, 99, 100, or...? + // I believe Micksha said level 90 was plenty, but. + /*** FIXME *** + if ((LEGACY[1] & 0x7FFFFF00) >> 8) > 90) + REBIRTH=1; + *** FIXME ***/ + + // Players coming from TMW Legacy didn't got a chance to do this yet. + // So allow them now. + if (LEGACY) { + BarberChangeRace(); + } + setcamnpc; mes ""; mesn; |