diff options
Diffstat (limited to 'npc/re/guild/invest_main.txt')
-rw-r--r-- | npc/re/guild/invest_main.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/re/guild/invest_main.txt b/npc/re/guild/invest_main.txt index a5a7b1e72..0a9e4105b 100644 --- a/npc/re/guild/invest_main.txt +++ b/npc/re/guild/invest_main.txt @@ -224,7 +224,7 @@ function script F_Invest_Abyss { // Script Core //============================================================ -prt_gld,1,1,0 script #fund_master 844,{ +prt_gld,1,1,0 script #fund_master CLEAR_NPC,{ end; OnInit: set .@invest_status, callfunc("F_Invest_Status"); @@ -386,7 +386,7 @@ OnReset: end; } -prt_gld,2,2,0 script Investment_total#fund00 844,{ +prt_gld,2,2,0 script Investment_total#fund00 CLEAR_NPC,{ callfunc "F_GM_NPC"; mes "Is this not working properly?"; next; @@ -462,7 +462,7 @@ OnTimer3600000: } } -prt_gld,164,98,3 script Revoting Manager#Invest1 421,{ +prt_gld,164,98,3 script Revoting Manager#Invest1 4_M_BOSSCAT,{ mes "[Revoting Manager]"; mes "We are not accepting additional votes."; mes "Please wait for our results announcement."; @@ -552,7 +552,7 @@ OnTimer60000: end; } -prt_gld,164,98,3 script Revoting Manager#Invest2 421,{ +prt_gld,164,98,3 script Revoting Manager#Invest2 4_M_BOSSCAT,{ set .@invest, $2011_agit_invest; if (.@invest < 11) { mes "[Revoting Manager]"; @@ -666,7 +666,7 @@ OnTimer20000: } /* -prtg_cas01,2,2,0 script Abrai 55,{ +prtg_cas01,2,2,0 script Abrai 1_M_JOBTESTER,{ mes "I should quit my steward job."; close; OnAgitInvest: @@ -1259,7 +1259,7 @@ L_Enter: // Item Investments //============================================================ -malangdo,218,126,4 script Cat Paw Merchants Notice 857,{ +malangdo,218,126,4 script Cat Paw Merchants Notice 4_BOARD3,{ mes "<< Cat Paw Merchants Notice >>"; mes "'^C379CEInvest Unused Items for Prizes!^000000'"; next; @@ -1325,7 +1325,7 @@ malangdo,218,126,4 script Cat Paw Merchants Notice 857,{ } } -malangdo,218,123,1 script Namis#invest 545,4,4,{ +malangdo,218,123,1 script Namis#invest 4_CAT_SAILOR2,4,4,{ if (checkweight(1201,1) == 0 || MaxWeight - Weight < 1000) { mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -1465,7 +1465,7 @@ OnTouch: // Investment Rewards //============================================================ -malangdo,215,119,4 script Thanks Ticket Machine 564,{ +malangdo,215,119,4 script Thanks Ticket Machine 2_VENDING_MACHINE1,{ if (MaxWeight - Weight < 4500 || checkweight(1201,1) == 0) { mes "- Currently you're carrying -"; mes "- too many items with you. -"; |