From 9d5efb9d1586b702bc3fb57fe888f51170c576aa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 3 Jun 2021 19:58:14 -0300 Subject: Alliance Officer is now a permanent NPC; But options are only for beta servers. --- npc/029-0/event.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index cd172418a..e2e671100 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -235,7 +235,9 @@ OnMinute02: 003-0-2,34,21,0 script Alliance Officer NPC_HALBERDBARBARIAN,{ mesn; - mesq l("Good %s, %s. The council is not in session right now.", (is_night() ? l("evening") : l("morning")), lg("peasant")); + mesq l("Good %s, %s. The council is not in session right now.", + (is_night() ? l("evening") : l("morning")), + (strcharinfo(0) == $MOST_HEROIC$ ? lg("hero") : lg("peasant"))); if (($BETASERVER || debug) && BaseLevel < 60 && !#BETA_REVIVE) goto L_PowerUp; close; @@ -337,8 +339,10 @@ L_PowerUp: OnInit: .distance=4; + /* if (!$BETASERVER && !debug) disablenpc .name$; + */ end; } -- cgit v1.2.3-60-g2f50