[Release]Dragonica Server Files

05/05/2011 11:36 russk1#856
hey people,

with me when extract are very many errors occurred is that normal?
05/07/2011 20:43 naty48#857
first if you relase files , dont not realse the old files , There is 0.13.12 and its kind easy to setup.
05/09/2011 15:09 eLO21#858
Quote:
Originally Posted by naty48 View Post
first if you relase files , dont not realse the old files , There is 0.13.12 and its kind easy to setup.
First learn how to read 11-01-2010, 18:19... :x
05/11/2011 09:49 kenvinxuan#859
Please Reupload Server and Client 0.19 on Megaupload? Thanks
05/12/2011 11:16 keile#860
Anybody knows how to make/add items on Mixboard? Pm me, I'll pay $5 on paypal.
05/12/2011 21:01 aensoft#861
You can download the client 0.1.9(0.19)here :p :

[Only registered and activated users can see links. Click Here To Register...]
05/22/2011 22:40 max9403#862
@beerence
the reason your pet shows up with the blocks is that the font you are using for the client doesn't support those chracters(with me it was)
05/24/2011 19:44 nk1001#863
Quote:
Originally Posted by eLO21 View Post
[Only registered and activated users can see links. Click Here To Register...]
1. Server Files v0.1.9


2. Client v0.1.9


If someone want post this on other forum, here you have source "topic.txt"

HF & GL ^_^
i don't see dr2_log.bak but in LOG_DB_CONFIG.ini file i see
Quote:
[R0C0_DB_INFO_1]
TYPE = 9
ADDR =MSSQLSERVER2008
NAME = DR2_Log
ID = sa
PW = 123456
CONNECT = 1
WORKER_COUNT = 8
[Only registered and activated users can see links. Click Here To Register...]
i don't run Log
Sorry My English is very bad
why ??
05/26/2011 23:30 teddy2#864
EDIT: All fixed, except I cant login. Even using phands, it will say check user ID
Can't create new account T__T Anyone can help me?
05/27/2011 16:19 keile#865
Quote:
Originally Posted by nk1001 View Post
i don't see dr2_log.bak but in LOG_DB_CONFIG.ini file i see
[Only registered and activated users can see links. Click Here To Register...]
i don't run Log
Sorry My English is very bad
why ??
dr2_log.bak is inside newmhlz1\ext\databak


Quote:
Originally Posted by teddy2 View Post
EDIT: All fixed, except I cant login. Even using phands, it will say check user ID
Can't create new account T__T Anyone can help me?
Execute this sql statement:

Code:
USE [DR2_member]
GO

DECLARE	@return_value int

EXEC	@return_value = [dbo].[up_CreateMemberAccount]
		@UID = 0,
		@ID = 'username',
		@PW = 'pass123',
		@Gender = 0,
		@Birthday = '2011-05-27 6:00 PM'

SELECT	'Return Value' = @return_value

GO
05/27/2011 20:49 teddy2#866
@keile,
yay it works great! Thanks!

I have this few questions(sorry for asking a lot xD)

1. how to Increase exp,drop and gold rate?

2. if i want to play offline(127.0.0.1) do i need to open all map? since im the only one playing?

3. how to add item such as souls x 999, gada coinx999 to cash shop/regular shop? Found the item ID but don't know how to add T__T

4. And what about the job advancement scroll that some servers have? Wanted to make it from 2nd till 4th job if possible

5. I tried finding how to increase rate for enchant and soulcraft, but to no avail :(

6. Increasing number of enchant to more than 18/20(not sure the exact current enchant) eg:50
05/28/2011 04:14 nk1001#867
[Only registered and activated users can see links. Click Here To Register...]
please help me :((
05/28/2011 05:03 whitemist#868
I created a different thread but does anyone know how to create a patch with the tools like packer and mp-pack. Im using the thai client been working fine but ive started editing the client and whenever I try to create a patch it fails. I will seriously pay someone to just explain to me how to make it work. Ive been trying for hours.

NVM: I figured it out - For those who want to also figure it out use wireshark and download the dragonsaga from gravity. Use wireshark and double click patcher. Look at how it grabs files and copy it.
05/31/2011 10:46 keile#869
Quote:
Originally Posted by teddy2 View Post
@keile,
yay it works great! Thanks!

I have this few questions(sorry for asking a lot xD)

1. how to Increase exp,drop and gold rate?

2. if i want to play offline(127.0.0.1) do i need to open all map? since im the only one playing?

3. how to add item such as souls x 999, gada coinx999 to cash shop/regular shop? Found the item ID but don't know how to add T__T

4. And what about the job advancement scroll that some servers have? Wanted to make it from 2nd till 4th job if possible

5. I tried finding how to increase rate for enchant and soulcraft, but to no avail :(

6. Increasing number of enchant to more than 18/20(not sure the exact current enchant) eg:50
Most can be found on the SQL database. Try checking each one, you'll find lots of stuff you can edit.
05/31/2011 16:33 teddy2#870
Ok will do so. By the way, I followed the guide to inrease drop,exp and gold rate, but it doesnt change at all. I still receive 1 copper from mobs (tested on lvl 1 char) and also does not level up like it should be on x60 @ x200 server?