Okay. I have been stuck with this Siege **** for the last 2 weeks. My siege wont work.
I have no clue if that even means siege is not in my db.
I have been following the guide here.
I am using Microsoft SQL Server 2008. I also have no clue if I may need a different script when using a different version. I would say no due to the fact that there aren't any posts with 2008 siege scripts. Bare with me please.
I also tried to use the siege start command in game and it's just crashing the whole game.
I had 2 different dekaron DEV's try and help me out. Neither of which knew what was going on...
Now i'm left with asking my fellow mate on ePvpers! Please help me if you know ANYTHING!
Okay. I have been stuck with this Siege **** for the last 2 weeks. My siege wont work.
I have no clue if that even means siege is not in my db.
I have been following the guide here.
I am using Microsoft SQL Server 2008. I also have no clue if I may need a different script when using a different version. I would say no due to the fact that there aren't any posts with 2008 siege scripts. Bare with me please.
I also tried to use the siege start command in game and it's just crashing the whole game.
I had 2 different dekaron DEV's try and help me out. Neither of which knew what was going on...
Now i'm left with asking my fellow mate on ePvpers! Please help me if you know ANYTHING!
Thanks in advance.
last time i tested sql 2012 siege was working fine, so its not about using a different version. i would suggest you to restore your character db using a working one that has also siege working.
I have use this EXACT same DB for my test server and the siege works 100%.
How can I go about restoring my DB and SAVING every account and character due to the MANY players I have now.
I have use this EXACT same DB for my test server and the siege works 100%.
How can I go about restoring my DB and SAVING every account and character due to the MANY players I have now.
Great! Got everything including the backup! Now to fix why I cant get my dshop wings to actually work. When I try to buy them they just give an error in numbers due to missing string. I would say because Im missing it from the itemcash. So how would I go about editing them into itemcash?
Great! Got everything including the backup! Now to fix why I cant get my dshop wings to actually work. When I try to buy them they just give an error in numbers due to missing string. I would say because Im missing it from the itemcash. So how would I go about editing them into itemcash?
Okay so i got siege working but for some reason after changing the script to make my staff guild castle leader, It kicked myself and everyone from the guild. I managed to get us all back in it and we have the siege castle, but NOW I can't even log onto the guild leader character. It gets to 99% loading of the map and poof. Everyone else and log on and they see that we are castle owners. Then when I go to the siege map and start siege its half *** working. The icons pop and show that we are holding all the pendents but then when I bring a random guild in they cant do anything. (Obviously because they didn't apply for siege.) Anyhow, after using siegeend now, we all get stuck and cant move, then the whole server crashes. I then have to reboot everything.
delete siege from tables: SIEGE_INFO, SIEGE_RESULT_LOG, GUILD_INFO (guild_code: 001), set in GUILD_INFO all bystate and bychannel to 0.
use this:
Quote:
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 = '20130' + CAST(CAST(@i_bin_time as int) as varchar(20))
ELSE
IF len(@v_strAux) = 8
SELECT @v_strtime = '2013' + 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
and finally run your siege script
this should fix your problem (atleast it fixed mine)
Okay, I fully understand I just want to be clear on a few things before attempting anything.
Delete old siege tables, Set ALL guild's channel's and states to 0 (which will remove siege castle owners) then Run your listed script above. After yours then run my scripts
Why would I be getting that [Fail Error]Siege_Tax_U.
HELP With siege. 11/04/2011 - Dekaron Private Server - 7 Replies someone can tell me what happens here?
http://i44.tinypic.com/11cgjmg.png
[HELP]Siege 02/06/2011 - Dekaron Private Server - 13 Replies Hello again i need help with siege i need some1 to tell me step by step how to add siege scripts and i need siege scripts too... i ve rode last post bout help with siege , and shadow posted alots of scripts and i was like wtf and i coudnt understand nothing so can some1 help pls ?
-Thanks
Siege help 09/26/2009 - Dekaron Private Server - 7 Replies First of all my server is running 100%. But here my problem i put Siege code in db and i can start it in game but when i go to the teleport to go there i get this message "You are not authorized to participate in the \Siege Battle" How can i fix this so i and other's can enter. Thanks givin in advance.
Also i have seached and found nothing on this .
[HELP]SIege War 07/13/2009 - Dekaron Private Server - 16 Replies I would like to know how the system of Siege, because I bought my gameserver from a client which runs the Siege, but I asked them they told that the time of the Siege is automatic to start, I just do not know how to enter the gild The Siege and do the ritual, someone could explain me? because when I use the command / gm siegestart of an error in dekaronserver.exe, I would like someone to help me
siege? 06/07/2008 - Archlord - 2 Replies Could someone post a link where everything is explained about sieging. All the things i should know.
Thx.
Post №500