Register for your free account! | Forgot your password?

You last visited: Today at 03:52

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

Advertisement



Pleas Help Client Crash

Discussion on Pleas Help Client Crash within the SRO Private Server forum part of the Silkroad Online category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2018
Posts: 5
Received Thanks: 0
Pleas Help Client Crash

_Solved_
AzarOnline is offline  
Old 09/23/2018, 15:37   #2
 
elite*gold: 0
Join Date: Sep 2018
Posts: 35
Received Thanks: 2
The solution exists but needs a focus to see
You need to take a backup of the data before you start solving the problem
The solution
Go to the tab to solve the problem in the data and make copies of internal files to him in a file
Then wipe the tab and use the script sent to you after wiping the tab will perform a new repentance does not exist by your problem, *** willing
If you can not do this, please send me a message
/////////
USE [SRO_VT_SHARD]
GO

/****** Object: Table [dbo].[_RefPackageItem] Script Date: 9/22/2018 3:31:31 PM ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[_RefPackageItem](
[Service] [tinyint] NOT NULL,
[Country] [int] NOT NULL,
[ID] [int] IDENTITY(1,1) NOT NULL,
[CodeName128] [varchar](129) NOT NULL,
[SaleTag] [smallint] NOT NULL,
[ExpandTerm] [varchar](65) NOT NULL,
[NameStrID] [varchar](129) NOT NULL,
[DescStrID] [varchar](129) NOT NULL,
[AssocFileIcon] [varchar](129) NOT NULL,
[Param1] [int] NOT NULL,
[Param1_Desc128] [varchar](129) NOT NULL,
[Param2] [int] NOT NULL,
[Param2_Desc128] [varchar](129) NOT NULL,
[Param3] [int] NOT NULL,
[Param3_Desc128] [varchar](129) NOT NULL,
[Param4] [int] NOT NULL,
[Param4_Desc128] [varchar](129) NOT NULL,
CONSTRAINT [PK__RefPackageItem] PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO
badrbadr is offline  
Old 09/24/2018, 16:12   #3
 
elite*gold: 0
Join Date: Sep 2018
Posts: 5
Received Thanks: 0
Thank You for replay But The same Problem

No one know how can i fix this problem?
AzarOnline is offline  
Old 09/25/2018, 03:07   #4
 
elite*gold: 0
Join Date: Jul 2009
Posts: 285
Received Thanks: 49
hi bro
you can make it with this program


vsroNPC will help you with that,
read Edit SQL seccion.
loader8 is offline  
Old 09/25/2018, 04:21   #5
 
elite*gold: 0
Join Date: Sep 2018
Posts: 35
Received Thanks: 2
Your problem files are not the same between SQL and Client
badrbadr is offline  
Old 09/25/2018, 07:29   #6
 
elite*gold: 0
Join Date: Feb 2012
Posts: 551
Received Thanks: 46
the problem is caused by this stupid program vsro NPC because it rebuild the database ids and lines which won't be compatible with the client lines and ofc will cause a crash
you will have to rebuild all the media texts with the new ids in the db or simply
add your items manually better for u
thebigbody is offline  
Old 09/25/2018, 16:02   #7
 
elite*gold: 0
Join Date: Sep 2018
Posts: 35
Received Thanks: 2
Solve the problem large you need to modify 4 tabs and to modify them follow the following explain how to modify them, but you need to take a backup version of the data
**********
You have to take the following plugins into the following file Test

_RefPackageItem
_RefPricePolicyOfItem
_RefScrapOfPackageItem
_RefShopGoods

Now delete the Tap until we add them again

USE [SRO_VT_SHARD]
GO

/****** Object: Table [dbo].[_RefPackageItem] Script Date: 9/24/2018 12:39:32 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[_RefPackageItem](
[Service] [tinyint] NOT NULL,
[Country] [int] NOT NULL,
[ID] [int] IDENTITY(1,1) NOT NULL,
[CodeName128] [varchar](129) NOT NULL,
[SaleTag] [smallint] NOT NULL,
[ExpandTerm] [varchar](65) NOT NULL,
[NameStrID] [varchar](129) NOT NULL,
[DescStrID] [varchar](129) NOT NULL,
[AssocFileIcon] [varchar](129) NOT NULL,
[Param1] [int] NOT NULL,
[Param1_Desc128] [varchar](129) NOT NULL,
[Param2] [int] NOT NULL,
[Param2_Desc128] [varchar](129) NOT NULL,
[Param3] [int] NOT NULL,
[Param3_Desc128] [varchar](129) NOT NULL,
[Param4] [int] NOT NULL,
[Param4_Desc128] [varchar](129) NOT NULL,
CONSTRAINT [PK__RefPackageItem] PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO


//////////////////////////////////////////////////////////////

USE [SRO_VT_SHARD]
GO

/****** Object: Table [dbo].[_RefPricePolicyOfItem] Script Date: 9/24/2018 15:58:58 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[_RefPricePolicyOfItem](
[Service] [tinyint] NOT NULL,
[Country] [int] NOT NULL,
[RefPackageItemCodeName] [varchar](129) NOT NULL,
[PaymentDevice] [int] NOT NULL,
[PreviousCost] [int] NOT NULL,
[Cost] [int] NOT NULL,
[Param1] [int] NOT NULL,
[Param1_Desc128] [varchar](129) NOT NULL,
[Param2] [int] NOT NULL,
[Param2_Desc128] [varchar](129) NOT NULL,
[Param3] [int] NOT NULL,
[Param3_Desc128] [varchar](129) NULL,
[Param4] [int] NOT NULL,
[Param4_Desc128] [varchar](129) NOT NULL,
[index] [int] IDENTITY(1,1) NOT NULL,
CONSTRAINT [PK__RefPricePolicyOfItem] PRIMARY KEY CLUSTERED
(
[index] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

/////////////////////

USE [SRO_VT_SHARD]
GO

/****** Object: Table [dbo].[_RefScrapOfPackageItem] Script Date: 9/24/2018 15:59:31 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[_RefScrapOfPackageItem](
[Service] [tinyint] NOT NULL,
[Country] [int] NOT NULL,
[RefPackageItemCodeName] [varchar](129) NOT NULL,
[RefItemCodeName] [varchar](129) NOT NULL,
[OptLevel] [tinyint] NOT NULL,
[Variance] [bigint] NOT NULL,
[Data] [int] NOT NULL,
[MagParamNum] [tinyint] NOT NULL,
[MagParam1] [bigint] NOT NULL,
[MagParam2] [bigint] NOT NULL,
[MagParam3] [bigint] NOT NULL,
[MagParam4] [bigint] NOT NULL,
[MagParam5] [bigint] NOT NULL,
[MagParam6] [bigint] NOT NULL,
[MagParam7] [bigint] NOT NULL,
[MagParam8] [bigint] NOT NULL,
[MagParam9] [bigint] NOT NULL,
[MagParam10] [bigint] NOT NULL,
[MagParam11] [bigint] NOT NULL,
[MagParam12] [bigint] NOT NULL,
[Param1] [int] NOT NULL,
[Param1_Desc128] [varchar](129) NOT NULL,
[Param2] [int] NOT NULL,
[Param2_Desc128] [varchar](129) NOT NULL,
[Param3] [int] NOT NULL,
[Param3_Desc128] [varchar](129) NOT NULL,
[Param4] [int] NOT NULL,
[Param4_Desc128] [varchar](129) NOT NULL,
[Index] [int] IDENTITY(1,1) NOT NULL,
CONSTRAINT [PK__RefScrapOfPackageItem] PRIMARY KEY CLUSTERED
(
[Index] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO


/////////////////////////////////////

USE [SRO_VT_SHARD]
GO

/****** Object: Table [dbo].[_RefShopGoods] Script Date: 9/24/2018 15:59:52 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[_RefShopGoods](
[Service] [tinyint] NOT NULL,
[Country] [int] NOT NULL,
[RefTabCodeName] [varchar](129) NOT NULL,
[RefPackageItemCodeName] [varchar](129) NOT NULL,
[SlotIndex] [tinyint] NOT NULL,
[Param1] [int] NOT NULL,
[Param1_Desc128] [varchar](129) NOT NULL,
[Param2] [int] NOT NULL,
[Param2_Desc128] [varchar](129) NOT NULL,
[Param3] [int] NOT NULL,
[Param3_Desc128] [varchar](129) NOT NULL,
[Param4] [int] NOT NULL,
[Param4_Desc128] [varchar](129) NOT NULL,
[index] [int] IDENTITY(1,1) NOT NULL,
CONSTRAINT [PK__RefShopGoods] PRIMARY KEY CLUSTERED
(
[index] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO


////////////////////////////////////
Now add the files again which you have taken in the file Text
Thus the problem was solved from its roots
If there is any problem I am present
badrbadr is offline  
Old 09/25/2018, 21:59   #8
 
elite*gold: 0
Join Date: Jul 2009
Posts: 285
Received Thanks: 49
Quote:
Originally Posted by thebigbody View Post
the problem is caused by this stupid program vsro NPC because it rebuild the database ids and lines which won't be compatible with the client lines and ofc will cause a crash
you will have to rebuild all the media texts with the new ids in the db or simply
add your items manually better for u
vsronpc will generate the tablets in .txt too, that is not a problem, lol
loader8 is offline  
Old 09/25/2018, 23:16   #9
 
elite*gold: 0
Join Date: Sep 2018
Posts: 5
Received Thanks: 0
Thank you Guys for your replays
it was problem with Id in refPackageitem in media Not Like Db and same For RefScarpofpackageitem index
#Closed
AzarOnline is offline  
Closed Thread


Similar Threads Similar Threads
Pleas i Want Hack In CrossFire Na pleas
02/05/2016 - CrossFire Hacks, Bots, Cheats & Exploits - 2 Replies
Pleas i Want Hack In CrossFire Na pleas No Any Hack more free OR IN Sit Why Pleas i want haaaaaack :mad:
Pleas Need Hack Gold or Gems on Dragon City Thank you Pleas help me really i needed
07/10/2013 - Facebook - 2 Replies
Need Hack for dragon city
Pleas pleas pleas (where is new Skill hack??) ty Eliteee
10/08/2010 - Metin2 - 2 Replies
the old Skill hack has been disabled :((((( any new PC pack files?????????



All times are GMT +1. The time now is 03:56.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.