No, just on server. https://prnt.sc/qm43hd
You can see on skill desc, it show 5s, but when use it, it grant 50s buff time.
Tested with others skills param too, everything work, but on client it...
Type: Posts; User: maqui
No, just on server. https://prnt.sc/qm43hd
You can see on skill desc, it show 5s, but when use it, it grant 50s buff time.
Tested with others skills param too, everything work, but on client it...
DNC, thanks for your info.
Trying to change some skills. Also that if anyone interest, you can edit skill buff time, buff effects in BuffData.json
Didn't notice it, since I dump everything into 1 folder, search & replace every 127.0.0.1 with my local ip, my firewall is off.
I have intel I7 with 16gb ram. Run servers & client at same time, 2...
Don't know why, but my set up for local ip work fine, I & my friend can connect without problem. Didn't test with external ip thought.
Does any1 found a way to edit clients .u files?
Trying to...
Check your database, I have same errors few days ago.
I used dbs from DNC released, update all ip (127.0.0.1) with my ip, and it work. May be it in admin_eos_api, didn't have much time to check.
...
English voice pack if anyone interesting
http://www.mediafire.com/file/33g81nfh4spkuvc/Dubgeon+Fighter+v1.zip
From this forum: https://dfonexus.com/t/english-voice-pack/2577/4
Seem they have...
Oh, that's good.
Here another way to fix it
Open SBServer/Script/QuestData.json
Find:
Remove it, there 2 quests required it, the 2nd, you should remove the ',' so it'll not cause error.
On...
Seem that exp rate is very high, don't tested yet, but my characters all level 30+ when doing lv10+ quests. This cause error in quest lv7 Souls of Chaos, which you have to kill mob to drop chaos...
Hycker
Just checked your VM, seem that you used different API than the one we using here.
Can you publish this one? It cleaner than the one using on this thread.
(Yes I can just upload these...
I found some dnf modding tools here, hope it help https://github.com/No5972/Koishi_Extractor_Republish
Yes, I changed the sql queries to ignore token time, only need to login 1 time, then use this token forever. It work for me. Used it for couple days without problems thought.
Example change:
https://mega.nz/#!5f5Q2aDZ!1vrQNzWEOd1BE4RQQDCMRzT9nu4Z_i9UvHBuAesFneI
Here is my capi, which have cash shop work fine. Pics here Another pic
I modified a little from original capi, mostly to...
The session only valid for 20min after login. Next time you much generate new token. Or you can edit php files to ignore 20min validate in sql queries.
Man, you making a game server and say you don't know about mssql or odbc. But still, you can always search it somewhere else. Learn it, and don't ever hope for something like: "Ok, press this button,...
Use this to register for account: 404 Not Found
Then use this to login: 404 Not Found
The login API will return an token string, create an start.bat with this content
Hope it help.
keasarg I tested it before, work fine.
If you want to translate, you can search for PVFEditor. (Sorry I didn't have it anymore).
Also, much mention that client can't run in windows 10. (Work...
DNC Thanks for your dbs, I finally make it work.
https://prnt.sc/qh9303
Cash shop work fine too.
Trying to make a better API.
This API won't work.
With some tricks, I got it work pass the login, but stuck at word server select. Screenshot by Lightshot
I also tried with SBServer Test settings: Ignore SB Version, Use...
Thanks a lot!
I'm still cannot get it to work. Seem have much more time to tinkering with capi.
Hope @Hyker release his version soon.
But, thank you all to give time answer my questions.
DNC : Thanks for your help, but seem I have problems with the API.
I tried your start.bat, still same result.
I also checked config.json:
"euus" :
{
// URL of API
Hi there,
Thanks DNC for your tutorials.
I followed your step and success launch server without errors. But i still have trouble with client login.
I'm using english client in this link...