Jump to content

[WINDOWS]Quest Reload


Go to solution Solved by Originale,

Recommended Posts

  • Solution

addon

quest.bat

cd sharelocalefrancequest
@echo off

:: Delete object folder
echo Deleting object folder..
RD /S /Q object
:: Compiling quests
echo Compiling quests..
for /F %%i in (C:_Serv2014_MT2sharelocalefrancequestquest_list) do (
	C:_Serv2014_MT2sharelocalefrancequestquest.exe %%i
)
exit

quest.exe = qc

http://uploadhero.co/dl/5cfd034f

 

Edit

MEGA: https://mega.co.nz/#!JwIzQDSQ!LsyUBiseIY4JCDdnCQ5b_hdobQ8cK6ZQcP9TxzSEHMM

  • Love 1
Link to comment
Share on other sites

addon

quest.bat

cd sharelocalefrancequest
@echo off

:: Delete object folder
echo Deleting object folder..
RD /S /Q object
:: Compiling quests
echo Compiling quests..
for /F %%i in (C:_Serv2014_MT2sharelocalefrancequestquest_list) do (
	C:_Serv2014_MT2sharelocalefrancequestquest.exe %%i
)
exit

quest.exe = qc

http://uploadhero.co/dl/5cfd034f

 

Can you upload it on Mega.co.nz ?

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.