Jump to content

madocter

Members
  • Posts

    265
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by madocter

  1. Hello many of us have a L2 project with custom rates , currently we count with tools to increase exp , drop , quest reward ,but not for quest item drop rate itself this means more than the 60% of quest are unusefull for players because in fact the chance to get quest item is X1 but rest of rates can be increased so player will get level and items by farming before he could end quest So im creating a tool that parshe AI and increase quest item drop chance . Features: Can change drop rates of all quest or specified ones. You can see a list with current quest and their drop items rates. Edit when you want any drop item chance or reset to its original state
  2. Seems to be simple but implement new mask from higher chronicles isn't an easy task. we are the first ones to implement it on c4 client to who have interest to adquire: skype: madocter - teoma4y icq & email : madocter@live.com
  3. After being online for almost 1 year server will reopen day : 25 / 07 / 2015 For gather a large amount of people at same time We count with you
  4. aleksei vasiliev , mcbigmac , smelij , miroslav golthman , silentzor . and other hispanic guy but its a pork you dont want talk to a pork called gronkas here and evas disciple outside here People i know can extend l2off all of them busy people ... :) # To know edit l2off needs have at least university grade or similar to know object oriented programming language and nertworking knowledge plus spend many time to analyse server procedures protocols objects functions opcodes ...
  5. We did some improvements on server: change log: http://lineage2-classic.net/forum/index.php?showtopic=1957 Balance: http://lineage2-classic.net/forum/index.php?showtopic=2002&do=findComment&comment=9547 About what slitz says: http://lineage2-classic.net/forum/index.php?showtopic=1998
  6. This prevent a little Sync flood ... // @echo off SetLocal EnableDelayedExpansion echo Activate anti Sync Flood parameter... pause >nul reg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v SynAttackProtect /t REG_DWORD /d 1 echo Increasing 'backlog queue' ... pause >nul reg add HKLM\System\CurrentControlSet\Services\AFD\Parameters /v EnableDynamicBacklog /t REG_DWORD /d 1 reg add HKLM\System\CurrentControlSet\Services\AFD\Parameters /v MinimumDynamicBacklog /t REG_DWORD /d 20 reg add HKLM\System\CurrentControlSet\Services\AFD\Parameters /v MaximumDynamicBacklog /t REG_DWORD /d 20000 reg add HKLM\System\CurrentControlSet\Services\AFD\Parameters /v DynamicBacklogGrowthDelta /t REG_DWORD /d 10 echo Decreasing standby connection time 'Half Open' ... pause >nul reg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v TcpMaxConnectResponseRetransmissions /t REG_DWORD /d 2 echo Reboot windows to take effect pause >nul
  7. Thanks Outlaw™ , XEL , and tutankamon !! Pity that im forced to use Hauth. I can share you 010000 auth that have multiprotocol function so people can connect using from c0 to c6 and ++ at same time , have server proxy , virtual server ....
  8. Can giveme more details about procedure ? i have hauthd Xel can be used for antiddos but im more interested to reduce lag like WTFast , pingzapper , Battleping. I have many users from asia
  9. Can be... but any clues about how to do it ?
  10. Hello , sometime ago i saw L2 project that offer you 2 servers ingame depend of your location 1) Europe 2) USA So you choice the server that is more near to you. but once you log ingame players meet each others . Someone have any clue about how to do that ? Regards
  11. i am , my skype: madocter
  12. http://www.lineage2-classic.net/
  13. @ECHO OFF REM QBFC Project Options Begin REM HasVersionInfo: No REM Companyname: Lineage 2 Classic REM Productname: Updater REM Filedescription: REM Copyrights: REM Trademarks: REM Originalname: REM Comments: REM Productversion: 0. 0. 0. 0 REM Fileversion: 0. 0. 0. 0 REM Internalname: REM Appicon: ..\..\Documents and Settings\danh\Desktop\Updater\skn_tool\skn_c4\updater.ico REM AdministratorManifest: Yes REM Embeddedfile: wget.exe REM Embeddedfile: UnRAR.exe REM QBFC Project Options End ECHO ON @ECHO OFF :PROCEED REM Check Windows Version ver | findstr /i "5\.0\." > nul if %ERRORLEVEL% EQU 0 goto ver_oke ver | findstr /i "5\.1\." > nul if %ERRORLEVEL% EQU 0 goto ver_oke ver | findstr /i "5\.2\." > nul if %ERRORLEVEL% EQU 0 goto ver_oke ver | findstr /i "6\.0\." > nul if %ERRORLEVEL% EQU 0 goto ver_oke ver | findstr /i "6\.1\." > nul if %ERRORLEVEL% EQU 0 goto ver_oke ver | findstr /i "6\.2\." > nul if %ERRORLEVEL% EQU 0 goto ver_Win8 ver | findstr /i "6\.3\." > nul if %ERRORLEVEL% EQU 0 goto ver_Win8 ver | findstr /i "6\.4\." > nul if %ERRORLEVEL% EQU 0 goto ver_Win8 ver | findstr /i "6\.5\." > nul if %ERRORLEVEL% EQU 0 goto ver_Win8 ver | findstr /i "6\.6\." > nul if %ERRORLEVEL% EQU 0 goto ver_Win8 ver | findstr /i "6\.7\." > nul if %ERRORLEVEL% EQU 0 goto ver_Win8 :ver_oke echo windows version ok goto UPDATER :ver_Win8 echo You have windows 8 + seems like you can't enjoy IRC mod ingame. echo Cleaning irc mod... cd system del mod.ini del l2ui.dll ren irc_yes irc_no cd.. :UPDATER :MAIN_MENU COLOR 0A cls echo. echo. Lineage 2 Classic updater: echo. echo. //////////////////////////////////////////////////////////////// echo. // // echo. // 1 - FULL UPDATE // echo. // // echo. // 2 - QUICK UPDATE // echo. // // echo. // 3 - LAUNCH GAME // echo. // // echo. //////////////////////////////////////////////////////////////// echo. SET ANSWER= SET /P ANSWER= Select [1] [2] [3], and press [ENTER]: IF %ANSWER%.==. GOTO ADITIONALZ IF %ANSWER%==1 GOTO UPDATE IF %ANSWER%==2 GOTO QUICK IF %ANSWER%==3 GOTO RUN :UPDATE wget.exe http://lineage2-classic.net/ *^Patch to structured rar file UnRAR.exe x -o+ update.rar del update.rar GOTO PROCEED :QUICK wget.exe http://lineage2-classic.net/ * Patch to rar that includes quick update UnRAR.exe x -o+ quick.rar del quick.rar GOTO PROCEED :RUN CD system START l2.exe Get wget.exe and unrar.exe also Quick batch file compiler so you can make final exe file with desired icon and other interesting option like "request" admin rights
  14. sadly do not work well on win 8 - 7 I like your compact version but problem is the armor of the dark efl. its the nightmare ? Also other problem is the "icon" my project must use classic icon from c1-c6 branch. Also there is other option that allows you to make your own updater with desired skin: http://www.4shared.com/rar/DsrxDvqv/updater.html
  15. I think i downloaded that mcbigmac works but was a little mess i didn't manage to install or test it I will search on my computer. contactme skype: madocter Also dragoneye is good option.
  16. Im glad that you enjoy my project !
  17. Thanks very much XEL were i can find that tool ? only trash and broken links found at google
  18. any tool to decrease rates ?
  19. I think some people judge the book by the tittle anyway good luck to you too :) Our chineese afiliated !
  20. I pursache his services . he did hardwork to me . recommended ! without him my project may were not posible
  21. The only one c3 based in c4 downgraded :) Herlitz Thanks come here to play when you want !! # Server is online finally !!
  22. Is protected against 3º party programs. dont worry . Stacy DollThanks :) you welcome
  23. Yes the design is very oldschool. Thanks :) opening in 2 days !
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..