Jump to content

Recommended Posts

Posted (edited)
1 hour ago, AlisaCodeDragon said:

spacer.png  😇

I use the test period, on ru.vds, then I'll just throw it off via RDP to my main computer, at night the speed rose to 8000kbyte /s and during the day the distribution goes at about the same speed as you write - but stably 3000kbyte/s not as not lower)

 

I'm at 16 mbps right now. ftp server seems to start at low speeds, then after some time rises to higher transfer rates 🙂

 

Hoping to find a client around salvation rev 145 xD but it looks not promising.... although I found a nice IO rev 39 and 43 client there. This one was of interest since there is no NA or EU counterpart (i guess) Ö_Ö

 

let me know if you find this one! 👀     👀👀 👀  👀

 

spacer.png

 

meanwhile i found some modded Epilogue, H5 clients there ... nothing of interest. First i thought it might be the KR 7th Anniversary Client, but... meeeeehh 

Edited by Finn
Posted (edited)
Posted

so as not to suffer with the installation of docker, you can use this paserver C ++ But this program needs to be fixed in this version, entry is carried out with any password!

https://mega.nz/file/xFkVzD5B#6TUJIEJGNMQVdNmJdyffP-pWT9cGY95lpbw2mP60HpQ

all together for those who can’t find and assemble it to work and continue to write the same thing how to install why it doesn’t work)

162
https://mega.nz/file/lEchDQxY#fySWIHx8HBaNP6GiLiwwk5Ka7n-huOlFI9uqopPsvCo

166
https://mega.nz/file/td1AGRBC#Sjtd6K9O8tcGTvdzZWuNYxF8dhcBnDIibqEBNBunxZo

Posted (edited)

@irk Thank you for sharing. Thank you very much💯👍

@Tinker123aa In fact, IRK is a person who is willing to share with you. Someone shares to promote or promotes a career or item to complete. If no one shares, it is difficult for one person to complete the task. Why is there a team? It is the result of sharing efforts and sharing. Of course, if you have the strength, you can develop a better version. For example, the commercial version can sell money, and no one can stop you from doing so.

@irk Friends, I have no 287 main programs. Maybe I have but I don't know which one is, "IRK Use 287 main" can I share all this program package? Many thanks!

@Tinker123aa Friend, life is only a hundred years, why care about these things, want to open some. Maybe there will be everything in a few decades. Only then you and I were not in this world.

Edited by kirayamatos
  • 2 months later...
Posted

info to fix savebotreport from DailyServer.BOTReportedRanking

SQL:

 

 


DECLARE @t_BotReported TABLE (
                idx INT IDENTITY,
                world_id INT,
                char_name NVARCHAR(100),
                account_name NVARCHAR(100),
                level INT,
                total_reported_count INT
            )

            INSERT INTO @t_BotReported (world_id, char_name, account_name, level, total_reported_count)
                SELECT TOP 100 world_id, char_name, account_name, MAX(level), SUM(reported_count) total_reported_count
                FROM RPLD_BOTReported (NOLOCK)
                WHERE log_date>=@fromDate AND log_date<=@toDate AND world_id=@worldId
                GROUP BY world_id, char_name, account_name
                ORDER BY SUM(reported_count) DESC

            SELECT * FROM @t_BotReported

 

  • 6 months later...
  • 1 year later...
Posted (edited)

Who knows how to set up the Olympiad server? What should I configure in L2Server.ini?

 

If anyone needs a translation of the Classic 287 protocol, 38776 of 38857 files have been translated. This translation is not the one that has already been posted, it is a different one. Files: html_classic_287_eng (google)

 

Edited by emu-dev
Posted (edited)
2 hours ago, emu-dev said:

Who knows how to set up the Olympiad server? What should I configure in L2Server.ini?

 

If anyone needs a translation of the Classic 287 protocol, 38776 of 38857 files have been translated. This translation is not the one that has already been posted, it is a different one. Files: html_classic_287_eng (google)

 

Run another server on a separate machine, with port 9999. Set up a connection to it in olympiaddata.xml in the scripts folder (for both servers), register it in dbo.lin2db.server, also on the third machine, run the raid server on port 8888 and configure the connection to it in the file raidserver.XML for all servers and add in dbo.lin2db.server .

 

