[RELEASE]TEMPORARY (MAYBE OFFICIAL) FIX FOR SIEGE/DF ERRORS
Hello Epvpers,
to all who are having problems with the siege script and also
Deadfront not starting properly I have here a temporary fix.
Need more tests, as my time is short, i leave it here to all try
to improve it and also test it more.
Query:
Code:
USE [Character]
GO
/****** Object: UserDefinedFunction [dbo].[FN_BinDateToDateTime] Script Date: 01/10/2010 19:35:14 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
/******************************************************************************
이 름 : dbo.FN_BinDateToDateTime
설 명 : Binary Date를 DateTime 형식으로 반환한다.
반환값 :
수정내역:
Ver Date Author Description
--------- ---------- --------------- ------------------------------------
1.0 2006-05-05 Han Ji Wook 1. 초기생성
2.0 2010-01-10 ADM-Cyrax/Darth Nerd
******************************************************************************/
ALTER FUNCTION [dbo].[FN_BinDateToDateTime] (
@i_bin_time binary(4)
) RETURNS datetime
AS
BEGIN
DECLARE @v_datetime datetime
DECLARE @v_strAux varchar(20)
DECLARE @v_strtime varchar(20)
SET @v_strAux = CAST(CAST(@i_bin_time as int) as varchar(20))
IF len(@v_strAux) = 7
SELECT @v_strtime = '20100' + CAST(CAST(@i_bin_time as int) as varchar(20))
ELSE
IF len(@v_strAux) = 8
SELECT @v_strtime = '2010' + CAST(CAST(@i_bin_time as int) as varchar(20))
ELSE
SELECT @v_strtime = '201' + CAST(CAST(@i_bin_time as int) as varchar(20))
SELECT @v_strtime = SUBSTRING(@v_strtime,1,4)
+'-'+SUBSTRING(@v_strtime,5,2)
+'-'+SUBSTRING(@v_strtime,7,2)
+' '+SUBSTRING(@v_strtime,9,2)
+':'+SUBSTRING(@v_strtime,11,2)
SELECT @v_datetime = CAST(@v_strtime as datetime)
RETURN @v_datetime
END
Any one verified this working on sql 2005? Im busy atm with some other things so cant do it if it not works i need to again restore database wich i dont want to .
so if i Go to BACKUP Databases i will BACKUP Databases with u new Code ?
Quote:
Originally Posted by Darth Nerd
Hello Epvpers,
to all who are having problems with the siege script and also
Deadfront not starting properly I have here a temporary fix.
Need more tests, as my time is short, i leave it here to all try
to improve it and also test it more.
Query:
Code:
USE [Character]
GO
/****** Object: UserDefinedFunction [dbo].[FN_BinDateToDateTime] Script Date: 01/10/2010 19:35:14 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
/******************************************************************************
이 름 : dbo.FN_BinDateToDateTime
설 명 : Binary Date를 DateTime 형식으로 반환한다.
반환값 :
수정내역:
Ver Date Author Description
--------- ---------- --------------- ------------------------------------
1.0 2006-05-05 Han Ji Wook 1. 초기생성
2.0 2010-01-10 ADM-Cyrax/Darth Nerd
******************************************************************************/
ALTER FUNCTION [dbo].[FN_BinDateToDateTime] (
@i_bin_time binary(4)
) RETURNS datetime
AS
BEGIN
DECLARE @v_datetime datetime
DECLARE @v_strAux varchar(20)
DECLARE @v_strtime varchar(20)
SET @v_strAux = CAST(CAST(@i_bin_time as int) as varchar(20))
IF len(@v_strAux) = 7
SELECT @v_strtime = '20100' + CAST(CAST(@i_bin_time as int) as varchar(20))
ELSE
IF len(@v_strAux) = 8
SELECT @v_strtime = '2010' + CAST(CAST(@i_bin_time as int) as varchar(20))
ELSE
SELECT @v_strtime = '200' + CAST(CAST(@i_bin_time as int) as varchar(20))
SELECT @v_strtime = SUBSTRING(@v_strtime,1,4)
+'-'+SUBSTRING(@v_strtime,5,2)
+'-'+SUBSTRING(@v_strtime,7,2)
+' '+SUBSTRING(@v_strtime,9,2)
+':'+SUBSTRING(@v_strtime,11,2)
SELECT @v_datetime = CAST(@v_strtime as datetime)
RETURN @v_datetime
END
what i mean, is 2011 isnt one of the possibilites, if im looking at it right (even tho it is poorly coded, sorry) it looks like it can either be a year that starts with '200' (i.e. 2009, 2008, 2008) or it can be 2010, so next year, even tho this one doesnt work correctly now, its not going to work . . .
Okay, as i have said previously... this script needs to be tested more times, and also improved. Just a temporary fix.
hey man, at least ur making a **** good attempt at learning how it works tho, u got the right idea, just need to apply it in a different way, think outside the box
[RELEASE][GCPH] Temporary Hack Files 11/02/2009 - Grand Chase Hacks, Bots, Cheats & Exploits - 174 Replies Kindly READ this whole post first TO LESSEN UP QUESTIONS... Thanks...
Tested this evening, October 29, 2009...
Edited... Working and Undetected .kom Files...
Hacks:
• 1 Hit KO (if melee use jump attack, if range or magic do normal attack...)
• Yellow Lines (hit the uppermost yellow line so that everything in the map will die...)
*ADDED:
[Release]Grand Chase PH temporary hack 11/02/2009 - Grand Chase Hacks, Bots, Cheats & Exploits - 62 Replies The search is over.. But still let's wait for sir Brian~ to be done..
Here is the Link:- Sudden Death Hack
Instruction's are in the notepad named "Open First"
Virus Scan:Virus Scan
Credits on :VirusTotal
MP hack download link-->MP hack
LotRO: Siege of Mirkwood Release Date 10/01/2009 - Gaming News - EN - 1 Replies Patrons of Middle-earth won't have too much longer to wait on the new digital expansion for The Lord of the Rings Online titled Siege of Mirkwood. According to a recent announcement by Turbine the new expansion will launch in North America on December 1st, 2009.
Read the full announcement here.
(via tentonhammer, thx!)
LotRO - Siege of Mirkwood Release Datum 09/30/2009 - Gaming News - DE - 1 Replies Fans der Mittelerde-Mythologie müssen nicht mehr lange auf die virtuelle Erweiterung von The Lord of the Rings Online, genannt "The Siege of Mirkwood" (Die Belagerung des Düsterwalds) warten. Turbine kündigte an, dass die Erweiterung am 1. Dezember in Nord-Amerika an den Start geht.
Lies die volle Ankündigung hier
(Danke an tentonhammer!)