From f3b9ad8cf747089e600e2c15f34be2df03e22c43 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 23 Feb 2018 03:18:48 -0300 Subject: Allow female guards, and change guard Youn to Yuna (it was a little too machist) --- db/constants.conf | 1 + npc/003-1/lieutenantdausen.txt | 35 +---------------------------------- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/db/constants.conf b/db/constants.conf index 3ffa9553f..7403c80bb 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3945,6 +3945,7 @@ constants_db: { NPC_MOUBOO: 449 NPC_MONA: 450 NPC_GUARD1: 451 + NPC_GUARD2: 452 NPC_CHILD1: 148 NPC_CHILD2: 149 diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 945272462..2005aee9d 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -71,15 +71,6 @@ OnInit: } -function script CheckGuard { - .questCheck = .questCheck + 1; - l("Oh Welcome then."); - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("Oh! You found me well played !."); - narrator("You receive 5 exp."); - getexp 5,0; - close; -} 003-1,98,100,0 script Guard Philip NPC_GUARD1,{ legiontalk; if (getq(TulimsharQuest_WaterForGuard) == 1) @@ -178,10 +169,6 @@ OnInit: } 003-1,58,100,0 script Guard Popaul NPC_GUARD1,{ legiontalk; - if (getq(TulimsharQuest_WaterForGuard) == 1) - { - //CheckGuard(); // TODO: TBD - } end; OnTimer1000: @@ -216,7 +203,7 @@ OnInit: .distance = 1; end; } -003-2,41,37,0 script Guard Youn NPC_GUARD1,{ +003-2,41,37,0 script Guard Yuna NPC_GUARD2,{ legiontalk; end; OnInit: @@ -226,10 +213,6 @@ OnInit: } 003-1,54,52,0 script Guard Maxim NPC_GUARD1,{ legiontalk; - if (getq(TulimsharQuest_WaterForGuard) == 1) - { - //CheckGuard(); // TODO: TBD - } end; OnTimer1000: @@ -264,10 +247,6 @@ OnInit: } 003-1,50,36,0 script Guard Totor NPC_GUARD1,{ legiontalk; - if (getq(TulimsharQuest_WaterForGuard) == 1) - { - //CheckGuard(); // TODO: TBD - } end; OnTimer1000: @@ -292,10 +271,6 @@ OnInit: } 003-1,53,36,0 script Guard Roukin NPC_GUARD1,{ legiontalk; - if (getq(TulimsharQuest_WaterForGuard) == 1) - { - //CheckGuard(); // TODO: TBD - } end; OnTimer1000: @@ -335,10 +310,6 @@ OnInit: } 003-1,35,34,0 script Guard Falko NPC_GUARD1,{ legiontalk; - if (getq(TulimsharQuest_WaterForGuard) == 1) - { - //CheckGuard(); // TODO: TBD - } end; OnTimer1000: @@ -373,10 +344,6 @@ OnInit: } 003-1,102,80,0 script Guard Tetric NPC_GUARD1,{ legiontalk; - if (getq(TulimsharQuest_WaterForGuard) == 1) - { - //CheckGuard(); // FIXME and everywhere else: Missing Function - } end; OnTimer1000: -- cgit v1.2.3-70-g09d2