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/re/woe-fe | |
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/re/woe-fe')
-rw-r--r-- | npc/re/woe-fe/invest_main.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/woe-fe/invest_main.txt b/npc/re/woe-fe/invest_main.txt index ed02b7d9a..534c3ddef 100644 --- a/npc/re/woe-fe/invest_main.txt +++ b/npc/re/woe-fe/invest_main.txt @@ -74,7 +74,7 @@ //== Investment Functions & Controller ===================== // Note: The times in this section are almost entirely custom. -- script #invest_timer -1,{ +- script #invest_timer FAKE_NPC,{ OnClock0000: // Open investments on Wed (1 hour after WoE) if (gettime(GETTIME_WEEKDAY) == WEDNESDAY && !agitcheck()) { $2011_agit_invest = 1; @@ -705,7 +705,7 @@ OnAgitInvest: */ //== Realms - Merchant Guilds, Gate Managers, Status Boards = -- script Cat Paw Merchant Guild -1,{ +- script Cat Paw Merchant Guild FAKE_NPC,{ if (compare(strnpcinfo(4),"alde")) { .@npc$ = "alde"; @@ -947,7 +947,7 @@ OnAgitInvest: } } -- script Gate Manager#realm -1,{ +- script Gate Manager#realm FAKE_NPC,{ if (compare(strnpcinfo(4),"alde")) { .@npc$ = "alde"; @@ -1028,7 +1028,7 @@ OnAgitInvest: end; } -- script Investment Status Board -1,{ +- script Investment Status Board FAKE_NPC,{ .@invest_status = callfunc("F_Invest_Status"); if (.@invest_status == 1) { if (compare(strnpcinfo(4),"alde")) { @@ -1096,7 +1096,7 @@ OnAgitInvest: } //== Inside Castles - Gate Managers ======================== -- script Gate Manager#castle -1,{ +- script Gate Manager#castle FAKE_NPC,{ .@id = atoi(charat(strnpcinfo(2),getstrlen(strnpcinfo(2))-1)); if (compare(strnpcinfo(2),"alde")) { |