@echo off rem |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-| rem |-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 9999 Limit Breaking Patch -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=| rem |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= by dziugo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-| rem |-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= u_kasz@wp.pl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=| rem |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-| rem ==================================================================================================== rem ================================== Configure these if you need to ================================== rem ==================================================================================================== rem ======================================= Maximum amount of HP ======================================= set amount_maxhp=30000 rem ==================================================================================================== rem ======================================= Maximum amount of MP ======================================= set amount_maxmp=30000 rem ==================================================================================================== rem ============================= Maximum HPDamage that a character can do ============================= set amount_chardmghp=30000 rem ==================================================================================================== rem ============================= Maximum MPDamage that a character can do ============================= set amount_chardmgmp=30000 rem ==================================================================================================== rem ========================== Maximum HPDamage that a monster can do to char ========================== set amount_monsterdmghp=30000 rem ==================================================================================================== rem ========================== Maximum MPDamage that a monster can do to char ========================== set amount_monsterdmgmp=30000 rem ==================================================================================================== rem =================== Maximum amount of HP restored by Full-HP-Restore items/magic =================== set amount_restorehp=30000 rem ==================================================================================================== rem ====================== Maximum amount of MP restored by Full-MP-Restore items ====================== set amount_restoremp=30000 rem ==================================================================================================== rem ==================================================================================================== rem ================= Don't touch anything below if you don't know what you're doing!! ================ rem ==================================================================================================== echo %1 -patch %2 -in %3 -out %4 -fulldebug 1 -nopause -maxhp %amount_maxhp% -maxmp %amount_maxmp% -chardmghp %amount_chardmghp% -chardmgmp %amount_chardmgmp% -monsterdmghp %amount_monsterdmghp% -monsterdmgmp %amount_monsterdmgmp% -restorehp %amount_restorehp% -restoremp %amount_restoremp%