
katia666
Members-
Posts
38 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by katia666
-
Hey guys, I'm setting up a L2OFF Classic server. The physical server is in the United States. Here I have the AuthdClassic and L2Server. IP 77.77.77.77 And I have two additional private servers that I want to use as proxies for people in Europe and South America. Europe IP 88.88.88.88 Brazil: 99.99.99.99 My idea is to have only one server, but that when logging in, those from North America can log in to the US server. Those from Europe can log in to the EUR server. And those from South America can log in to the BR server. But at the same time, everyone can be seen in-game... I know this is done with a proxy, but I don't know how. In my AuthMod.ini file I have this configured... now... what should I do on the EU and BR servers? [Setting] Enabled=1 ServerListSize=3 ;Time in seconds for checking proxies status - 0 means disabled, they'll remain as online ProxyCheckInterval=10 ;Timeout in seconds during Port Check ProxyCheckTimeout=15 [Server_1] Name=EU1 ;Proxy or real ip that will redirect packets to L2Server (player<>l2server connection) ServerIp=127.0.0.1 ;ServerIp=77.77.77.77 ;Proxy or real server port ServerPort=7777 ;Server id used in ServerList packet - id of the server from servername-e.dat ServerId=1 ;Real server id - the one specified in l2server.ini RealServerId=1 ;PvP server flag PvPServer=1 ;Test server flag TestServer=0 ;Show clock in server status ShowClock=0 ;Age limit AgeLimit=0 ;Show brackets [] before server name ShowBrackets=0 ;Server Type 1: Normal, 2: Classic ServerType=2 ;Fake Online Status 1: Light , 2: Normal, 3: Heavy FakeEngine=2 [Server_2] Name=EUR ;Proxy or real ip that will redirect packets to L2Server (player<>l2server connection) ServerIp=127.0.0.1 ;ServerIp=88.88.88.88 ;Proxy or real server port ServerPort=7777 ;Server id used in ServerList packet - id of the server from servername-e.dat ServerId=2 ;Real server id - the one specified in l2server.ini RealServerId=1 ;PvP server flag PvPServer=1 ;Test server flag TestServer=0 ;Show clock in server status ShowClock=0 ;Age limit AgeLimit=0 ;Show brackets [] before server name ShowBrackets=0 ;Server Type 1: Normal, 2: Classic ServerType=2 ;Fake Online Status 1: Light , 2: Normal, 3: Heavy FakeEngine=2 [Server_3] Name=BR ;Proxy or real ip that will redirect packets to L2Server (player<>l2server connection) ServerIp=127.0.0.1 ;ServerIp=99.99.99.99 ;Proxy or real server port ServerPort=7777 ;Server id used in ServerList packet - id of the server from servername-e.dat ServerId=3 ;Real server id - the one specified in l2server.ini RealServerId=1 ;PvP server flag PvPServer=1 ;Test server flag TestServer=0 ;Show clock in server status ShowClock=0 ;Age limit AgeLimit=0 ;Show brackets [] before server name ShowBrackets=0 ;Server Type 1: Normal, 2: Classic ServerType=2 ;Fake Online Status 1: Light , 2: Normal, 3: Heavy FakeEngine=2
-
Hello, I am working with the IL Classic files, and I would like to make it so that when someone grabs the zariche or akamanah, they transform into the monster.... I remember many years ago in an IL Java that I had, I had done it but the truth is that from those times (+15 years) I no longer have anything... And I started with L2 OFF again... Could someone tell me how to do this? I have managed to add a thousand custom things in terms of functionality, but this one is getting complicated, I have achieved the maximum that the mob appears lying on the pj even, but I do not achieve 100% of what I want!
-
Share PTS L2OFF Vanganth - Classic interlude protocol 110
katia666 replied to MetaMan's topic in Server Shares & Files [L2OFF]
Can you add the datapack? and send me a PM if you use these codes so I can help you by contributing solutions to the problems you have... I also bought these codes a while ago and they never sent me anything. I could have extended them myself but due to lack of time at that time I looked for something more advanced and worked on them... but since they never sent me anything... I couldn't move forward. . but I do have a super fixed IL... but since I now have time to dedicate to it I want to build it but in the classic version no matter how much work it takes. Thank you very much in advance and waiting for your response. -
Share PTS L2OFF Vanganth - Classic interlude protocol 110
katia666 replied to MetaMan's topic in Server Shares & Files [L2OFF]
Nice Share! System and Client plz? -
Share Patched Hauth To Support Multiple Ip Addresses/proxies
katia666 replied to eressea's topic in Server Shares & Files [L2OFF]
Ts ok... But when The IP is from 2 differents servers why? Need a second server with mitm proxy and reverse ports yo real public IP? -
password?
-
Any can help me plz? i have 2 connections... i added in database server 2 servers... different WANIP same LANIP same port... But only appear online server 1... It's possible to make it for example if 1 connection is slow or offline?
-
Hi! good guide, but.. i have a question. how to add this? in first part i create the NpcSpeedLoad.h and copy the content... in 2th part i create the NpcSpeedLoad.h and .cpp and copy the content... but. i have a quiestion about: "invoke CNpcSpeedLoad::Initialize() in dllmain" i added CNpcSpeedLoad::Initialize() in a dllmain.h (in IlExt) but the second part say same invoke CNpcSpeedLoad::Initialize() in dllmain but... in a NPCExt doesn't have a dllmain.h
-
Hello, any can tell me.. What is difference between lineage gracia final 83 and 87 protocol? And the latest Vanganth GF files which protocol use?
-
Hello, it's possible adapt the kamael Client to login in a Interlude Vanganth server files? Disabling the (kamael character obviously)
-
Hello!!! Any have a hAuthD or similar but open source?
-
Hello there! How can make a custom item like a 5134 Compressed Package but with my custon list of items?
-
Help Change Encrypt
katia666 replied to katia666's question in Request Server Development Help [L2OFF]
OMFG! i think ... MD5Password 1/0 to enable or disable -_- THANKS YOU!!! -
Help Change Encrypt
katia666 replied to katia666's question in Request Server Development Help [L2OFF]
Hello! yes, im using hAuthD ... but i have this problem: in hAuthD.ini i set ... MD5Password = 1 i added the md5password column in user_auth table... when i loggin the root account for example it save the md5 password: root= dc67bad8744357fa7b96bc0cdf059003 But... when i use md5('root') in php for example result root= 63a9f0ea7bb98050796b649e85481845 and using the php script made by hAuthD: <?php function hCrypt($password) { $md5password = 'key'; $s = md5($password) . md5($md5password); $j = 0; for ($i = 0; $i < strlen($s); $i++) { if ($j >= strlen($md5password)) $j = 0; $s[$i] = $s[$i] ^ $md5password[$j]; $j++; } return md5($s); } ?> result: root= fd3ce9abc7d425c22152824d8e0b079d This is variable with "KEY" but... in the config files, the KEY isn't configurable. [MSSQL] Server = 127.0.0.1 User = sa Password = testpassword Database = lin2db SlowQuery = 100 [Tables] server = server [Main] ServerPort = 2104 ServerExPort = 2106 BlowfishKey = 6B60CB5B82CE90B1CC2B6C556C6C6C6C ;For C4: BlowfishKey = 5F3B352E5D39342D33313D3D2D257854215E5B2400 Title = [L2J] IP = Protocol = $103 FixedPorts = 1 [Log] Auth = 1 Guard = 1 All = 0 DB = 0 [Online] Multiplier = 1,0 UserCount = 5 Interval = 30 [Admin] Password = admin IP = * [Adv] EULA = 1 Test = 0 TestServers = C4 = 0 MaxConnectionsPerIP = 3 AntiDOS = 1 AntiBrute = 0 AntiBruteIP = 0 MD5Simple = 0 SHA1 = 0 Proxy = AutoReloadFiles = 0 AutoReloadServers = 0 GameProxyMasterStatus = 1 [Ext] Mask = 0 MD5Password = 1 ExecLogin = 0 Guard = 0 [AntiBrute] Interval = 90 Penalty = 180 MaxAttempts = 5 [AntiBruteIP] Interval = 90 Penalty = 300 MaxAttempts = 10 -
Hello there! It's possible to change the default encrypt of L2OFF and the (binary) in database.. to a plain md5 for example or other?
-
Any have a IA.obj DECOMPILER and COMPILER? for latest Vanganth files? i try with l2tooks but it freeze in "processing Mrkeeper"
-
How to apply in IL?
-
In the L2Server.exe: Any have idea how to solve it? [.\Path.cpp][554] Invalid offset[0] count[0] Im using a vanganth files
-
Discussion How to add custom map? (server side)
katia666 replied to katia666's topic in Server Development Discussion [Greek]
i added 26_14 26_20 and 26_22... from hellbound files but not work... i cant dismount -
Hello there!!! i have some problems... I try to use the precompiled l2server.exe and .dll ... but it asks for a license ... I generate the license with the KeyGenerator but when I enter it, it tells me that it is incorrect. try to generate the dll again .. I guess if I'm not wrong, I opened the project of the folder "L2Ext" ... right click on DllMain.cpp and compile but the ilext.dll is not generated :S And other problem... I run L2Npc.exe ... and it does not open anything ... and in the task manager, it does not appear. For the rest I could run all the other executables. Im using Windows 2003 Enterprise R2 Server x64 on Test Server And Visual Studio 2005 and Windows 10 to program
-
Share L2 Admin *selling Source Code
katia666 replied to zodiark0's topic in Server Shares & Files [L2OFF]
mirror? source? -
Hi all, i need activate a Huge Pig Event (apagia, in Hunter Village) How to activate it?