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

    • Fixed a lot of null crashes, damn vanganth 🤣 Added engine that you can create your custom quests Extender dungeon systen so u can create as many dungeons as you like       Possibility to create a server from scratch its possible just is the work + the license/month , many ask for the creation.. i can do everything u like, i can even implement UFOs to fly over gym so.. whatever your dream is i can be as close as possible!
    • Hello, it is someone here to help me to make multiskill on helios pack? ( Not stacksub ) i want. On Hi5 i have this config .   # When enabled, the following will be true: # All classes can learn all skills. # Skills of another class costs x2 SP to learn. # Skills of another race costs x2 SP to learn. # Skills of fighters/mages costs x3 SP to learn. # Default: False AltGameSkillLearn = True
    • Thank you Mobius, and thank you to everybody that has helped this project making it the easiest platform to work on even if new. GGZ
    • IPHONE 17 PRO – THE QUIET SABOTEUR The new flagship should be better, right? In reality, it has become the main culprit behind rejections. Smartphone signatures are now known inside out. And the iPhone 17 Pro leads in verification failures. ▪ What exactly kills it: - aggressive AI noise reduction wipes out all natural grain - too clean HDR and perfectly even colors - characteristic digital artifacts in the shadows that weren’t there on 13–14 series - Pixel 9 is trying too, but it’s still less predictable Older models still produce a more natural picture that systems accept more willingly.  The most dangerous phone is the one that tries too hard to be perfect. Want to know exactly which smartphone to shoot your case on to pass on the first try without stress? Write to DMs — we’ll select the model and settings for your situation so the phone works for you, not against you. › TG: @mustang_service_ms ( https:// t.me/ mustang_service_ms ) › Channel: Mustang Service ( https:// t.me/ +JPpJCETg-xM1NjNl ) #documents #smartphone #photoshop #drawing #iphone
  • 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..