Jump to content

Recommended Posts

Posted

I did everything as that would send more status in a machine 32x

and first time to connect the authd ja of error:

 

[17:10:31] Welcome to hAuthD

[17:10:31] Loaded: 'Black_IPs.txt'

[17:10:44] [DBNETLIB][ConnectionOpen (Connect()).]SQL Server inexistente ou acesso negado

 

 

and to run a sql is giving this error:

 

Msg 208, Level 16, State 1, Line 3

Nome de objeto 'lin2db.dbo.server' inválido.

Msg 208, Level 16, State 1, Line 6

Nome de objeto 'lin2db.dbo.ssn' inválido.

 

 

 

SQL is this:

 

-- Create the world id

 

INSERT INTO lin2db.dbo.server(id,name,ip,inner_ip,ageLimit,pk_flag,kind,port)

VALUES ('1', 'Lineage II', '127.0.0.1', '127.0.0.1', 0, 1, 0, 7777);

  --        name        ip (of your server)

GO

 

-- Create root user and make in build master aka game master aka GM

-- WARNING: the default password is also 'root'. First thing you need to do

-- after install is change it.

 

INSERT INTO lin2db.dbo.ssn(ssn,name,email,job,phone,zip,addr_main,addr_etc,account_num)

VALUES ('777','God of Lineage','god@heaven.l2',0,'telphone','123456','','',1);

 

INSERT INTO lin2db.dbo.user_account(account, pay_stat)

VALUES ('root', 1);

 

INSERT INTO lin2db.dbo.user_info(account,ssn,kind)

VALUES ('root','777', 99);

 

INSERT INTO lin2db.dbo.user_auth(account,password,quiz1,quiz2,answer1,answer2)

VALUES ('root', CONVERT(binary, 0xb1be70e9a83f19192cb593935ec4e2e2), '', '', CONVERT(binary, ''), CONVERT(binary, ''));

 

INSERT INTO lin2world.dbo.builder_account(account_name, account_id, default_builder)

VALUES ('root', 1, 1);

GO

Posted

I did everything as that would send more status in a machine 32x

and first time to connect the authd ja of error:

 

[17:10:31] Welcome to hAuthD

[17:10:31] Loaded: 'Black_IPs.txt'

[17:10:44] [DBNETLIB][ConnectionOpen (Connect()).]SQL Server inexistente ou acesso negado

 

 

and to run a sql is giving this error:

 

Msg 208, Level 16, State 1, Line 3

Nome de objeto 'lin2db.dbo.server' inválido.

Msg 208, Level 16, State 1, Line 6

Nome de objeto 'lin2db.dbo.ssn' inválido.

 

 

 

SQL is this:

 

-- Create the world id

 

INSERT INTO lin2db.dbo.server(id,name,ip,inner_ip,ageLimit,pk_flag,kind,port)

VALUES ('1', 'Lineage II', '127.0.0.1', '127.0.0.1', 0, 1, 0, 7777);

  --        name        ip (of your server)

GO

 

-- Create root user and make in build master aka game master aka GM

-- WARNING: the default password is also 'root'. First thing you need to do

-- after install is change it.

 

INSERT INTO lin2db.dbo.ssn(ssn,name,email,job,phone,zip,addr_main,addr_etc,account_num)

VALUES ('777','God of Lineage','god@heaven.l2',0,'telphone','123456','','',1);

 

INSERT INTO lin2db.dbo.user_account(account, pay_stat)

VALUES ('root', 1);

 

INSERT INTO lin2db.dbo.user_info(account,ssn,kind)

VALUES ('root','777', 99);

 

INSERT INTO lin2db.dbo.user_auth(account,password,quiz1,quiz2,answer1,answer2)

VALUES ('root', CONVERT(binary, 0xb1be70e9a83f19192cb593935ec4e2e2), '', '', CONVERT(binary, ''), CONVERT(binary, ''));

 

INSERT INTO lin2world.dbo.builder_account(account_name, account_id, default_builder)

VALUES ('root', 1, 1);

GO

Posted

Ok reported problems are fixed now for those I have found:

 

1 When creating the char is a screen Bugada bottom of the mountain.

2 Changing the names of items of Russian (Someone has Itenname in English?)

4 Not creates Char Kamael.

5 All the characters start going to town on Humans.

  • 1 month later...
Posted

Sorry to bump this thread, but does the pack have both versions? Epilogue + Interlude? Or do I have to remove everything that's Epilogue from it?

 

Thank you very much for the share either way! =)

  • 2 weeks later...
Posted

There is no actual working Epilogue system, not even Gracia Final (or Hellbound) stuff is working in this pack. It is designed for developers to add the thousands of missing items, areas, mobs, quests, etc.

Posted

Interesting... I wish someone do a Project like "L2J" with this, but there is the legal problems... Meh... Nice work! ;)

 

There have been some projects like that, unfortunatley none of them have ever been able to suceed due to lack of coders or plain lack of interest.. so they end up dying.

 

This pack is so incomplete you cannot even create a Kamael race using the Character Creation system, you have to do a workaround by making a Dark Elf and then changing the race via GM command. ;)

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



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock