A little more information? What is the problem? If Server crashes i guess you are using 7.3 dbs with 7.4 gs but without an error message or sth. like this it's hard to help.
2012/08/03 17:55:35 DB COM ERROR(Thread:238, HRESULT:80040E14, GUID:0C733A63-2A1C-11CE-ADE5-00AA0044773D) : DB_InsertParty(dbo.smp_insert_party) : Procedure or function smp_insert_party has too many arguments specified.
2012/08/03 19:17:21 DB COM ERROR(Thread:32, HRESULT:80040E14, GUID:0C733A63-2A1C-11CE-ADE5-00AA0044773D) : DB_InsertParty(dbo.smp_insert_party) : Procedure or function smp_insert_party has too many arguments specified.
Don't say no At least your Telecaster isn't complete 7.4
Code:
USE [Telecaster]
GO
/****** Object: StoredProcedure [dbo].[smp_insert_party] Script Date: 08/03/2012 18:42:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[smp_insert_party]
@IN_NAME [nvarchar](31),
@IN_PARTY_SID [int],
@IN_LEADER_SID [int],
@IN_PARTY_TYPE [int]
WITH EXECUTE AS CALLER
AS
SET NOCOUNT ON
insert into Party( sid, name, leader_id, share_mode, party_type, lead_party_id )
values( @IN_PARTY_SID, @IN_NAME, @IN_LEADER_SID, 0, @IN_PARTY_TYPE, 0 );
This will fix it. But you should use complete 7.4 DBs from the RappelzDownloadCenter
Don't say no At least your Telecaster isn't complete 7.4
Code:
USE [Telecaster]
GO
/****** Object: StoredProcedure [dbo].[smp_insert_party] Script Date: 08/03/2012 18:42:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[smp_insert_party]
@IN_NAME [nvarchar](31),
@IN_PARTY_SID [int],
@IN_LEADER_SID [int],
@IN_PARTY_TYPE [int]
WITH EXECUTE AS CALLER
AS
SET NOCOUNT ON
insert into Party( sid, name, leader_id, share_mode, party_type, lead_party_id )
values( @IN_PARTY_SID, @IN_NAME, @IN_LEADER_SID, 0, @IN_PARTY_TYPE, 0 );
This will fix it. But you should use complete 7.4 DBs from the RappelzDownloadCenter
Or my fix for 7.4 smp on the Rappelz Download Center.
[problem]in telecaster 07/31/2012 - Rappelz Private Server - 5 Replies During the test the telecaster
This error was found
Is there a solution for error handling?
Telecaster 04/28/2012 - Rappelz Private Server - 2 Replies Hello
How telecaster back to 0?
Are what someone would have a script?
Sorry for my bad english
Telecaster 04/14/2012 - Rappelz Private Server - 6 Replies When i replace telecaster database it blocks @ 30% with all NEW telecasters databases... how to resolve this?
Help plz
Arcadia -> Auth -> Telecaster ->> ProbleM 11/15/2011 - Rappelz Private Server - 1 Replies Hello ,
im have redemption repack 1.04 and im only have arcadia "_"
so where can i download Auth + Telecaster ? :OO
Avesom party problem 10/18/2008 - Diablo 2 - 1 Replies hi
also bot geht ohne probleme soweit
das einzigste was er nicht macht,ist alle die mein game joinen einzuladen.
habe jetzt schon probiert:
AutoParty=1
AutoAccept=1
AutoParty=1
AutoAccept=0