[Release]Dragonica Server Files

04/17/2011 18:07 Raidori#826
looking for someone with high lvl of knowledge sql,adding item in cash shop and all work around it,npc shop,and much more,contact me on yahoo louis_ex666 i will explain more there,iam not asking for help iam asking for a partner to work,u wont get out of this without nothing so no need to worry.
04/17/2011 18:17 tnnyu#827
how do I connect with the client from evo?

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

Edit: Anyone know how to fix these errors? whenever I go into the game comes to channel part of the game comes out! plx help
04/18/2011 08:52 keile#828
Quote:
Originally Posted by tnnyu View Post
how do I connect with the client from evo?


Edit: Anyone know how to fix these errors? whenever I go into the game comes to channel part of the game comes out! plx help
Did you notice on the pic? You are disconnected because client antihack didn't reply.

Check your switch_constant.ini, a part of it must be something like below:

// Disconnect Hack-User ? 0=do not, 1=disconnect
EVar_UserManage_Disconnect_HackUser = 1 0
// Use HackShield/GameGuard Server bind mode (0=no, 1=use)
EVar_UserManage_UseAntiHackServerBind = 2 0
// Use HackShield/GameGuard live check ping (0=no, 1=use)
EVar_UserManage_UseAntiHack_Disconnect_2nd = 3 0
04/18/2011 14:10 tnnyu#829
already solved the problem! Thanks Keile :)









Edit: How to put online to play with my friends? and what are the ports I have open? and wich ip i have to change to put it online?
04/18/2011 20:06 beerence#830
Quote:
Originally Posted by keile View Post
First get the MemberKey of your character account
example: 03823293-c2d1-4f1c-bc25-227ae499d625
from DR2_Member, dbo.Member

Now go to DR2_User, dbo.CharacterBasic
get the CharacterID based on MemberID (same as MemberKey from above)
example: b6f502e6-d72d-4e99-9f7d-80c0b371a211
for my character named Artemis

Then go to DR2_User, dbo.TB_UserItem
OwnerGuid is the same with CharacterID
ItemGuid must be unique
InvType = 11 is Cash
InvPos can be 1 to 20 depending on how many slots on the inventory
ItemNo check DefStrings.xls for item codes
other columns is self-explanatory

:)
Thx you

I have a news problem with this[Only registered and activated users can see links. Click Here To Register...]

1.Monster up in the air.
2.My pet is name ???.
04/18/2011 20:36 tnnyu#831
Quote:
Originally Posted by beerence View Post
Thx you

I have a news problem with this[Only registered and activated users can see links. Click Here To Register...]

1.Monster up in the air.
2.My pet is name ???.
know by the server online?
04/19/2011 02:28 Lopikol#832
here is a screen of my error and i dont know where i have to insert the dbs i have renamed all dbs example db2_member.bak to dr2_member.txt and i cant insert the dbs into MSSQL Management Studio 2008 they always say they cant find the db(dbo.dr2_member)
[Only registered and activated users can see links. Click Here To Register...] Uploaded with [Only registered and activated users can see links. Click Here To Register...]
04/19/2011 02:32 tnnyu#833
SLQ's password and user rights are? so just put the name "AMD_X4" test !!

server controle install vcredist_x86
04/19/2011 02:36 Lopikol#834
Quote:
Originally Posted by tnnyu View Post
SLQ's password and user rights are? so just put the name "AMD_X4" test !!

server controle install vcredist_x86
where i have to put in the dbs? i get errors if i want to insert the db into MSSQL Management Studio 2008 rights are i have renamed the dbs with .bak into .txt and they are in the databak folder where i have to put them in?
04/19/2011 02:41 tnnyu#835
Microsfot open sql server studio managenet!
then where it says system databases then click with right mouse button restore database

sorry my english and very bad!
04/19/2011 02:43 tnnyu#836
Quote:
Originally Posted by Kintyro View Post
It's chinese or tahi... But it's not so important, because I have an English client. Mobs, dungeons ... are english

from ********:

