Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Shaiya > Shaiya Private Server
You last visited: Today at 09:16

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

Advertisement



Fix guild on private server

Discussion on Fix guild on private server within the Shaiya Private Server forum part of the Shaiya category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2009
Posts: 183
Received Thanks: 47
Question Fix guild on private server

Hello everyone, I still have bug on guild system, I have try alot way, I have set it up same as Twilight say on other forum but when i shut down server guild still disapear, also I noticed when i create a guild in game it dosent wrote any infos on guild.dbo table, it wrote only on guildchars.dbo.
Anyone can guide me on how fix it?
thanks
ImortalPain is offline  
Old 10/10/2010, 19:56   #2
 
patoringa's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 103
Received Thanks: 26
I have the same problem here. The server is working fine. Some players have created a guild yesterday, and it worked until this morning.
When I rebooted the server, I was reported that the Guild has vanished.
I have checked the database and there is no guild there.
Help us!
patoringa is offline  
Old 10/10/2010, 21:59   #3
 
elite*gold: 0
Join Date: Mar 2010
Posts: 42
Received Thanks: 18
Here are the fixes twilight had posted an to get them to work properly i would advise to delete ur old dbo.guilds an then run the query to create a whole new dbo. Heres the file. Credit goes to Twilight with this.
Attached Files
File Type: rar Guild.rar (425 Bytes, 1192 views)
Sinthorn320 is offline  
Thanks
7 Users
Old 10/11/2010, 13:43   #4
 
patoringa's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 103
Received Thanks: 26
Thx for help.
patoringa is offline  
Old 10/12/2010, 11:52   #5
 
ProfNerwosol's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 449
Received Thanks: 644
There's an error in query. It will make every guild created to be auto dismissed.

[DeleteDate] [datetime] DEFAULT getdate() <-- you should not insert date here, instead change it to this (NOTE: remove brackets around date types):

Code:
[DeleteDate] datetime NULL
or run this (if you already recreated the table)

Code:
ALTER TABLE PS_GameData.dbo.Guilds ALTER COLUMN DeleteDate datetime NULL
I also recommend not to re-create tables unless it's necessary. This should solve your problem without recreating the table:

Code:
ALTER TABLE PS_GameData.dbo.Guilds ALTER COLUMN [GuildName] varchar (30) COLLATE Latin1_General_CI_AS NOT NULL;
ALTER TABLE PS_GameData.dbo.Guilds ALTER COLUMN [MasterUserID] varchar (18) COLLATE Latin1_General_CI_AS NOT NULL;
ALTER TABLE PS_GameData.dbo.Guilds ALTER COLUMN [MasterName] varchar (30) COLLATE Latin1_General_CI_AS NOT NULL;
There's no Primary Key on GuildID column as the original table had. Run this to restore it:

Code:
ALTER TABLE PS_GameData.dbo.Guilds ADD CONSTRAINT PK_GuildID PRIMARY KEY CLUSTERED (GuildID)
ProfNerwosol is offline  
Thanks
6 Users
Old 10/12/2010, 15:36   #6
 
elite*gold: 0
Join Date: Mar 2010
Posts: 42
Received Thanks: 18
i had deleted my dbo.guilds an ran that quiry an i havent had a single problem with my guilds since o.O
Sinthorn320 is offline  
Old 08/13/2011, 01:46   #7
 
elite*gold: 0
Join Date: Apr 2011
Posts: 122
Received Thanks: 5
nice ty
mss_pretty is offline  
Old 08/13/2011, 09:23   #8
 
elite*gold: 0
Join Date: Aug 2011
Posts: 15
Received Thanks: 9
this should help this is what i use for my server

Quote:
CREATE TABLE [dbo].[Guilds] (
[RowID] [int] IDENTITY (1, 1) NOT NULL ,
[GuildID] [int] NOT NULL ,
[GuildName] [varchar] (30) COLLATE Latin1_General_CI_AS NOT NULL ,
[MasterUserID] [varchar] (18) COLLATE Latin1_General_CI_AS NOT NULL ,
[MasterCharID] [int] NOT NULL ,
[MasterName] [varchar] (30) COLLATE Latin1_General_CI_AS NOT NULL ,
[Country] [tinyint] NOT NULL ,
[TotalCount] [smallint] NOT NULL ,
[GuildPoint] [int] NOT NULL ,
[Del] [tinyint] DEFAULT (0) ,
[CreateDate] [datetime] (getdate()) ,
[DeleteDate] [datetime] (getdate())
) ON [PRIMARY]
[GM]Twinky is offline  
Thanks
2 Users
Old 08/13/2011, 09:37   #9
 
[GM]Recover's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 279
Received Thanks: 164

its at the bottom of this thread
Twinky you Uploaded the wrong its guild not friends
[GM]Recover is offline  
Thanks
2 Users
Old 08/13/2011, 09:50   #10
 
elite*gold: 0
Join Date: Aug 2011
Posts: 15
Received Thanks: 9
ty recover i through i got guild
[GM]Twinky is offline  
Reply


Similar Threads Similar Threads
Metin2 Private Server Guild Bug - HELP
02/20/2011 - Metin2 Private Server - 7 Replies
I created a private server, but when I go to the NPC who creates guild and click it , there is no message... no window showing up... I can't create a guild because of this.... I now how to use navicat and Filezilla but I can't find any problems.... Pls if anyone knows, tell me in english how to fix it...
Private server guild.
01/27/2008 - Silkroad Online - 0 Replies
Sorry if the topic is in wrong place, then move it pls. But. I made a guild in the private server named : "Shinsengumi" Its lvl 2, and im looking for new members. Feel free to post here or pm ingame : Loll And im looking for union. oh, and inv123, tell me ur char name.
Guild Wars Private Server
07/08/2007 - Guild Wars - 31 Replies
Hallo Leute wäre so etwas possible einen guild wars server zu machen irgendwie?google hilft mir da auch net weiter -.-



All times are GMT +2. The time now is 09:16.


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.