Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron
You last visited: Today at 13:09

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

Advertisement



Dekaron Guild Authority

Discussion on Dekaron Guild Authority within the Dekaron forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2012
Posts: 17
Received Thanks: 0
Dekaron Guild Authority

Hello, I think the due help me for the guild. Create a guild and do not privileges as leader. How can I fix the problem?


FN_GetGuildCode

/************************************************** ****************************
이 름 : FN_GetGuildCode
설 명 : character_name을 입력하면 guild_code를 반환한다.
반환값 : Guild_info.Guild_Code
예 제 : select dbo.FN_GetGuildCode('jjugi')
수정내역:
Ver Date Author Description
--------- ---------- --------------- ------------------------------------
1.0 2005-05-28 한지욱 1. 초기생성
************************************************** ****************************/
CREATE Function dbo.FN_GetGuildCode (
@i_character_name varchar(40) -- Character_Name
) RETURNS char(10)
AS
BEGIN
DECLARE @v_guild_code char(10)
IF Len(IsNull(@i_character_name, '')) > 0
BEGIN
SELECT @v_guild_code = guild_code
FROM Guild_Char_Info WITH(NOLOCK)
WHERE character_name = @i_character_name
END
RETURN ISNULL(@v_guild_code,'')
END
FN_GetGuildMasterName :


/************************************************** ****************************
이 름 : dbo.FN_GetGuildMasterName
설 명 : 길드의 마스터명을 반환한다.
반환값 : dbo.GUILD_CHAR_INFO.character_name
예 제 : SELECT dbo.FN_GetGuildMasterName('MASTERCODE')
수정내역:
Ver Date Author Description
--------- ---------- --------------- ------------------------------------
1.0 2006-05-15 Han JiWook 1. 초기생성
************************************************** ****************************/
CREATE FUNCTION dbo.FN_GetGuildMasterName (
@i_guild_code varchar(20)
) RETURNS varchar(50)
AS
BEGIN
DECLARE @v_guildmaster_name varchar(50)
IF Len(IsNull(@i_guild_code, '')) > 0
BEGIN
SELECT @v_guildmaster_name = character_name
FROM dbo.GUILD_CHAR_INFO WITH(NOLOCK)
WHERE guild_code = @i_guild_code
AND peerage_code = 0
END
RETURN ISNULL(@v_guildmaster_name, '')
END
FN_GetGuildPeerageName :

/************************************************** ****************************
이 름 : FN_GetGuildPeerageName
설 명 : 길드의 작위명을 반환한다.
반환값 : GUILD_PEERAGE.peerage_name
예 제 : select dbo.FN_GetGuildPeerageName('0506000070', 0) -- 반환값=길드마스터
수정내역:
Ver Date Author Description
--------- ---------- --------------- ------------------------------------
1.0 2005-07-04 최지환 1. 초기생성
************************************************** ****************************/
CREATE Function dbo.FN_GetGuildPeerageName (
@i_guild_code varchar(20),
@i_peerage_code int -- Character_No
) RETURNS varchar(40)
AS
BEGIN
DECLARE @v_peerage_name varchar(40)
IF Len(IsNull(@i_guild_code, '')) > 0 AND @i_peerage_code IS NOT NULL
BEGIN
SELECT @v_peerage_name = peerage_name
FROM dbo.GUILD_PEERAGE WITH(NOLOCK)
WHERE guild_code = @i_guild_code
AND peerage_code = @i_peerage_code
END
RETURN ISNULL(@v_peerage_name, '')
END


This I think is good and I do not think there can be trouble. If you can, I would be very grateful for the help.
Maybe you have a fixed version of the guild is very good, if you divide.
That's not deaf second theme, which is another problem with me.
Aloken throws client can not connect as soon as you want to choose Aloken may have fixed the files?

Sorry for bad english, I'm from Lithuania.
Nexis21 is offline  
Reply


Similar Threads Similar Threads
[Buying] ( URZARK) Authority of loser
10/12/2013 - Archlord Trading - 3 Replies
WTB some authority of loser looking for at least 50
Regarding GM Authority in Adeilson Source
06/19/2013 - Flyff Private Server - 5 Replies
I would like to ask if what letter is for GM, Developer, and Event GM? Because i all i know is the Z and P? What is the other letters? I'm using Adeilson Source Update 3. Kindly Post it here. Thanks in Advance. :handsdown:
Authority of the Loser
02/08/2013 - Archlord - 8 Replies
I killed many 80lv BS bosses but never got that. It's hard to get this boss on Urzark, because some ppl farm there 24/7 and come there with full buff/deleveled chars so I can't compete with my jump toon, but sometimes I get chance, and kill this bosses. This stone drop only from specified boss (like this hard one with all stat and dot debuffs) or any kind of this bosses? Also, if someone got it from 70lv boss too, let me know.
How the authority can not I'll make the game manager
03/30/2012 - SRO Private Server - 1 Replies
how to play'll give administrator privileges? I opened a new server.
authority of the Loser
03/16/2012 - Archlord - 8 Replies
can someone help me or show me how do i drop the "Authority of the Loser"?.. my friend been grinding for couple week and killing all the bosses in BS but have not drop any Authority of the Loser yet?.. if anyone has information about this. Please post it and let us know. Appreciated.



All times are GMT +2. The time now is 13: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.