[Release]Dragonica Server Files

01/27/2011 01:15 asisani#586
Can some1 say me where to get new files?
01/27/2011 12:32 naty48#587
if some one want add new items to item mall .
Quote:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo]. [Up_AddCashItem]
(
@ ItemID int, - Item ID
@ Cash int, - Price
@ ItemName nvarchar (200), - item name
@ ItemCount int, - number of items
@ Description nvarchar (200), - item description
@ IconPath nvarchar (200), - Item Image Path "../Data/6_UI/icon/ICONCASH_B_10.tga"
@ Index int - Item Photo ranking (17) left to right, top to bottom, which in the first months
)
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
01/27/2011 13:15 camoo12345#588
Quote:
Originally Posted by naty48 View Post
if some one want add new items to item mall .
you have it from the official chines Releas Forum ?
01/27/2011 18:05 hambal#589
put link of new files plz
01/27/2011 18:31 godofsex#590
Quote:
Originally Posted by hambal View Post
put link of new files plz
this not new but i think this last
[Only registered and activated users can see links. Click Here To Register...]
01/27/2011 19:12 naty48#591
lol those not the last there is new MHLZ File.
01/27/2011 19:47 camoo12345#592
Quote:
Originally Posted by naty48 View Post
lol those not the last there is new MHLZ File.
real do you mean on [Only registered and activated users can see links. Click Here To Register...] ?

these files are the newest or ?
01/28/2011 01:09 naty48#593
fix your link (put Space)
so i will see..
if you mean
[Only registered and activated users can see links. Click Here To Register...]
so those old..
01/28/2011 03:20 asisani#594
Quote:
Originally Posted by Kintyro View Post
I had errors, because I had 32bit. When you use 32 bit, then install 64 bit and try it again.
And now I haven't got any problems with my server ;)

P.S The new server files ;) (I'm downloading it^^)
v 0.20 ( I've seen in the image, it has the ulti skills :D)
[Only registered and activated users can see links. Click Here To Register...]
what client use for this files?
01/28/2011 10:51 naty48#595
same client as 0.19 :D Just change Version in Patchversion back to 0.19

Opes its not 0.20 xD n00b its the Thai Side 0.13.12
use client of global.. with patch or dragonica Evolution + Patch if you need this patch i will give you
01/28/2011 13:52 imported_yuji_#596
is microsoft rly 1,45gb size? O_o.. why i dont can using XAMPP ?
01/28/2011 15:32 naty48#597
? xD XAMPP only for Websites..
you need datebase :D
that why you need MSSQL but as i see ,you better leave it its not easy.
at least not for some one that ask why not using only XAMPP
(im dont meant to be ugly to you i just tell you that you better dont waste dear time on stuff that will bring you nothing)
01/28/2011 16:02 imported_yuji_#598
Quote:
Originally Posted by naty48 View Post
? xD XAMPP only for Websites..
you need datebase :D
that why you need MSSQL but as i see ,you better leave it its not easy.
at least not for some one that ask why not using only XAMPP
(im dont meant to be ugly to you i just tell you that you better dont waste dear time on stuff that will bring you nothing)
I quite agree.. xD' i give it up~ its to difficult for me =D i try it with xampp (mysql) and edit the tables with phpmyadmin but.. xD.. it say only "error".. ^^' wayne.. ~ i hope someone make a nice privat server =D
01/28/2011 16:42 naty48#599
im making private server but its limited to israel only
becouse in gp/iah/any other server we cant play to far to much lags
so i test what heppen when only israelian people online the server was so good 0 lags
10MS +- very fast that why i want keep it low so we the israelian could enjoy this game :D
01/28/2011 20:46 hambal#600
i wish i could set 1 up but there isnt any good guides