From cc6a5253cd97ec0c25b40634e8c91d1c509a0446 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 7 Feb 2018 03:17:02 -0200 Subject: Silence all errors but script_rid2sd one. Game runs normally, but was not tested. This commit must be reverted as at least these errors are fixed: + Missing maps at npc/003-1/_warps.txt + Missing CheckEnfant() function at lieutenentdausen Millions of warnings remains. --- npc/003-1/lieutenantdausen.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'npc/003-1/lieutenantdausen.txt') diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 0c9d739d7..30b4cfdb0 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -83,7 +83,7 @@ function script CheckGuard { 003-1,98,100,0 script Guard Philip 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); // FIXME and everywhere else: Missing Function } end; OnInit: @@ -94,7 +94,7 @@ OnInit: 003-1,98,121,0 script Guard Defou 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -105,7 +105,7 @@ OnInit: 003-1,102,121,0 script Guard Avou 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -116,7 +116,7 @@ OnInit: 003-1,58,158,0 script Guard Benji 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -127,7 +127,7 @@ OnInit: 003-1,62,158,0 script Guard Valou 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -138,7 +138,7 @@ OnInit: 003-1,71,138,0 script Guard Nutelo 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -149,7 +149,7 @@ OnInit: 003-1,58,128,0 script Guard Moustacha 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -160,7 +160,7 @@ OnInit: 003-1,58,100,0 script Guard Popaul 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -171,7 +171,7 @@ OnInit: 003-1,51,73,0 script Guard Yen 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -182,7 +182,7 @@ OnInit: 003-2,41,37,0 script Guard Youn 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -193,7 +193,7 @@ OnInit: 003-1,54,52,0 script Guard Maxim 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -204,7 +204,7 @@ OnInit: 003-1,50,36,0 script Guard Totor 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -215,7 +215,7 @@ OnInit: 003-1,53,36,0 script Guard Roukin 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -226,7 +226,7 @@ OnInit: 003-1,35,34,0 script Guard Falko 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -237,7 +237,7 @@ OnInit: 003-3,39,37,0 script Guard Malindax 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -248,7 +248,7 @@ OnInit: 003-1,111,101,0 script Guard Fromag 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -259,7 +259,7 @@ OnInit: 003-1,102,80,0 script Guard Tetric 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: @@ -270,7 +270,7 @@ OnInit: 003-1,107,80,0 script Guard Biscop 451,{ if (getq(CandorQuest_HAS) == 1) { - CheckEnfant(); + //CheckEnfant(); } end; OnInit: -- cgit v1.2.3-70-g09d2