diff options
author | Haru <haru@dotalux.com> | 2015-12-29 02:16:49 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:23 +0100 |
commit | b4c99db7d5a500770383e24ef2fd1f956b19da74 (patch) | |
tree | afb1e9ad57cb48d4bb826183d630e99e840f9f8f /npc/quests/seals/god_weapon_creation.txt | |
parent | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (diff) | |
download | hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.gz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.bz2 hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.xz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.zip |
Replaced leftover -1 view IDs with FAKE_NPC
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/seals/god_weapon_creation.txt')
-rw-r--r-- | npc/quests/seals/god_weapon_creation.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/seals/god_weapon_creation.txt b/npc/quests/seals/god_weapon_creation.txt index 488c7a8c7..70bb2c881 100644 --- a/npc/quests/seals/god_weapon_creation.txt +++ b/npc/quests/seals/god_weapon_creation.txt @@ -828,7 +828,7 @@ OnDisable: end; } -que_god01,154,67,0 script god_failwarp#1 -1,4,7,{ +que_god01,154,67,0 script god_failwarp#1 FAKE_NPC,4,7,{ OnInit: disablenpc strnpcinfo(0); end; @@ -836,11 +836,11 @@ OnTouch: warp "prontera",156,324; end; } -que_god01,154,82,0 duplicate(god_failwarp#1) god_failwarp#2 -1,4,7 -que_god01,145,99,0 duplicate(god_failwarp#1) god_failwarp#3 -1,9,9 -que_god01,164,99,0 duplicate(god_failwarp#1) god_failwarp#4 -1,9,9 -que_god01,145,118,0 duplicate(god_failwarp#1) god_failwarp#5 -1,9,9 -que_god01,164,118,0 duplicate(god_failwarp#1) god_failwarp#6 -1,9,9 +que_god01,154,82,0 duplicate(god_failwarp#1) god_failwarp#2 FAKE_NPC,4,7 +que_god01,145,99,0 duplicate(god_failwarp#1) god_failwarp#3 FAKE_NPC,9,9 +que_god01,164,99,0 duplicate(god_failwarp#1) god_failwarp#4 FAKE_NPC,9,9 +que_god01,145,118,0 duplicate(god_failwarp#1) god_failwarp#5 FAKE_NPC,9,9 +que_god01,164,118,0 duplicate(god_failwarp#1) god_failwarp#6 FAKE_NPC,9,9 // Original name: "Godly Item Quests Related#god" que_god01,293,3,0 script Godly Item Quests#god 4_F_01,{ |