In general, 3 separate machines and 3 different IP addresses are needed to fully launch the gaming, Olympics, and raid servers. Connected to the database of one of the machines, but having different lin2worlds

 

I need htmls for 166 classic 🙂 eng or rus

Edited by afonbka
  • 1 month later...
  • 2 weeks later...
Posted (edited)
On 5/15/2025 at 10:03 PM, SkyLord said:

5k send me bitcoin wallet.

The base doesn't cost that much. They sell it in the ru community for $1k, and it's been around for a long time. Moreover, starting from 162 and ending with 287 protocol.

image.thumb.jpeg.79657f6669dbd4d236407cf5514a54af.jpeg

Edited by emu-dev
Posted
1 hour ago, emu-dev said:

The base doesn't cost that much. They sell it in the ru community for $1k, and it's been around for a long time. Moreover, starting from 162 and ending with 287 protocol.

image.thumb.jpeg.79657f6669dbd4d236407cf5514a54af.jpeg

 

 

already bought it. Total disaster. So many procedures are missing, I’m already completely lost. 🙂

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Most panels here you download, install and host yourself. Forgeport is the opposite - it's fully hosted. Nothing to run on PHP/MySQL, no server to maintain. You point it at your gameserver and it's live in about an evening.   What it does • Branded player portal on your own domain • Donation store - players buy coins by card and spend them in a shop you configure • Verified vote rewards (Gtop100, TopG, Hopzone, XtremeTop100 - API/HMAC verification, not "open a URL") • Lucky Slots prize spins with transparent odds • Everything delivers into the game automatically - items and skills, no GM online   Payments — you keep 100% The money goes into your own Stripe account (you're the merchant of record) or your own crypto gateway (NOWPayments). I take 0% of donations. A flat 19.99 EUR/month subscription is the whole business model.   Delivery (the part that matters) • L2J: a small bridge you compile from public source - aCis and Mobius examples on GitHub • L2Off/PTS: a standalone process writing to a SQL queue your extender polls - no code in your binaries, no SQL into live cached characters. Full contract is public. Try it 30-day free trial, no card. Demo (6 min): https://www.youtube.com/watch?v=rJGgiQlPF74 Docs: https://docs.forgeport.net/docs Site: https://forgeport.net/   Solo dev, I answer fast. Questions welcome - happy to talk shop about the L2Off delivery side especially.          
    • L2OSIRIS: REBORN — The Only True L2OFF Interlude Server in 2026   Not L2J. Not a Java emulator. Original NCSoft L2Server.exe and CachedServer.exe binaries — genuine L2OFF C6 Interlude architecture.   SCHEDULE: - Closed Beta: August 15–21, 2026 (LIVE NOW) - Open Beta: August 22 – September 4, 2026 - Grand Opening: September 5, 2026   RATES: - EXP/SP: x7 - Adena: x5 - Drop: x3   FEATURES: - No Pay-to-Win - No Custom Gear - NPC Buffer - Global Gatekeeper - Offline Private Stores - Safe Enchant +3 / Max +16 - Anti-bot protection   Why L2OFF matters: Original server binaries = retail-accurate geodata, pathfinding, and packet handling. No L2J quirks, no emulator lag, no artificial behavior.   Website: https://l2osiris.com Discord: https://discord.gg/5KhGxA92za   See you in-game!
    • Hi, I would like to ask how the CliExt.dll protection is supposed to be compiled from the publicly available source.   I have tried compiling the source that is available in the usual/public repositories, but I cannot get it to work correctly.   This seems different from some of the older Vanganth builds, where CliExt.dll could be compiled successfully and worked with the client.   Is there a specific project configuration, missing source file, dependency, compiler setting, or additional step required to compile the current source correctly?   Any information or guidance on how the protection is intended to be compiled would be greatly appreciated.
    • @Rolo Thanks So Much. This has come to my mind these days, i visited this post and i pulled it off. Really gratetful for your all your shares. It seems that it was way easier than i expected There is no limit what cool icons you can do. Hope you the best ❤️ Thanks iiii]; )'
  • Topics

×
×
  • 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..