yes!!! it is hexable
destination folder is different
can read 10 classes
class29.charset.class28.charset.class27.charset.class26.charset.class25.charset.class24.charset.class23.charset.class22.charset.class21.charset.class20.charset.class19.charset.class18.charset.class17.charset.class16.charset.class15.charset.class14.charset.
try use ran server ep4 to run rantw2
@qiang
you tried it on ep4 kr?
---------- Post added at 04:40 AM ---------- Previous post was at 04:40 AM ----------
@qiang
you tried it on ep4 kr?
seifer. and what what will u do. if game.exe can be hex?
the game.exe is not edit sir...
@qian...
thats client... has have.... that's file?like new map,new summon,new item?
the file server and etc... has same?or different?
i tried the lev files in ep4 server files
it works no error
but sad to say game.exe cannot read because of the encryption
all black
It Can Be read by the Server Files = Session = login = field = agent =??
But Only The Game.exe Is Not working?
I Think the config of param.ini and also need this database
DATABASE GUIDE
MAKE these columns on dbo.UserInfo @ RanUser
UserAge - int - null
OfflineTime - datetime - no null - default value = 1970-02-01
GameTime - datetime - no null - default value = 1970-02-01
And Execute This
PHP Code:USE [RanUser]
GO
/****** Object: StoredProcedure [dbo].[user_logout] Script Date: 07/28/2009 03:01:26 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER Procedure [dbo].[user_logout]
@userId char(25),
@usernum int,
@gametime int,
@chanum int,
@svrgrp int,
@svrnum int,
@extra int,
@nReturn int OUTPUT
AS
SET NOCOUNT ON
DECLARE
-- Declare variables used in error checking.
@error_var int,
@rowcount_var int
-- ???, ??? ????? ??
UPDATE UserInfo
SET UserLoginState=0, LastLoginDate=getdate()
WHERE UserNum = @usernum
-- ???? ??? 1 : ??? 0 : ????
INSERT INTO LogLogin (UserNum, UserID, LogInOut)
VALUES (@usernum, @userId, 0)
-- ???? ???
INSERT INTO LogGameTime (UserNum, UserID, GameTime, ChaNum, SGNum, SvrNum)
VALUES (@usernum, @userId, @gametime, @chanum, @svrgrp, @svrnum)
-- ???? ?? ????
UPDATE StatGameTime
SET GTime=GTime+@gametime
WHERE GYear=Year(GetDate()) AND GMonth=Month(GetDate()) AND GDay=Day(GetDate())
SELECT @error_var = @@ERROR, @rowcount_var = @@ROWCOUNT
IF @error_var <> 0 OR @rowcount_var = 0
BEGIN
INSERT INTO StatGameTime (GYear, GMonth, GDay, GTime)
VALUES (Year(GetDate()), Month(GetDate()), Day(GetDate()), @gametime)
END
SET NOCOUNT OFF
Last edited by SystemLog; 09-02-10 at 03:41 AM.
@ramispo...
gud luck sir.... you can....
yes but, the files are encrypted
when u go to map
all black, w8 i post screen shot
ok i will wait
@ramispo....
in you ss .... its good... no problem....
i think the problem... only in setting sir....
cause the texture map.... not load... so the map go to black...
sorry for bad english
Last edited by jaketkulit; 09-02-10 at 03:57 AM.
i will try o do something else
i will post
the progress
ok thanks... ramispo.....
we are waiting you....
haha really cant load the files
inside the lev files
wew
too bad
game.exe cannot read the encryption
if we can decrypt the lev files then it can be loaded
hmmmm.... i think hard... if want to decrypt file.....
cause tools... have different function to decrypt or encrypt file....
need much time to make tools encrypter.....
its not the texture or the wld ot the .lev file is not loading.
its the encryption. that is the reason why it is not loading.
you have to decrypt it to make it work.
yes... that's the problem mr. nats....
you know what method..... the ecrypter?
maybe my friend can help to decode the file
if they use a self made encryption
then its very very hard
the game.exe cannot read the encryption
no i dont.
but i think. it can be decrypt by a proffesional programer.
@ramispo
yes that is what they did.
yes thats right.......
if they make self a tools....
so thats so hard... to decode... thats file....
cause we dont know... the method.....
hmmm... and the jaywill said... its righ....
the field ,agent server not same.... so the lev file.... can work.... but cannot load the map......
cause different ........