Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 12:31

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

Advertisement



[HELP] how to change the date of the Dungeon of Denebe

Discussion on [HELP] how to change the date of the Dungeon of Denebe within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
OkumuraRin's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 51
Received Thanks: 1
[HELP] how to change the date of the Dungeon of Denebe

I would like to know where the script of Siege or other file that I can change the date of the Dungeon of Denebe, for this to Wednesday to 18:00 and I wanted to put Monday to 18:00

who knows please pass me the script highlighting the line where I change
OkumuraRin is offline  
Old 07/28/2009, 23:11   #2
 
OkumuraRin's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 51
Received Thanks: 1
below the script, who can edit the line for me and send back

thanks


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()
-DEFAULT-//SELECT @v_siege_start_date = CONVERT(VARCHAR(10), DATEADD(d, 15-DATEPART(dw, @i_GetDate), @i_GetDate), 112) + '210000'
-Once week every Saturday-//SELECT @v_siege_start_date = CONVERT(VARCHAR(10), DATEADD(d, 7-DATEPART(dw, @i_GetDate), @i_GetDate), 112) + '210000'
-Once Week every Sunday-//SELECT @v_siege_start_date = CONVERT(VARCHAR(10), DATEADD(d, 8-DATEPART(dw, @i_GetDate), @i_GetDate), 112) + '210000'
-Every 3 Days-//SELECT @v_siege_start_date= CONVERT(VARCHAR(10),GetDate()+3,112)+'210000'

--//Set the line below with which one you want above after you do, delete above lines and query it
SELECT @v_siege_start_date = CONVERT(VARCHAR(10), DATEADD(d, 15-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 = '001'
SET @guild_name = 'ϵͳĬÈÏ'
SET @v_siege_no = SUBSTRING(dbo.FN_DateToShortStrDate(GetDate()), 3, 4) + '0001'
INSERT
INTO GUILD_INFO(guild_code, guild_name, guild_Level, bystate, bychannel)
VALUES (@guild_code, @guild_name, 3, 1, 1)
INSERT
INTO SIEGE_INFO(SIEGE_NO, CHANNEL_NO, GUILD_CODE, GUILD_NAME,
DWSTARTTIME, BYREGISTTIMEFLAG, DEFENDER_INFO, SIEGE_TAG)
VALUES (@v_siege_no, 1, @guild_code, @guild_name,@v_siege_start_time, 1, 0X0000, '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_star t_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
OkumuraRin is offline  
Old 07/29/2009, 07:38   #3
 
elite*gold: 0
Join Date: Jul 2009
Posts: 10
Received Thanks: 0
Server: Message 208, level 16, condition 1, 29
individual names 'dbo.FN_DateToShortStrDate' error
sun7684 is offline  
Reply


Similar Threads Similar Threads
How to change dungeon lvl
06/16/2009 - Dekaron Private Server - 1 Replies
Hello people i´ve got a question how i can change the maximal enter lvl of dugeon`s like crespo dungeon or crevive. Thank you =)
|HelP|How to Change Date IN Game Parch 5065
06/10/2009 - CO2 Private Server - 4 Replies
|HelP|How to Change Date IN Game Parch 5065 http://www3.0zz0.com/2009/06/10/15/716834761.jpg :confused: :confused: :confused: :confused:
Random Picture[About Denebe]
09/06/2008 - Dekaron Private Server - 5 Replies
http://i35.tinypic.com/9zuj6e.png Lol, this was from the song called "It's going down" by Young Joc. Meet me in the club It's going down
HELP WITH VAC in denebe
03/27/2008 - Dekaron - 8 Replies
Hey guys i don't have more power for this stupid vac . There is a lot of tutorials and every tutorial is saying different words . With what i need help ? i have USA folder for vac . In norak/castor 2 it's works wonderful . But i want vac in Denebe - Lizadrmans . I tried everything and they don't want to follow me and they are attacking after i hitted them . I chamged 2,3,4,14,16,17 colums to 99 in info.csv . Even i tried others setups and didin't work . In monster.csf i chnaged lizardman -301...
denebe.whs error
03/07/2008 - Dekaron - 0 Replies
i open data.pak in hex editor then open denebe.whs i get error saying "command execution error line 6: ReplaceAll lizard.dss zzzzzz.dss" anyone can help me out?



All times are GMT +1. The time now is 12:32.


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.