Register for your free account! | Forgot your password?

You last visited: Today at 16:09

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

Advertisement



Guild Problem

Discussion on Guild Problem within the Shaiya PServer Development forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2013
Posts: 19
Received Thanks: 1
Guild Problem

Hello. I have problems on my server. I searched and executed query's from epvp about guild reset after restart. Now when some players create guilds in game i can't see on database. Why ? What is problem ?
davidinus is offline  
Old 11/23/2014, 00:47   #2
 
elite*gold: 0
Join Date: Jul 2013
Posts: 15
Received Thanks: 9
This has been Answered several times, on this fourm you can use the search or since im a nice guy your gonna do into
1.MSSQl
2.dbo.PS_GameData
3.Right Click dbo.Guilds
4.Drop and Create to and then execute that script boom done!

Or use this code:

[DEV]Cyber is offline  
Old 11/23/2014, 11:06   #3
 
elite*gold: 0
Join Date: Sep 2013
Posts: 19
Received Thanks: 1
Msg 102, Level 15, State 1, Line 16
Incorrect syntax near '('.
davidinus is offline  
Old 11/23/2014, 11:21   #4
 
elite*gold: 0
Join Date: Jul 2013
Posts: 15
Received Thanks: 9
Try this Code

[DEV]Cyber is offline  
Old 11/24/2014, 15:11   #5
 
elite*gold: 0
Join Date: Oct 2011
Posts: 220
Received Thanks: 62
DELETE YOUR OLD GUILD FROM YOUR SQL DB

Here you have , please just keep searching what your looking for and you will find it

USE [PS_GameData]
GO
/****** Creation Guild Fixed by [DEV]MixStaR: Under Of Shaiya - ******/

SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Guilds](
[RowID] [int] IDENTITY(1,1) NOT NULL,
[GuildID] [int] NOT NULL,
[GuildName] [varchar](30) COLLATE Chinese_PRC_Stroke_CI_AS NOT NULL,
[MasterUserID] [varchar](18) COLLATE Chinese_PRC_Stroke_CI_AS NOT NULL,
[MasterCharID] [int] NOT NULL,
[MasterName] [varchar](30) COLLATE Chinese_PRC_Stroke_CI_AS NOT NULL,
[Country] [tinyint] NOT NULL,
[TotalCount] [smallint] NOT NULL,
[GuildPoint] [int] NOT NULL,
[Del] [tinyint] NOT NULL CONSTRAINT [DF_Guilds_Del] DEFAULT ((0)),
[CreateDate] [datetime] NOT NULL,
[DeleteDate] [datetime] NULL,
CONSTRAINT [PK_Guilds] PRIMARY KEY CLUSTERED
(
[GuildID] ASC
)WITH (IGNORE_DUP_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY]

GO
superklamus is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Guild problem
09/06/2014 - Metin2 Private Server - 2 Replies
Hi there I have 2 big problems here. First is about guild. At guardian i wanna make that when i guild is maked to require lv 75, yang and some items. Anything i change in quest it didn`t make sense. The only thing is needed when i make guild is lv. 40 and 200.000 yang. Somebody can help me with a new quest, or something i can do ? The quest : elseif pc.get_level()<75 then say_title("Gardian:") say("Imi pare rau dar nu ai nivelul necesar") say("pentru a te putea lasa sa...
Guild war problem
06/25/2012 - Metin2 Private Server - 0 Replies
Hi, I have a problem with the war between guilds: When you try to declare war guild leader says that the opponent is offline. The two guilds are both lev 20 and over 10 members, we also tested the same map, but nothing, always says that it is offline. I also tried to put the index in config game99 110 111, but the problem persists. Use File, 2011 with Rev. 2019, those who can help me? Thank you.
guild problem
12/18/2011 - Metin2 Private Server - 0 Replies
the problem is the maximum level of guild exp 0. How to make donations?
Guild War Problem
05/29/2011 - Flyff Private Server - 0 Replies
Servas, also ich habe folgendes Problem: Ich will den GGW bzw. halt den Guild Siege machen und ich kann mich anmelden und so, das ist alles kein problem, ich komme bis zu dem Punkt wo man in die GW Arena geblinkt wird und dann noch ein paar minuten auf den Anfang warten muss. nach dieser Zeit werde ich in den Kampfteil geportet und dann laufen 10 sek ab und der GW ist vorbei. Somit geht mir der Teil der Kampfzeit ab. Ich vermute es liegt daran, das bei den Files keine Guild Combat dabei...
problem with guild
07/18/2010 - Dekaron Private Server - 3 Replies
I had problem with creating guild emblem so i checked tables, there wasnt guild ranks so i writed all masterscodes again but if i go in game and try to make a guild it says fail to create a guild! Some1 have any idea what may be a problem?



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


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.