diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-12-21 20:12:45 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:22 +0100 |
commit | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (patch) | |
tree | 5412410e6c953b7abc42b7a6c21d28e78b3688ef /npc/quests/first_class/tu_archer.txt | |
parent | ef171a8ac1e063ca98cc6c8e9788a2ddcfa6fa35 (diff) | |
download | hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.gz hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.bz2 hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.xz hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.zip |
Replace -1,{ with FAKE_NPC,{
replace using Notepad++
Diffstat (limited to 'npc/quests/first_class/tu_archer.txt')
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt index 064f3fd9f..144bdfb2f 100644 --- a/npc/quests/first_class/tu_archer.txt +++ b/npc/quests/first_class/tu_archer.txt @@ -1403,7 +1403,7 @@ pay_arche,84,139,3 script Seisner 4_F_JOB_HUNTER,{ pay_arche,76,135,3 script #Target HIDDEN_NPC,{ end; } //== Acolyte =============================================== -- script ::Acolyte_Tu -1,{ +- script ::Acolyte_Tu FAKE_NPC,{ mes "[Acolyte]"; if(tu_archer01 == 14){ if (gettime(GETTIME_HOUR) >= 18 && gettime(GETTIME_HOUR) < 22) { |