Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 15480

[Discussion] about item.enc of ep8

$
0
0
hello again rz comunity xD after the poroblem with mob.enc of ep8 i found a new problem item.enc...

Yamachi template is usefull now they change the structure and the template cant read it correct
somebody know how to make it compatible with ep2 client is the same problem like mob enc...

$f1=FileOpen("mob.dec",16)
$fs=FileGetSize("mob.dec")
$x=FileRead($f1,$fs)
FileClose($f1)
$f2=FileOpen("mob.new.dec",18)
For $z=1 To $fs Step 166
$tmp=BinaryMid($x,$z,164)
FileWrite($f2,$tmp)
Next
FileClose($f2)


this is the code to convert mob enc ep8 to ep2
CREDITS: x30unlimited

just make it with auto it xD and will work

now somebody know how we can add ep8 item.enc to ep2 ?

Viewing all articles
Browse latest Browse all 15480

Trending Articles