-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
the logs will surely help troubleshoot the problems.
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
Rafael Carvalho
Hi veenzaa... i ask myself if you will share something with us :(...
It would be so nice :P
how to turn on log system. i can't turn on it. can you show me please?
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
can anyone tell me where to find cash column in sql or how to add cash balance? I couldn't find it in SQL.
i manage to run the game after sometimes.
http://s28.postimg.org/u32lggmu5/Untitled.png
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
Clare47
Please read the thread, your answer is in there.
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
LeSwrd
Please read the thread, your answer is in there.
Well how could i miss that part. Thanks pal :thumbup1:
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
A little more playable than before
http://i.imgur.com/M3A2VJk.jpg
Fixed AI using different client/gameres
http://i.imgur.com/nkldvcm.jpg
Remaining work to do unknown. :closedeyes:
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
kennethz008
Mind sharing what client did you mixed allready? Got busy at work so I got little time to test this all out. It will be a great info if you could share your findings. BTW about those talisman tab? Did you change your dragonnest.exe or is it only the ui update inside gameres?
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
I found this visual bug very annoying. it's look like scroll bar.
I restart the server and do many things still the same.
Do you guys have any idea why is this happening?
http://s27.postimg.org/owsrs4h5f/glitch.jpg
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Its the dragonnest.exe problem.
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Which exe do you use? i used the exe from jm0099.
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
Clare47
Which exe do you use? i used the exe from jm0099.
Client DragonNest.exe from jm009 is bug more
Waiting for the release .exe new ...
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Okay then.. hope someone going to share their finding soon. :thumbup1:
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
kennethz008
Pa share naman sir.. GOOD WORK ^_^ client and gameres.. same bayan sa TW EXE?
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
I got a working client and ran the game with most of the bugs gone, but I still have skill animations for kali and assassin not fully visible, what could I do to fix that?
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
Krenshart
I got a working client and ran the game with most of the bugs gone, but I still have skill animations for kali and assassin not fully visible, what could I do to fix that?
If you can share what set up you are using for running your server i think someone can help you.... this topic is becoming a mess hahahaha ^^
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
LeSwrd
Please post your logs so that others may help you with a specific problem.
In LoginServer i have this error:
'18:03:53' [Exception Occured] TID : 3428, Code : 0xE06D7363 - CDNUserConnection::InitWrap() MainCmd : 0 SubCmd : 0
'18:03:53' [Exception Occured] TID : 3428, Code : 0xE06D7363 - WorkerThread - IOPOST_ACCEPT MainCmd : 0 SubCmd : 0
'18:03:53' [Exception Occured] TID : 3428, Code : 0xE06D7363 - WorkerThread MainCmd : 0 SubCmd : 0
And ServiceManagerEx shows
LoginServer Report Delayed Over 120 Second
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
So i have a bug... Just one bug. The first npc you talk (the first map of the game (tutorial)) that you kill some monsters and start your MQ, when i click the npc it shows chinese pop up error and close the game.
What can it be ? Please can someone help? ALL the npcs are working fine, cuz i used /go to towns and etc...
note: Im using two clients but same .exe (jm0099). With the lunixx client the npc talks ok, with the other one, crash.
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
Rafael Carvalho
So i have a bug... Just one bug. The first npc you talk (the first map of the game (tutorial)) that you kill some monsters and start your MQ, when i click the npc it shows chinese pop up error and close the game.
What can it be ? Please can someone help? ALL the npcs are working fine, cuz i used /go to towns and etc...
note: Im using two clients but same .exe (jm0099). With the lunixx client the npc talks ok, with the other one, crash.
Whats the other client you using?
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
i mean can i add or edit item in cash shop ?
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Since i have the problem where there is no expansion item in cash shop there is another way to add bag slot for those have the same problem as mine.
execute this sql command
remember to change the information the values below is mine:
USE [DNWorld]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddEffectItems]
@inbCharacterID = 1582,
@inyItemLifespanRenewal = 1,
@IntItemID = 1107353600,
@inyEffectItemGetCode = 1,
@inbEffectItemGetKey = 1,
@IntPrice = 1,
@BITEternityFlag = 1,
@IntItemLifespan = 1,
@IntProperty1 = 0,
@IntProperty2 = 0,
@IntProperty3 = 0,
@IntProperty4 = 0,
@IntProperty5 = 0,
@inbItemSerial = (any 18 digits),
@IntToBeDeletedItemID = NULL
SELECT 'Return Value' = @return_value
GO
Storage ID:
Inventory:
120 slots: 1107353600
Warehouse:
120 slots: 1107355648
30 slots:1107335168
10 slots: 1107343360
15 slots: 1107351552
5 slots: 1107333120
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
Clare47
Since i have the problem where there is no expansion item in cash shop there is another way to add bag slot for those have the same problem as mine.
execute this sql command
remember to change the information the values below is mine:
USE [DNWorld]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddEffectItems]
@inbCharacterID = 1582,
@inyItemLifespanRenewal = 1,
@IntItemID = 1107353600,
@inyEffectItemGetCode = 1,
@inbEffectItemGetKey = 1,
@IntPrice = 1,
@BITEternityFlag = 1,
@IntItemLifespan = 1,
@IntProperty1 = 0,
@IntProperty2 = 0,
@IntProperty3 = 0,
@IntProperty4 = 0,
@IntProperty5 = 0,
@inbItemSerial = (any 18 digits),
@IntToBeDeletedItemID = NULL
SELECT 'Return Value' = @return_value
GO
Storage ID:
Inventory:
120 slots: 1107353600
Warehouse:
120 slots: 1107355648
30 slots:1107335168
10 slots: 1107343360
15 slots: 1107351552
5 slots: 1107333120
or you can just buy them from Merchant Kelly. Just don't use your reward bag ones. Go straight to kelly. Buy it. Use it. Done.
But i think that's only if you have the english pack that lets you change your class when you talk to her.
-
Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial
Quote:
Originally Posted by
LeSwrd
or you can just buy them from Merchant Kelly. Just don't use your reward bag ones. Go straight to kelly. Buy it. Use it. Done.
But i think that's only if you have the english pack that lets you change your class when you talk to her.
which english patch? i talked to her but isn't the bags she sell have expiration date? i haven't try it.