Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 22:10

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Can't create Character

Discussion on Can't create Character within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2009
Posts: 106
Received Thanks: 7
Exclamation Can't create Character

Hello.

At first I want to say thank you for your great help and your advices on this forum. You made me smiling after I could log into my local Test Server. Everything seems to be alright.

1. I can start without any trouble my CaptainHerlockServer, PrincessAuroraServer and UploadServer
2. Then I'm going to write "start_service" and "set game.open_external 1" into the Auth Server It also works perfectly
3. Then I'm going to open my launcher and the game starts perfectly too
4. Then I'm going to log in my ID and password it works perfectly too... I can see the TestServer on my screen.

BUT THEN...

There comes an error on my gameserver it says

"DB COM ERROR(Thread:1 , HRESULT:800A0CC1 , GUID:00001564-0000-0010-8000-00AA006D2EA4) : DB_CharacterList(dbo.smp_read_item_equip_info: @IN_SID: 1002 / [dbo.smp_read_character_list]@IN_ACCOUNT_ID: 6) : Item cannot be found in the collection corresponding to the requested name or ordinal"

I'm absolutly helpless with this problem... I can see that I maybe have to take a look on my SQL Server 2012 under the solution "Telecaster" ---> "Progammability" ---> "Stored Procedures" and then under "dbo.read_item_equip_info" but I have no clue how to fix this problem!

- I use a 7.4 German Client and 7.4 Server Files from GamePortalTeam

I hope you can help me with this problem. I think it's fast to fix this but i dont know how.

Regards
rRINDVIEH

There are 12 screens of my files !

-->

Maybe you can see my error on this picture
rRINDVIEH is offline  
Thanks
1 User
Old 01/02/2014, 20:24   #2
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Sounds like a bad smp in telecaster and other than using a different telecaster I am not really sure how to correct it properly.

I am not running 7.4, I do have the files but they are not the original files, they are the files that contain my data after I ran them and corrected some things.

I would give you the stored procedures but I am not certain if they are the same from 7.4 to 8.1

These are the modify results I get from 8.1 however if it helps you out at all...

dbo.smp_read_item_equip_info

Code:
USE [Telecaster]
GO
/****** Object:  StoredProcedure [dbo].[smp_read_item_equip_info]    Script Date: 1/2/2014 2:10:13 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

-- smp_read_item_equip_info
ALTER PROCEDURE [dbo].[smp_read_item_equip_info]
@IN_SID			INT
AS
SET NOCOUNT ON

SELECT wear_info, code, enhance, level, elemental_effect_type, elemental_effect_expire_time, appearance_code
--SELECT *
FROM dbo.Item WITH (NOLOCK) 
WHERE account_id = 0 AND owner_id = @IN_SID AND summon_id = 0 AND auction_id = 0 AND keeping_id = 0 AND wear_info > -1 
ORDER BY update_time

RETURN @@ERROR

-- smp_read_item_equip_info
dbo.smp_read_character_list

Code:
USE [Telecaster]
GO
/****** Object:  StoredProcedure [dbo].[smp_read_character_list]    Script Date: 1/2/2014 2:21:09 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- end of smp_login_character


-- start of smp_read_character_list
ALTER PROCEDURE [dbo].[smp_read_character_list]

@IN_ACCOUNT_ID		INT

AS
SET NOCOUNT ON

--SET ROWCOUNT 1
--WHILE 1=1
--BEGIN
--	UPDATE dbo.Character SET name = '@' + name + ' '+ SUBSTRING( CONVERT(varchar(40), GETDATE(), 21) , 3, 18 ) WHERE account_id = @IN_ACCOUNT_ID AND delete_time <= GETDATE() and name not like '@%';
--	IF @@ROWCOUNT = 0 BREAK
--END
--SET ROWCOUNT 0

SELECT	sid,
		name,
		race,
		sex,
		lv,
		jlv,
		exp,
		hp,
		mp,
		job,
		permission,
		skin_color,
		model_00,
		model_01,
		model_02,
		model_03,
		model_04,
		hair_color_index,
		hair_color_rgb,
		hide_equip_flag,
		texture_id,
		permission,
  convert(VARCHAR,create_time,111) as create_time,
  convert(VARCHAR,delete_time,111) as delete_time,
		login_time,
		login_count,
		logout_time,
		play_time
		FROM dbo.Character WITH (NOLOCK) WHERE account_id = @IN_ACCOUNT_ID AND name NOT LIKE '@%' ORDER BY sid;

RETURN @@ERROR
Im am sure there are a few others around here that are more familiar with the difference between the two epics and SQL

Good luck on it
ThunderNikk is offline  
Thanks
2 Users
Old 01/03/2014, 01:11   #3
 
merryploughbhoy's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 277
Received Thanks: 37
Nice to see some people round here give detailed errors and as ever, thndr give advice, wtf happened to old rappelz section :S
merryploughbhoy is offline  
Old 01/04/2014, 14:28   #4
 
sunnyxie49's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 77
Received Thanks: 24
Quote:
Originally Posted by rRINDVIEH View Post
Hello.

At first I want to say thank you for your great help and your advices on this forum. You made me smiling after I could log into my local Test Server. Everything seems to be alright.
maybe your code page wrong
like N:CodePage:936 you change it to your code
and change sql server
like
alter database arcadia collate Chinese_PRC_CI_AS
arcadia auth telecaster you need change it to your code
Chinese_PRC_CI_AS is my code so you need find yours
sunnyxie49 is offline  
Reply


Similar Threads Similar Threads
Can't create a character
09/05/2012 - Rappelz Private Server - 16 Replies
hi everyone ;), i have some problems with my private rappelz server, auth & game server working nicely, but in the character screen i "may not create this character" :( i already read the post about that error: http://www.elitepvpers.com/forum/rappelz-private-s erver/1987995-you-may-not-create-character.html#po st17832665 i downloaded rappelz 7.3 server files :créer un serveur privé rappelz - Cheat-gam3 : La référence française en matière de cheat ! and the client 7.3 elysium :Elysium Rappelz...
You may not create this character
01/11/2012 - Rappelz Private Server - 5 Replies
I have my server up and running. I can log in to it. When i try to make a character (name doesnt mater) I get "You may not create this character" I am runing an old 6.2 client from old installer straight from galanet. the aor link is broken and I cant get that one. How do i fix this.
[Help]Cannot Create Character
09/08/2011 - Dragonica Private Server - 3 Replies
Using v.14.10 Can choose the serverlist. But when try to create a character and type the name and then press CREATE but notting happen. How to slove it.
Cant Create Character
02/25/2011 - Dekaron Private Server - 2 Replies
Yo guys I made a pserver using dekaron difference client... anyway now when i wanted to log in i cant create an character,delete it or log out heres a screen so u see what i mean If any1 could tell me how to fix it or what i did wrong it would be nice ;p Greetz
[Need Help]Create character
05/06/2008 - SRO Private Server - 2 Replies
When im try too create a character its says , Wrong words , im try out word just numbers and its seems not works:mad:Any 1 can help me?



All times are GMT +2. The time now is 22:10.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.