Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 22:14

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

Advertisement



SIEGE guild problem!!! HELP!

Discussion on SIEGE guild problem!!! HELP! within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2010
Posts: 2
Received Thanks: 1
SIEGE guild problem!!! HELP!

Hy!
I using DK difference client/servefiles/sql db and when I tried to fix the siege with a script (see below) I got this guild error:



I tried two version:
-I run the script. The script is create a new guild (MadeInHungary) and the picture is the scripts effect [The siege dont work and the guild dont have members].
-I create manually a new guild in the client (MadeInHungary) and I run the script. I restart the client and Im kicked from the new guild and the picture is the scripts effect [The siege dont work and the guild dont have members].

I tried with other guild names and guild codes.

And I also tried other client/servefiles/sql db

[If I dont use the script the siege isnt working and the siege info does not exist]

And If anyone know how to change the 2000 to 2010 please tell me! THX!

PLEASE HELP! SORRY for my bad english.

Script:

PHP Code:
USE [Character];
GO

DECLARE @v_siege_no char(10)
DECLARE @
guild_code varchar(10)
DECLARE @
guild_name varchar(30)
DECLARE @
v_strDate varchar(10)
DECLARE @
v_regdate varchar(10)
DECLARE @
v_strChannel varchar(2)
DECLARE @
i_bychannel tinyint
DECLARE @o_dwDungeonRegistTime varbinary(4)
DECLARE @
o_DeadFrontTimeInfo varbinary(1000)
DECLARE @
o_sp_rtn int
DECLARE @o_dwRegistTimeStart varbinary(4)
DECLARE @
o_dwRegistTimeEnd varbinary(4)
DECLARE @
o_dwTaxRegistTime varbinary(4)
DECLARE @
o_dwStartTime varbinary(4)
DECLARE @
o_dwRegistTime varbinary(4)
DECLARE @
v_strDate1 varchar(10)
DECLARE @
i_GetDate datetime
DECLARE @v_siege_start_date varchar(14)
DECLARE @
v_siege_start_time varbinary(4)

SET @i_GetDate=getdate()

-- 
Siege War Every Saturday:

SELECT @v_siege_start_date CONVERT(VARCHAR(10), DATEADD(d7-DATEPART(dw, @i_GetDate), @i_GetDate), 112) + '210000'

-- 

SELECT @v_siege_start_time SUBSTRING(@v_siege_start_date,4,1) * 100000000
SUBSTRING(@v_siege_start_date,5,2) * 1000000
SUBSTRING(@v_siege_start_date,7,2) * 10000
SUBSTRING(@v_siege_start_date,9,2) * 100
SUBSTRING(@v_siege_start_date,11,2)

SET @guild_code '1007000008'
SET @guild_name 'MadeInHungary'
SET @v_siege_no SUBSTRING(dbo.FN_DateToShortStrDate(GetDate()), 34) + '0001'
INSERT
INTO GUILD_INFO
(guild_codeguild_nameguild_Levelbystatebychannel)
VALUES (@guild_code, @guild_name311)
INSERT
INTO SIEGE_INFO
(SIEGE_NOCHANNEL_NOGUILD_CODEGUILD_NAMEDWSTARTTIMEBYREGISTTIMEFLAGDEFENDER_INFOSIEGE_TAG)
VALUES (@v_siege_no1, @guild_code, @guild_name,@v_siege_start_time10X0000'Y')

EXEC SP_SIEGE_START_TIME_U @guild_code,1,0x01,@v_siege_start_time output,@o_dwRegistTime output,@o_sp_rtn output

SET 
@v_strDate1=dbo.FN_BinDateToDateTime(@v_siege_start_time)

DECLARE @
P1 varchar(13)
SET @P1=NULL
DECLARE @P2 varchar(33)
SET @P2=NULL
DECLARE @P3 varchar(25)
SET @P3=NULL
DECLARE @P4 varbinary(4)
SET @P4=NULL
DECLARE @P5 varbinary(4)
SET @P5=NULL
DECLARE @P6 varbinary(4)
SET @P6=NULL
DECLARE @P7 varbinary(4)
SET @P7=NULL
DECLARE @P8 varbinary(4)
SET @P8=NULL
DECLARE @P9 varbinary(4)
SET @P9=NULL
DECLARE @P10 varbinary(4)
SET @P10=NULL
DECLARE @P11 varbinary(2)
SET @P11=NULL
DECLARE @P12 varbinary(2)
SET @P12=NULL
DECLARE @P13 varbinary(2)
SET @P13=NULL
DECLARE @P14 int
SET 
@P14=NULL
DECLARE @P15 int
SET 
@P15=NULL
DECLARE @P16 varbinary(4)
SET @P16=NULL
DECLARE @P17 varbinary(996)
SET @P17=NULL
DECLARE @P18 varbinary(996)
SET @P18=NULL
DECLARE @P19 varbinary(1000)
SET @P19=NULL
DECLARE @P20 int
SET 
@P20=NULL
EXEC SP_SIEGE_INFO_R 1
, @P1 output, @P2 output, @P3 output, @P4 output, @P5 output, @P6 output, @P7 output, @P8 output, @P9 output, @P10 output, @P11 output, @P12 output, @P13 output, @P14 output, @P15 output, @P16 output, @P17 output, @P18 output, @P19 output, @P20 output
SELECT 
@P1, @P2, @P3, @P4, @P5, @P6,@v_strDate1 
zsombee is offline  
Thanks
1 User
Old 07/22/2010, 07:56   #2
 
Zombe's Avatar
 
elite*gold: 20
Join Date: Dec 2007
Posts: 1,451
Received Thanks: 840
Its ok, doesn't matter, after the next siege when someone takes the castle for real, the error will fix by itself.

BUT WTF IS UP WITH YOUR NICKNAME?! O_O"
Zombe is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[Help]Guild Problem
07/20/2010 - CO2 Private Server - 3 Replies
Hey guys...I've been wondering if some of you can tip me with a good "Pass Leadership" code... I've made this one #region Leadership else if (Control == 7) { if ((GC.MyChar.MyGuild != null && GC.MyChar.GuildRank == NewestCOServer.Features.GuildRank.GuildLeader)) { ...
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?
[Siege] Problem
01/16/2010 - Dekaron Private Server - 0 Replies
we've had siege on the server for awhile now we've just never used it and I went to test it out today an it started fine then brief few seconds later we get a DP_SiegeDefender error or some crap like that, is this because we don't have a guild setup as a defender and if thats the cause how exactly do i go about setting that up.
Problem with siege start
02/06/2009 - Dekaron Private Server - 3 Replies
Hi , i have problem with siege i typed /gm siegestart 1 then dekaron server error..; and serverdown anyone know this problem solution?? this is db problem?? i opened character->view->vw siegetaxmng
Guild problem
01/03/2009 - Dekaron Private Server - 8 Replies
Hey. Recently, there's been a bug or something in my guild. Whenever you press "g", you instantly crash. Everyone in my guild has the problem, and i was just wondering if there's another way to leave the guild. Cheers, Zenuki



All times are GMT +1. The time now is 22:16.


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.