Lineage 2 Tower Forum

Full Version: L2FileEdit c3-Glory Days
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
26-10-2012:
-Update additionalitemgrp.ddf to GloryDays
28-11-2012:
-Npcgrp update
31-01-2013
-My L2DisAsm fix was replaced by Hints fix. (http://forum.zone-game.info/showthread.php?t=24654 )

Missing files:

[Chargrp] Dir: GloryDays
[Chargrp] Dir: Tauti
Interlude\helmetgrp
Interlude\hairaccessarygrp

Any fixes are welcome.
I have no time to do that.

L2FileEditFix by Sakaszli + some ddf files(still many of them need update)

Lindvior FileEdit:
http://maxcheaters.com/forum/index.php?topic=219233.0
or
http://www.lineage2media.com/downloads.html


Old:
DDF files updated by Sakaszli and Hint from http://forum.zone-game.info/showthread.php?t=21097
simple script to patch your system folder(Glory Days++)

    DOS Programming
@echo off
SET TEMPFOLDERNAME=tempo-echo %time:~0,2%-%time:~3,2%
rmdir /s /q "%TEMPFOLDERNAME%"
mkdir "%TEMPFOLDERNAME%"
 
for %%f in (*.dat) do (
copy %%f "%TEMPFOLDERNAME%/%%f"
l2encdec -g -t %%f
del /Q %%f
l2encdec -h 413 dec-%%f %%f
del /Q dec-%%f
)
 
 
pause

Reference URL's