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

    • Migrating a legacy Interlude server to PostgreSQL while adding real observability is basically forcing 2006 MMO engineering to attend a 2026 infrastructure conference at gunpoint. PS: which revision of aCis? PS: 🧻what was broken during this whatever you call it.    AAC Guard beign asked to adapt to this be like: - Creating bugs since early 2018
    • OH MY LORDDDDDDDDDDDDDDDDDDDDD   FINALLY
    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • I came out of my cave as I do once every 5 years. By now, I know nobody really cares about L2, but I still find it fun to experiment. Everything you see here will be free and open source. I have no interest in selling anything.   Long story short, I like to revisit Interlude and apply what I've learned to see how far I can push it. Here's Outerlude, a public fork of aCis for the modern age.   Video demo:   Work that has been done:   Redone the netcode from scratch to be async The NPC AI was completely redone based on Finite State Machines Moved to PostgreSQL and using some of its cool features Lots of config that should be hot reloadable has moved to the database OpenTelemetry instrumentation, where it makes sense, and a Grafana dashboard A built-in REST API for server management A built-in MCP Server for LLMs Nidrah AI, an AI Agent to make managing the server easier Real-time server map view Chat auditing and live snooping A new Fake Players Engine with a Node logic system and a new LLM planner for any behavior Just watch the video   If there is interest in this and I'm happy with it, or I get bored (which I always do), I will open-source it. Let me know what you think and if there is some feature you'd like me to implement.
  • 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..