This simple Guide
1.DL SERVER File [url=http://www.99uc.net/soft/html/3099.html]


2.Install MSSQL 2008 Express R2
3.Extract MMS SMC From server file
4.Restore db from databak
-DR2_Def
-dr2_local
-dr2_log
-dr2_member
-dr2_siteconfig
-dr2_user
-dr2-gm


5.set ip from db DR2_SiteConfig
set ip all 127.0.0.1 in TB_Realm
and 127.0.0.1 in TB_SiteServer

change version in TB_Patch_Version
major_version minor_version patch_version
0 13 12

---------------------------
6.goto folder MMC

Create text file
DB_Config.ini

Code:

[R0C0_COMMON]
MAX_DB = 1

[R0C0_DB_INFO_1]
TYPE = 1
ADDR = Test-PC\SQLEXPRESS << This Your SQL NAME
NAME = DR2_SiteConfig
ID = sa
PW = 123456

[ETC]
SERVER_TBNAME = TB_SiteConfig
RESTRICT_TBNAME = TB_Site_RestrictionsOnChannel
MAPCFG_TBNAME_STATIC = TB_MapCfg_Static
MAPCFG_TBNAME_MISSION = TB_MapCfg_Mission
MAPCFG_TBNAME_PUBLIC = TB_MapCfg_Public

Go to folder MMC\Patch\Config and SMC\Patch\Config
Change everything in config
ex.
ADDR = Test-PC\SQLEXPRESS << This Your SQL NAME
ID = sa
PW = 123456


Change PatchVersion.ini
[PATCH INFO]
MAJOR_VERSION =0
MINOR_VERSION =13
PATCH_VERSION =12


Create Bat File immigration.bat
Code:

cd MMC\Patch\immigration
ImmigrationServer_Release.exe /SERVER_NO=1000 /RUN_MODE=INI

Edit SMC.BAT
SMC_Release.exe /SERVER_NO=9001 /MMC_ADDR=127.0.0.1:1801

-------------------------------
NOW Start MMC/immigration/SMC
Wait SMC 2-3 Min

LV-02,22:54:03,Check [Patch/Contents] Complete
LV-02,22:54:03,Check [Patch/Log] Start
LV-02,22:54:03,Check [Patch/Log] Complete
LV-02,22:54:03,Check [Patch/GM] Start
LV-02,22:54:03,Check [Patch/GM] Complete
LV-02,22:54:03,Check [Patch/Immigration] Start
LV-02,22:54:03,Check [Patch/Immigration] Complete
LV-01,22:54:03,Sync Process End..


--------------------

copy ServerControl_Release.exe
and servermon_config.ini
to folder MMC.bat

now open ServerControl_Release.exe
login user 1 password 1

Start LOGIN GMSERVER LOG
Click Avatar > Public Start Contents Public Center Log
Click Avatar > Channel1 Start Channel1 SWITCH(ch1) ALL MAP NEED RAM USAGE

----------------------------------------
CLIENT
DOWNLOAD
0.13. 12 Client Dragonica Evolution
And Patch from drago-plus.com

Create Bat File
start Release/DRAGONICA.EXE /NoGsm /LaunchByLauncher /ServerAddr:""127.0.0.1""/ServerPort:""11002"" /SiteName:""Drago-Plus""
exit
can see this Tutorial
04/19/2011 02:50 Lopikol#837
thank you for youre help i now will backup the files i report if i have new problems thank you so much!
04/19/2011 02:58 tnnyu#838
copy the bak to this folder C: \ Program Files (x86) \ Microsoft SQL Server \ MSSQL.1 folder \ MSSQL \ Files and then the servers search for the dragonica bak and try and add ...
04/19/2011 03:01 keile#839
Quote:
Originally Posted by Lopikol View Post
thank you for youre help i now will backup the files i report if i have new problems thank you so much!
There's a video in this thread in which they shows how to insert the backups into the database. Move back it was somewhere out there.
04/19/2011 03:05 tnnyu#840
Quote:
Originally Posted by keile View Post
There's a video in this thread in which they shows how to insert the backups into the database. Move back it was somewhere out there.
as for my friends online to play? I can do everything well, but when they go to choose the channel does not pass the channel!

Help Plx :(