diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-07 03:17:02 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-07 03:17:02 -0200 |
commit | cc6a5253cd97ec0c25b40634e8c91d1c509a0446 (patch) | |
tree | f0456dba6975a623ec8bd29d0ce56405b955ea16 /npc/002-2 | |
parent | 95c3832b02b027a8be296f618ff3585a288389ad (diff) | |
download | serverdata-cc6a5253cd97ec0c25b40634e8c91d1c509a0446.tar.gz serverdata-cc6a5253cd97ec0c25b40634e8c91d1c509a0446.tar.bz2 serverdata-cc6a5253cd97ec0c25b40634e8c91d1c509a0446.tar.xz serverdata-cc6a5253cd97ec0c25b40634e8c91d1c509a0446.zip |
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.
Diffstat (limited to 'npc/002-2')
-rw-r--r-- | npc/002-2/ratto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-2/ratto.txt b/npc/002-2/ratto.txt index 39827420a..32499f437 100644 --- a/npc/002-2/ratto.txt +++ b/npc/002-2/ratto.txt @@ -17,7 +17,7 @@ // [8] = Shows how many seconds passed since ratto number 4 died. // [9] = Shows how many seconds passed since the player started the quest. -000-2,47,30,0 script RattosControl NPC_HIDDEN,{ +002-2,47,30,0 script RattosControl NPC_HIDDEN,{ OnSpawn: areamonster "002-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death"; |