[Release]Dragonica Server Files

08/16/2011 15:37 naty48#1066
no they are not the same.
anyway i need the last one from narutodr
because its IAH config.inb and not Playcool since i'am using thier client now.
so if you could do it i would be happy to release my guide :p
08/16/2011 15:46 Ekey#1067
Quote:
Originally Posted by narutodr View Post
Ekey can you decrypt this config.inb pls?
I gave wrong one be4 :(
[Only registered and activated users can see links. Click Here To Register...] - config
[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by naty48 View Post
no they are not the same.
anyway i need the last one from narutodr
because its IAH config.inb and not Playcool since i'am using thier client now.
so if you could do it i would be happy to release my guide :p
Upload your config.inb which it is necessary decrypt.
08/16/2011 15:50 wishly#1068
oh okay sorry misunderstanding...

anyway its okay if i run the server without LOG in DR2_siteconfig DB?
08/16/2011 16:14 narutodr#1069
Quote:
Originally Posted by Ekey View Post
Upload your config.inb which it is necessary decrypt.
The last one i gave u is from naty thx for decrypting it :D
08/16/2011 16:33 Ekey#1070
Quote:
Originally Posted by narutodr View Post
The last one i gave u is from naty thx for decrypting it :D
kk
08/16/2011 18:58 thientruongdx#1071
I run the server but ContentsServer_Release to turn off
08/17/2011 03:00 pandragoneye#1072
plese upload database server 0.14.10 help me.
08/17/2011 15:00 seramyu#1073
Quote:
Originally Posted by thientruongdx View Post
I run the server but ContentsServer_Release to turn off
Just start the SMC.bat and then the MMC.bat afther that u need to login with ur Servertool and the username/password maybe 1 and 1 and there u need to start ther est of the server processes. If u try to run it without the tool they will just close and do nothing because the need input Parameters, and the Server Control Tool gives them. If u already tryed to start it over the Tool than its maybe a config files error.
08/19/2011 09:25 darkillust#1074
Hello how to add item cashshop in 0.14.10
old store it not work
can't insert null in idx

Quote:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[Up_AddCashItem]
(
@ItemID int,
@Cash int,
@ItemName nvarchar (200),
@ItemCount int,
@Description nvarchar (200),
@IconPath nvarchar (200),
@Index int
)
AS
SET NOCOUNT ON
BEGIN
DECLARE @Idx int
DECLARE @DisplayRank int
SET @DisplayRank = (SELECT ISNULL (Max (DisplayRank), 0) +1 FROM [DR2_Local]. [Dbo]. [TB_Common_CashItem])
INSERT INTO [DR2_Local].[Dbo].[TB_Common_CashItem]
([CashItemCategoryIdx]
, [CashItemDisplayTypeIdx]
, [DisplayRank]
, [ItemName]
, [Status]
, [Description]
, [SaleType]
, [SaleStartDate]
, [SaleEndDate]
, [Mileage]
, [IconPath]
, [U]
, [V]
, [UVIndex]
, [RegDate]
, [RegIP])
VALUES
(9,0, @DisplayRank, @ItemName, 0, @Description, 2, NULL, NULL, 0, @IconPath, 7,7, @Index, GETDATE (), '1 .0.0.0 ');
SET @Idx = @@IDENTITY
INSERT [DR2_Local]. [Dbo]. [TB_Common_CashItemPrice]
(CashItemIdx
, TimeType
, ItemUseTime
, Cash
, IsDiscount
, DiscountCash
, ExtendCash
, IsExtendDiscount
, DiscountExtendCash)
VALUES (@Idx, 2, 0, @Cash, 'False', 0, 0, 'False', 0)
INSERT [DR2_Local].[Dbo].[TB_Common_CashItemRef]
(CashItemIdx, ItemNo, ItemCount)
VALUES (@Idx, @itemID, @ItemCount)
END
08/24/2011 21:50 max9403#1075
Here are my "rough" translation files again:
[Only registered and activated users can see links. Click Here To Register...]
direct links:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
@off topic
lol 75th post
08/25/2011 03:19 kensisen#1076
Quote:
Originally Posted by max9403 View Post
Here are my "rough" translation files again:
[Only registered and activated users can see links. Click Here To Register...]
direct links:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
@off topic
lol 75th post
Thanks you very much, I waiting for you very long. ^_^
Oh, but When I use your DR2_Local > Ingame > I use Cash button > Disconnect to server. SO I can't use cash shop.
I use XML.DAT file from IAH English Client, but not match with your translate Table folder. Can you give me your XML.DAT. Thanks
08/25/2011 07:17 max9403#1077
No problem I'll see if I can get the cash shop fixed and I'll upload xml.dat
08/26/2011 11:32 King-of-Leon#1078
I´ve a problem: i cant install the game client because i dont now how to get the 9 .exe file into one file which i can run and install the game...
sorry for my bad english^^
EDIT:I cant install microsoft sql server or other programms like that...what can i do??

so nochmal auf deutsch: ich weiss nicht wie man die dateien der zip-ordner zu einer machen kann weil ichs sonst nicht installieren kann :)
EDIT: Ich kann nicht dieses microsoft sql server 2005 programm installieren und andere funzen auch nicht,was soll ich tun??
danke im vorraus :D
08/26/2011 19:33 max9403#1079
@King-of-Leon
If your trying to get 0.1.9 don't bother look like 1 or 2 pages back and look for newer files and rather get SQL 2008 R2

@translation it seems it might just be bug from when it is ordered in the game so I'll do clean up of cash shop related items and re-upload
it seems it doesn't go 1,2,3,4,5 as it should but rather 1,4,253,12
It seems it is not because of that but because its English -_-
08/27/2011 07:58 darkillust#1080
Hello how to setup Battle Square time