Jump to content

Recommended Posts

  • 1 month later...
  • 4 weeks later...
Posted
On 5/8/2022 at 8:37 AM, pada said:

English clients also will not work, without at least a basic extender to fix opcode differences between KR builds and Global builds, also the fact that KR flat out has different formats for a few packets. And ya..anyone expecting someone to build this DB in even a month, let alone also pass it out for free, is kinda nuts, the sheer amount of things to rebuild, and then all the things that just need to be guessed, as there is no ref from older versions. also LOL at ncsoft, no wonders lag has been a issue on retail servers since ranking was added...really? they hit DB for every single instance of exp gained by every character at a time.

Got scammed by this guy Pada

Posted

The first difficulty to start the server was the serial key, thanks for sharing the .exe that no longer had that problem. The second problem is a sql procedure called "lin_ExecuteDBJob", which writes a file in the scripts called "dbjob.txt", apparently it takes data from the Cached config and writes it there, there are 3 data: time, servertype and item_list. I was able to get around the procedure, but I need to write the 3 pieces of data to the dbjob.txt file. I share the procedure, in case any mssql expert helps us to correct the procedure. I know something is missing but I can't find it

Quote

CREATE PROCEDURE
[dbo].[lin_ExecuteDBJob] (
    @time         int,
    @servertype        int,
    @item_list         int
)
AS
SET @time = 'D:\Servidor (3.0)\script\dbjob.txt' --Your file
SET @servertype     = 'D:\Servidor (3.0)\script\dbjob.txt' --Your file
SET @item_list = 'D:\Servidor (3.0)\script\dbjob.txt' --Your file

GO

 

  • 4 weeks later...
Posted
On 8/22/2022 at 11:48 PM, hugolez said:

The first difficulty to start the server was the serial key, thanks for sharing the .exe that no longer had that problem. The second problem is a sql procedure called "lin_ExecuteDBJob", which writes a file in the scripts called "dbjob.txt", apparently it takes data from the Cached config and writes it there, there are 3 data: time, servertype and item_list. I was able to get around the procedure, but I need to write the 3 pieces of data to the dbjob.txt file. I share the procedure, in case any mssql expert helps us to correct the procedure. I know something is missing but I can't find it

 

querry "exec dbo.lin_ExecuteDBJob 0,6,3" i guess insert data to db
 

Quote

CREATE PROCEDURE [dbo].[lin_ExecuteDBJob]
(
@period int,
@servertype int,
@item_list int
)
AS
INSERT dbjob(period, servertype, item_list)  
  VALUES(@period,  @servertype, @item_list)
GO

Quote

/****** Object:  Table [dbo].[dbjob]  ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[dbjob](
    [period] [int] NOT NULL,
    [servertype] [int] NOT NULL,
    [item_list] [int] NOT NULL
) ON [PRIMARY]
GO

every start data duplicate, dbo.lin_ExecuteDBJob need check function

 

some_db porting procedure and some table from god to leaked db


PS. im not programmer, just beginner 😧 
 

Posted
On 9/17/2022 at 8:44 AM, atomicos said:

querry "exec dbo.lin_ExecuteDBJob 0,6,3" i guess insert data to db

I haven't tried yet, register in the database. But I am assuming that it takes data from the cached.ini and inserts it into "dbjob.txt" which is in the script folder. It looks like a .txt that records the versions, or the changes made by the developers.

  • 2 months later...
Posted (edited)

L2world restore
https://mega.nz/file/0V1zXSLT#3mQmnr..._TwcuaCg1hkgCw 
https://mega.nz/file/wMd21SDA#-369_I...f3bk9gNzVUUzPI

Does anyone know how to fix login errors?
https://gyazo.com/6c7dff87306deb2e33b3f796dc4cc7d6
https://prnt.sc/HkO6--ukasdL

bug fixed SQLGETDiagRec(100) {ap_SetServerStatus(0,0)}

https://gyazo.com/eb58ab4cbb8ef28fb4eb1cb06104fb41

 

 

Edited by irk
Posted
On 12/14/2022 at 1:28 AM, irk said:

 

links dead...plz fixed it...

  • 4 weeks later...
  • 2 weeks later...

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