الموقع العربي الاول للعبة Silkroad Online

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم الاسئلة و الاستفسارات لعمل السيرفرات الخاصة (https://silkroad4arab.com/vb/forumdisplay.php?f=226)
-   -   مشكلة بعد اضافة الجوبيتر (https://silkroad4arab.com/vb/showthread.php?t=475616)

kakan 11-01-2013 10:43 PM

مشكلة بعد اضافة الجوبيتر
 
بسم الله الرحمن الرحيم
انا حطيت الملفات الى هيا KSroDateEnd_OF_W0RLD فى فولدر السيرفر و فتحت مدينة الجوبيتر من الـSQL جيت افتح السيرفر جالى كدة
[IMG]http://im34.gulfup.com/pjFZ1.jpg[/IMG]
وبعد ما بتك اوك بيجيلى كدة
[IMG]http://im34.gulfup.com/zSu12.jpg[/IMG]

ممكن الحل

Badass 11-01-2013 10:54 PM

اعمل Restpr لل داتا من ال Sql (SRO_VT_ACCOUNT+SRO_VT_SHARD+SRO_VT_SHARDLOG)بس أعمل Restor ل SRO_VT_SHARD وجرب الأول

kakan 12-01-2013 01:44 AM

تمام اتحلت بس طلعت مشكلة تانى كل ما ادخل ابلاكونت اللعبة بتقفل

[Dev] Arshivel 12-01-2013 01:50 AM

[COLOR=MediumTurquoise]بص انتا بتمسح ال Ksro Data ال فى Blitzkrieq_Bin_Data
وى لو فى اى مششكله
اعمل Restore
وى لعمل Clear DB

كود PHP:

USE [SRO_VT_ACCOUNT]
GO
TRUNCATE TABLE 
[dbo].[TB_User]
TRUNCATE TABLE [dbo].[TB_User_Bak]
TRUNCATE TABLE [dbo].[SK_CharRenameLog]
TRUNCATE TABLE [dbo].[_Punishment]
TRUNCATE TABLE [dbo].[_ServiceManagerLog]
TRUNCATE TABLE [dbo].[Test_HN]
TRUNCATE TABLE [dbo].[_BlockedUser]
TRUNCATE TABLE [dbo].[_CasGMChatLog]
TRUNCATE TABLE [dbo].[_Notice]
TRUNCATE TABLE [dbo].[_SMCLog]
TRUNCATE TABLE [dbo].[QuaySoEpoint]
TRUNCATE TABLE [dbo].[SK_ITEM_GuardLog]
TRUNCATE TABLE [dbo].[SK_ItemSaleLog]
TRUNCATE TABLE [dbo].[SK_PackageItemSaleLog]
TRUNCATE TABLE [dbo].[SK_PK_UpdateLog]
TRUNCATE TABLE [dbo].[SK_ResetSkillLog]
TRUNCATE TABLE [dbo].[SK_Silk]
TRUNCATE TABLE [dbo].[SK_SilkBuyList]
TRUNCATE TABLE [dbo].[SK_SilkGoods]
TRUNCATE TABLE [dbo].[SK_SubtractSilk_VAS]
TRUNCATE TABLE [dbo].[SR_ShardCharNames]
TRUNCATE TABLE [dbo].[TB_Net2e]
TRUNCATE TABLE [dbo].[TB_Net2e_Bak]
TRUNCATE TABLE [dbo].[tb_paygate_trans]
TRUNCATE TABLE [dbo].[_PrivilegedIP

كود PHP:

USE [SRO_VT_SHARD]
GO
truncate table _OpenMarket
print 'Cleaned _OpenMarket'
truncate table _CharSkill
print 'Cleaned _CharSkill'
truncate table _CharSkillMastery
print 'Cleaned _CharSkillMastery'
truncate table _GuildMember
print 'Cleaned _GuildMember'
truncate table _BlockedWhisperers
print 'Cleaned _BlockedWhisperers'
truncate table _Inventory
print 'Cleaned _Inventory'
truncate table _InventoryForAvatar
print 'Cleaned _InventoryForAvatar'
truncate table _InventoryForLinkedStorage
print 'Cleaned _InventoryForLinkedStorage'
truncate table _TrainingCampMember
print 'Cleaned _TrainingCampMember'
truncate table _TrainingCampSubMentorHonorPoint
print 'Cleaned _TrainingCampSubMentorHonorPoint'
update _TrainingCampHonorRank set CampID NULLRank NULL
print 'Cleaned _TrainingCampHonorRank'
truncate table _TrainingCampBuffStatus
print 'Cleaned _TrainingCampBuffStatus'
delete from _TrainingCamp
print 'Cleaned _TrainingCamp'
truncate table _StaticAvatar
print 'Cleaned _StaticAvatar'
truncate table _User
print 'Cleaned _User'
truncate table _Friend
print 'Cleaned _Friend'
truncate table _Memo
print 'Cleaned _Memo'
truncate table _TimedJob
print 'Cleaned _TimedJob'
truncate table _CharTrijobSafeTrade
print 'Cleaned _CharTrijobSafeTrade'
delete from _CharTrijob
print 'Cleaned _CharTrijob'
truncate table _InvCOS
print 'Cleaned _InvCOS'
delete from _CharCOS where ID 0
print 'Cleaned _CharCOS'
delete from _Char where charid 0
print 'Cleaned _Char'
truncate table _Chest
print 'Cleaned _Chest'
truncate table _ChestInfo
print 'Cleaned _ChestInfo'
truncate table _ItemPool
print 'Cleaned _ItemPool'
delete from _Items where ID64 0
print 'Cleaned _Items'
delete from _AccountJID
print 'Cleaned _AccountJID'
update _AlliedClans set Ally1 0Ally2 0Ally3 0Ally4 0Ally5 0Ally6 0Ally7 0Ally8 0
print 'Cleaned _AlliedClans'
truncate table _GuildWar
print 'Cleaned _GuildWar'
truncate table _CharNameList
print 'Cleaned _CharNameList'
truncate table _CharQuest
print 'Cleaned _CharQuest'
truncate table _ClientConfig
print 'Cleaned _ClientConfig'
truncate table _DeletedChar
print 'Cleaned _DeletedChar'
truncate table _SiegeFortressStoneState
print 'Cleaned _SiegeFortressStoneState'
truncate table _SiegeFortressRequest
print 'Cleaned _SiegeFortressRequest'
truncate table _SiegeFortressObject
print 'Cleaned _SiegeFortressObject'
truncate table _SiegeFortressItemForge
print 'Cleaned _SiegeFortressItemForge'
truncate table _SiegeFortressBattleRecord
print 'Cleaned _SiegeFortressBattleRecord'
update _SiegeFortressStruct SET OwnerGuildID '0'
print 'Cleaned _SiegeFortressStruct'
UPDATE  _SiegeFortress SET GuildID '0'TaxRatio '0'Tax '0'NPCHired '0'Introduction NULLCreatedDungeonTime NULLCreatedDungeonCount NULL
print 'Cleaned _SiegeFortress'
truncate table _CharNickNameList
print 'Cleaned _CharNickNameList'
truncate table _GPHistory
print 'Cleaned _GPHistory'
truncate table _GuildChest
print 'Cleaned _GuildChest'
delete from _Guild where ID 0
print 'Cleaned _Guild'
delete from _AlliedClans where ID 0
print 'Cleaned _AlliedClans' 

كود PHP:

USE [Log_DB]
GO
TRUNCATE TABLE 
[dbo].[_LogCashItem]
TRUNCATE TABLE [dbo].[_LogEventChar]
TRUNCATE TABLE [dbo].[_LogEventItem]
TRUNCATE TABLE [dbo].[_LogEventSiegeFortress]
TRUNCATE TABLE [dbo].[_LogSchedule]
TRUNCATE TABLE [dbo].[_LogServerEvent


kakan 12-01-2013 02:48 AM

برضو نفس المشكلة اول ما بخش المرارى اول بس ما اعلم عليها كراش

kakan 12-01-2013 02:48 AM

برضو نفس المشكلة اول ما بخش المرارى اول بس ما اعلم عليها كراش
:111 (13):

kakan 12-01-2013 03:39 PM

up

xxxlitaxxx 12-01-2013 03:51 PM

http://www.silkroad4arab.com/vb/showthread.php?t=475602
جرب الداتا بتاعتى وفك من الكلينت الداتا وحطها فى ملفات السيرفر وان شا الله هيشتغل تمام

kakan 12-01-2013 04:03 PM

بجد حلوة بس السيرفر شغال حلو ومظبت كل حاجة فية بس المشكلة دى احتارت فيها عاوز اعرف منين العيب دة كل ما اجى ادخل الجوبيتر باخد كراش و الاكونت بعد كدة بيفتح عادى بس بيكون برة الجوبيتر

xxxlitaxxx 12-01-2013 04:06 PM

طيب انت فكيت ملفات الجبيتر فى ملفات السيرفر ؟
Blitzkrieq_Bin_Data\Data

kakan 12-01-2013 04:11 PM

ايوة جربت الداتا الى فى الكلينت و جربت KSroDateEnd_OF_W0RLD

kakan 12-01-2013 04:12 PM

الكلينت والداتا Castaway

kakan 12-01-2013 07:39 PM

جديد
[IMG]http://im17.gulfup.com/1cZy1.png[/IMG]
انا فكيت الداتا الى فى الكلينت و بيوصل لحد هنا ومش بيكمل
مع ان الرام 4 جيجا

kakan 13-01-2013 03:20 AM

يا رجالة الموضوع زاى مهوا دلوقتى اجى ادخل الجوبيتر بيجيلى كراش يا ريت الحل
:crash::crash::crash::crash::crash::crash::crash:

kakan 13-01-2013 03:42 PM

up
:gap:


الساعة الآن 12:55 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.