Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Dragonica Server Files

Joined
May 16, 2008
Messages
537
Reaction score
10
i get this error when trying to restore
jM2.me - Dragonica Server Files - RaGEZONE Forums

does anyone have a idea on how to fix it..?

and yes im familiar with MSSQL 2005, i have never had this error before...
 
Initiate Mage
Joined
May 15, 2009
Messages
2
Reaction score
0
Anyone have any luck connecting with another client. I have a client that kills the gameguard and allows you to run multi clients through hex editing but dont know how to go about changing the IP in it.
 
Initiate Mage
Joined
Nov 8, 2010
Messages
2
Reaction score
1
Is the source chinese as well?

Happens to found the original release theard:
All thanks 小米 for releasing those stuff^^

It have Server files+0.20 Taiwan ver client+Setup Tut hosted on FTP:
Code:
http://down.5i3.com/mhlz/
Don't leech too much.

EXP rate edit:

Open SQL,open DR2_User->TB_Event
StartDate=EXP start date
EndDate= EXP End Date
intDate01 is X2,X5,stuff like that
EventType = Type of EXP.


DR2_Member——Member,找到你自己的账号,CASH就是KB,最后一个BOUNSCASH是红利点数;
DR2_Member=Account.Edit your Cash(KB),BONUSCASH here.
2。修改金钱、职业等。
DR2_User——TB_CharacterSub里
DR2_User->_CharacterSub=Job change. 1-4(Beginner) 5-12(1st job),13-20(2st job), 21-28(3rd job)
CLASS,职业,代码1-4,新手职业,5-12,1转职业,13-20,2转职业,21-28,3转职业
LV,等级
MONEY ,金钱,以铜币计算
EXTRASKILLSPOINT,技能点
3。修改身上所持有物品。
DR2_User——TB_UserItem里
DR2_User——TB_UserItem=Edit Item
INVTYPE...
1=EQ
2=Potion
3=Other
4=Cash Item
INVPOSE=Item posistion
INVTYPE这一列里代码为1、2、3、4,分别对应你身上的装备、消耗、其他、商城物品包裹,INVPOSE是物品位置,从左上角第一个开始是0,依次类推,COUNT是数量,通过修改ITEMNO里的代码来修改物品。
4.修改强化成功率。
DR2_Def——TB_DefItemPlusUpgrade里
DR2_Def——TB_DefItemPlusUpgrade=EQ upgrade rate change
SUCESSRATE 9500=95%,10000 for 100% rate
SUCESSRATE对应强化成功率,9500就是95%的意思,想改多少自己改。
修改商店物品与修改身上物品类似,dr2_local——TB_DefShopInGame里可以修改。
 
Last edited:
Initiate Mage
Joined
May 15, 2009
Messages
2
Reaction score
0
Those are the exact same files that we already have :/
 
Initiate Mage
Joined
Nov 8, 2010
Messages
2
Reaction score
1
I dowloaded all file,But can't extract file,i use 7zip for extract this file but when try to extract all file in this FPT just get Error?
You won't need to download all...
I can just extract them fine,with 7zip too.
Oh yeah,New files just got uploaded to FTP i posted page ago,might be updated:
Code:
2010年11月11日    10:59    862650368 newmhlz1.rar
Uploaded on today.

Edit:

Happen to be part 1 of the thailand dragonica client.
 
Last edited:
Custom Title Activated
Loyal Member
Joined
May 28, 2007
Messages
1,022
Reaction score
164
Patcher tools:
 
Custom Title Activated
Loyal Member
Joined
May 28, 2007
Messages
1,022
Reaction score
164
Downloaded the 4/25/2010 files that seem pretty complete from that chinese directory.

New files were uploaded on it today...trying to get those now.
 
Custom Title Activated
Loyal Member
Joined
May 28, 2007
Messages
1,022
Reaction score
164
Bringing this up....
The second set of files are the ones from Barunson when they were transferring the THQIce files to WarpPortal. (NA Files pre-Paris update).
 
Newbie Spellweaver
Joined
Jul 16, 2010
Messages
16
Reaction score
2
The probably list of GM command:

/Net_GiveItem(ItemNo,Count,RarityControlNo,isCurse,isSeal)
/Net_GiveItemSet(ItemSetNo)
/Net_SetItemCount(InvType,InvPos,Count)
/Net_ChangeClass(Class,Level,IsGod)
/Net_SkillPoint(Point)
/Net_GmAbil(Type,IsAdd)
/Net_HealMe()
/Net_Quest(StartID,EndID,IsComplete)
/Net_GiveSetAbil64(LowValue,HighValue)
/Net_ReqNotice(Content)
/Net_KickUser(Name)
/Net_BlockUser(Name,Time)
/Net_QuestState(QuestID,ParamNo,Count)
/Net_SpeedChange(Speed)
/Net_SkillCoolTimeInit()
/Net_KillUnit(UnitGuid,IsNoRegen)
/Net_AddMonster(MonsterNo,Count,Type)
/Net_Mute(Name,Time)
/Net_BeginQuest(QuestID)
/Net_SetAbil(Type,Value)
/Net_SetEnchant(InvType,InvPos,ModifyType,V1,V2)
/Net_MissionMove(MissionNo,Level)
/Net_MissionStage(StageNo)
/Net_AddGuildExp(Value)
/Net_FailDailyQuest()
/Net_MissionScore(Score)
/Net_ReqAddEffect(EffectNo)
/Net_ReqDeleteEffect(EffectNo)
/Net_ReqMapMove(MapNo,SpawnNo)
/Net_ReqMapMove_ReCall(Name,IsParty)
/Net_ReqMapMove_Target(Name)
/Net_ReqMapMove_TargetToMap(Name,IsParty,TargetMapNo,SpawnNo)
/Net_GameStart()
/Net_GameEnd()
/Net_SetAchievement(Idx,Value)
/Net_ClearItem(InvType,InvPos)
/Net_SetArticleState(State)
/Net_EmporiaReady(EmporiaID)
/Net_OXOpen(EventID)
/Net_OXStep(Step)
/Net_SetItemTime(InvType,InvPos,Year,Month,Day)


But i am not sur because the server doesn't work with me ><
 
Joined
May 16, 2008
Messages
537
Reaction score
10
i get this error when trying to restore
jM2.me - Dragonica Server Files - RaGEZONE Forums

does anyone have a idea on how to fix it..?

and yes im familiar with MSSQL 2005, i have never had this error before...

doesnt anyone know how to fix this?? please could someone
recreate the .bak or just make it SQL Query so i can download and execute them to the database????
i would really really appriciate it if someone could help out a bit..
 
Newbie Spellweaver
Joined
Apr 28, 2008
Messages
79
Reaction score
0
So from

Contains new files than the ones uploaded in first page? :love:
 
Initiate Mage
Joined
Nov 17, 2010
Messages
1
Reaction score
0
Hi,
i have a problem when i try to download the server files at 5.5MB the download stop..
Can someone upload a new link ?
 
Back
Top