madocter
Members-
Posts
265 -
Joined
-
Last visited
-
Days Won
3 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by madocter
-
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
-
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
-
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
- 30 replies
-
- lineage 2 c3 server
- oldschool
-
(and 2 more)
Tagged with:
-
LF Lf L2 Off Developer
madocter replied to klaountio94's question in Request Server Development Help [L2OFF]
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 ...- 13 replies
-
- l2 off developer
- off
-
(and 1 more)
Tagged with:
-
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
- 30 replies
-
- lineage 2 c3 server
- oldschool
-
(and 2 more)
Tagged with:
-
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
-
Discussion Multi Region Project ?
madocter replied to madocter's topic in Server Development Discussion [L2OFF]
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 .... -
Discussion Multi Region Project ?
madocter replied to madocter's topic in Server Development Discussion [L2OFF]
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 -
Discussion Multi Region Project ?
madocter replied to madocter's topic in Server Development Discussion [L2OFF]
Can be... but any clues about how to do it ? -
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
-
Discussion Looking For Servers
madocter replied to darkcore9021's topic in General Discussion [English]
i am , my skype: madocter -
Discussion Looking For Servers
madocter replied to darkcore9021's topic in General Discussion [English]
http://www.lineage2-classic.net/ -
Guide 7sings SETUP
madocter replied to TouchOfFlames's topic in Server Development Discussion [L2OFF]
it is bad -
Tool Mmorpg Updater / Launcher By Gaara
madocter replied to gaara's topic in Server Shares & Files [L2J]
@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 -
Tool Mmorpg Updater / Launcher By Gaara
madocter replied to gaara's topic in Server Shares & Files [L2J]
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 -
Help Paypal Donation Script Help!
madocter replied to aesthus's question in Request Server Development Help [L2OFF]
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. -
Im glad that you enjoy my project !
- 30 replies
-
- lineage 2 c3 server
- oldschool
-
(and 2 more)
Tagged with:
-
Guide How To Change The Rates.
madocter replied to Phantasmo's topic in Server Shares & Files [L2OFF]
Thanks very much XEL were i can find that tool ? only trash and broken links found at google -
Guide How To Change The Rates.
madocter replied to Phantasmo's topic in Server Shares & Files [L2OFF]
any tool to decrease rates ? -
I think some people judge the book by the tittle anyway good luck to you too :) Our chineese afiliated !
- 30 replies
-
- lineage 2 c3 server
- oldschool
-
(and 2 more)
Tagged with:
-
Fixed
- 30 replies
-
- lineage 2 c3 server
- oldschool
-
(and 2 more)
Tagged with:
-
The only one c3 based in c4 downgraded :) Herlitz Thanks come here to play when you want !! # Server is online finally !!
- 30 replies
-
- lineage 2 c3 server
- oldschool
-
(and 2 more)
Tagged with:
-
Is protected against 3º party programs. dont worry . Stacy DollThanks :) you welcome
- 30 replies
-
- lineage 2 c3 server
- oldschool
-
(and 2 more)
Tagged with:
-
Yes the design is very oldschool. Thanks :) opening in 2 days !
- 30 replies
-
- lineage 2 c3 server
- oldschool
-
(and 2 more)
Tagged with:

