• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Useful DragonNest Quieres[For Developers]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 9, 2015
Messages
19
Reaction score
7
Hello everyone,

As we all know that dragon nest community is a dead section.

So i decided to release some stuff to help the new developers.

I will keep this post updating from time to time.

If anyone want to share something just add it in comment and i will update it in first page.

You have to use the DB2Table to make your job more faster.

Search at release section to find it.

Change Item stack
UPDATE itemtable SET [_OverlapCount]=999 WHERE [_NameID]=''

Disable or delete item from drop
UPDATE dbo.itemdroptable SET [_Item1Index]=0,[_Item1Prob]=0 WHERE [_Item1Index]='ITEMID'


Fix character deletion after lvl 80
UPDATE dbo.Characters SET DeleteFlag='FALSE',DeleteByAdminFlag=0 WHERE CharacterName='EpicDN'


Teleport character to town(Bug case)
UPDATE dbo.CharacterStatus SET PositionX=-58649,PositionY=-1688390,PositionZ=597341,Rotate=1.244423,LastVillageGateNumber=2,LastVillageMapID=1,LastMapID=1 WHERE CharacterName='EpicDN'

Make an item tradable
UPDATE dbo.itemtable_equipment SET [_AbleWStorage]=1,[_Reversion]=0 WHERE id='ITEMID'

To make item giftable
UPDATE dbo.cashcommodity SET [_PresentAble]=1

Change the sell value for an item
UPDATE itemtable SET [_SellAmount]=500000000 WHERE id='ITEMID'

Find item by Serial Number
EXECUTE dbo.P_GetItemOwner @inbItemSerial = 0

Find item at Pandora box
SELECT * FROM dbo.charmitemtable WHERE [_ItemID]='ITEMID'

There is more queries i will post them later but i hope other developers will do that before me :)

Best Regards,

EpicDN Owner.
 
Experienced Elementalist
Joined
Jun 21, 2012
Messages
246
Reaction score
61
[CDnActor::CmdAddStateEffect] SkillID:3553, STATE_BLOW:345

that problem for 80ex Skill.
anyone know what trouble for that???
 
Junior Spellweaver
Joined
Nov 18, 2009
Messages
113
Reaction score
13
[CDnActor::CmdAddStateEffect] SkillID:3553, STATE_BLOW:345

that problem for 80ex Skill.
anyone know what trouble for that???

maybe some action/stats effect are missing..... im just guessing
 
Junior Spellweaver
Joined
Jan 13, 2014
Messages
186
Reaction score
10
[CDnActor::CmdAddStateEffect] SkillID:3553, STATE_BLOW:345

that problem for 80ex Skill.
anyone know what trouble for that???
that skill is Consecration Inqu seems a problem with inqu ACT file try replace it with a working 1 from KDN or CDN or anyother client

also check the skill in dnt if the stateEffect in there
 
Experienced Elementalist
Joined
Jun 21, 2012
Messages
246
Reaction score
61
345 = Replace
that state for revamp skill.
and sure that inqui skill & many skill use that stateeffect, Example : if you walk in your skill state your skill can be changed grand cross JIN & Holy Burst Jin.
but i guess that stateeffect not be added in gameserver.exe
already tested KDN ACT/Skill/State Or CDN.
afterall that's not working.

sorry bad english.
 
Newbie Spellweaver
Joined
Jan 11, 2014
Messages
26
Reaction score
0
Question is : How to add newitem,new map, new quest in GameServer .exe ??????????????//
 
Newbie Spellweaver
Joined
Feb 17, 2015
Messages
12
Reaction score
0
whats some all skill ids ? i dont find it ... i must change a charakter and skill lower ... the char and the skill give me a 1 hit in pvp balanced ....
we have the same eq etc...

pls help me.....
 
Status
Not open for further replies.
Back
Top