Jump to content
  • 0

[Help] L2off Interlude Dvamp 1.75Dll unbelieveable error


Question

Posted

Hi guys,

I'm having this issue in my l2off Interlude Dvamp 1.75Dll (By Shakal), I thing this is a database error. When I create a character, i can create varios without the same name restriction... also when i delete the character, there's no time for waiting for deletion, it's istantly.

 

Can anyone help me?

 

PS of My Client, L2Server and CacheD.

 

error1o.th.jpg

 

error2ui.th.jpg

 

error3f.th.jpg

 

 

Thanks in advance.

 

 

5 answers to this question

Recommended Posts

  • 0
Posted

1) Check if namn exist. lin_CreateChar

 

if exists(select char_name from user_data (nolock) where char_name = @char_name)  

begin  

RETURN -1  

end

 

2) delete the character, there's no time for waiting for deletion, it's istantly

 

GM Account?

  • 0
Posted

1) Check if namn exist. lin_CreateChar

 

if exists(select char_name from user_data (nolock) where char_name = @char_name) 

begin 

RETURN -1 

end

 

2) delete the character, there's no time for waiting for deletion, it's istantly

 

GM Account?

 

This will work but in the case you have 4000 people online you must do a select in huge table, because we are not using the user_reserved  table..So if someone has a optimzed solution post it here, becouse i have the same problem

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

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