Jump to content

32Bit C1 Server


smeli

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 1 month later...

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! =)

Link to comment
Share on other sites

  • 2 weeks later...

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




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