After updating to Delia.bin, I couldn't use the playerservice.dll that someone edit the transform cool down to 6 min. Can anyone let me know how to edit it?
Printable View
After updating to Delia.bin, I couldn't use the playerservice.dll that someone edit the transform cool down to 6 min. Can anyone let me know how to edit it?
Uh, cooldown of what?
Edit:
Ok, I've founded what you mean.
I'm not sure if this is all the changes, tho:
Edit the last part of:
"PlayerService.CharacterServiceCore._Vocation_.VocationManager.get_TransformCoolDown()"
From:
To:Code:if (second / 3600 != second2 / 3600)
{
return 0;
}
return 3600 - second2 % 3600;
Code:if (second / 120 != second2 / 120)
{
return 0;
}
return 120 - second2 % 120;
Spoiler:
We could add it to FeatureMatrix or "ServiceCore.dll.config"...
[STRIKE]What's the download link to the playerservice.dll with the 6min transform cooldown?[/STRIKE]
My Client and Server are both Non-Delia 1.69, so you will need to provide the full download link to your Delia Client + Server bin.
I have already
1) decompiled the PlayerService.dll in the \Bin directory
2) amended the
toCode:return 3600 - second2 % 3600;
3) recompile the file back.Code:return 0;
Anyway, the cooldown only refreshes once every new boat/ship session. I already edited Vocation Transformation Stage 1 to near-infinite duration. Not going to touch Vocation Stage 2 because the duration is hard-coded in some weird way that bricks everything when edited.
Hello, do you have playerservice.dll where can I use transformation 1 time per battle? If so, can you share this dll?
Thanks