-
Posts
189 -
Joined
-
Last visited
-
Days Won
7 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by sepultribe
-
flip that around and you have your answer kid
-
some ppl have been around for even longer than that, no need to boast about it
-
LF File Editor Salvation/Saviors/Classic 7s
sepultribe replied to GLO's topic in [Request] Client Dev Help
https://mega.nz/#F!GWBSjAKK!u1hRLGHdvQooUTAVRXE4jQ client modding folder, try the file editor with grand crusade setting, it has been fixed. -
is this custom or copied from somewhere?
-
LF Developer for partnership
sepultribe replied to MTJ's question in Request Server Development Help [L2J]
iraq server? -
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
for /f "usebackq delims=|" %%f in (`dir /b /a:-d "%~dp0"`) do ( set "_ext=" if /I %%~xf == .dat set _ext=1 if /I %%~xf == .ini set _ext=1 if defined _ext l2encdec -e413 %%f "%~dp0enc\%%f" ) yeah most probably, this is the version that accepts only DATs and INIs, u can expand it to more extensions simpy by adding more ifs -
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
for %%f in (*.dat) do l2encdec -e413 %%f "%~dp0enc\%%f" I ll post another one where u can specify which extensions to skip if u dont want only dats -
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
oh sorry forgot, just use double quotes "%~dp0enc\%%f" -
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
Unreal Units Degrees 8192 45 16384 90 32768 180 65536 360 Yeah it's orientation or yaw or rotation or whatever you want to call it. to place encoded files in a folder named "enc" below the folder that the batch file resides just change the do l2encdec -e413 %%f to do l2encdec -e413 %%f %~dp0enc\%%f batch files expect the folders to exist they can't create them automatically otherwise it will throw an error -
Help L2Server C4OFF
sepultribe replied to pame's question in Request Server Development Help [L2OFF]
phone screenshot in 2019 lol anyway u got (7?) crashed threads it seems, can't see very well, post your server specs. -
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
decrypt all files in folder: for /f "usebackq delims=|" %%f in (`dir /b "%~dp0"`) do l2encdec -d %%f encrypt all files in folder: for /f "usebackq delims=|" %%f in (`dir /b "%~dp0"`) do l2encdec -e413 %%f ps: we can change this to only output to encyrpted/decrypted folders, cos right now it will throw everything in the same one ps2: l2encdec has to be either in the same folder as the batch file or inside system32 -
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
a batch file that will encrypt/decrypt all dat files inside a folder can be made, if that's what u mean by automation tell me if u need help with that -
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
I used to think that the difference between these two was the respawn time calculation but I don't think that's the case anymore. -
Discussion From 0 to Hero - Going to do 1st L2 serwer FULL
sepultribe replied to prycka22's topic in Off-Topics
https://maxcheaters.com/topic/217073-vanganth-source-code/ -
I believe its possible for russian localized servers to have achieved those numbers, the community is big and they are free to play so why not.
-
Discussion From 0 to Hero - Going to do 1st L2 serwer FULL
sepultribe replied to prycka22's topic in Off-Topics
hello your community is big? which one do you mean? there's a shared l2off interlude pack which was the gold standard about 3-4 years ago, has source code with it so u can do changes if u know how l2j is not recommended for low rate setup and all that it needs for machine a vps will be enough for u, they all oversell so doesn't matter choose one which is close to you -
smallfont/largefont glyph files and the UI utx of your client
-
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
u have the territory which is a 3d space defined by multiple x/y/z(min&max) coordinates, at least 3 are needed. and yeah I guess with this tool you will be able to add coordinates inside the brackets of the territory field -
[Share]Orc NPC Unique style L2 by NevesOma
sepultribe replied to NevesOma's topic in Client Development Discussion
this is very good indeed, don't have any rep to give atm, will do next days u deserve it -
click on the picture to go to the mega.nz folder
-
Request L2Homage; Making L2 Modding Accessible
sepultribe replied to Bumble's question in Request Server Development Help [L2OFF]
great work @Bumble and thnx @Weedy -
try this one https://mega.nz/#!XXAGEIZK!KForEHAMNszr9jHYe6RzZGPyaIX9pmdz2GctkYRp2BM
-
WTS [Unique]Dark magic Costume for all chronicles
sepultribe replied to NevesOma's topic in Marketplace [L2Packs & Files]
You are clearly very good at your work, I'm not hating or sth, it's just the art style that puts me off personally. Looking forward for the vintage l2 armor set version) -
Remove the need to spam topics. A registered member should be able to read a guide no matter what. You can make it as download links are only shown to members above a certain postcount (10/20/whatever). The current system is retarded and makes people spam with no end. Tell me your thoughts. ps: I see no forum suggestions, issues, problems category and so posted here