Re: Ep10 Source Code (No More Selling :))
what server files do i need to use for this ty
Re: Ep10 Source Code (No More Selling :))
Re: Ep10 Source Code (No More Selling :))
Some Known BUGS so far
*All Freebies Item are Lockerable ( but in ItemEditor its NonLockerable also in CSV).
*Reform Card and Sealed Card Random Value (RV) Glitch.
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
aishahot
Some Known BUGS so far
*All Freebies Item are Lockerable ( but in ItemEditor its NonLockerable also in CSV).
*Reform Card and Sealed Card Random Value (RV) Glitch.
*All Freebies Item are Lockerable ( but in ItemEditor its NonLockerable also in CSV). "
search GLCharStorageMsg.cpp in your sc ....
Re: Ep10 Source Code (No More Selling :))
SIR WHERE THE CLIENT HERE Ep10 please ANSWER me
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
kazzam
去這兒
=Document\Database
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
nexus99
*All Freebies Item are Lockerable ( but in ItemEditor its NonLockerable also in CSV). "
search GLCharStorageMsg.cpp in your sc ....
Find
Code:
/*/if ( !pITEM->sBasicOp.IsLocker() ) return FALSE;
if (GLCONST_CHAR::ENABLE_LOCKER_CONTROL)
{
if ( !pITEM->sBasicOp.IsLocker() ) return FALSE;
}
else
{
if ( !pITEM->sBasicOp.IsEXCHANGE() ) return FALSE;
}*/// disable locker control :P
replace
Code:
if ( !pITEM->sBasicOp.IsLocker() ) return FALSE;
if (GLCONST_CHAR::ENABLE_LOCKER_CONTROL)
{
if ( !pITEM->sBasicOp.IsLocker() ) return FALSE;
}
else
{
if ( !pITEM->sBasicOp.IsEXCHANGE() ) return FALSE;
}
find
Code:
//if ( !pHoldData->sBasicOp.IsLocker() ) return FALSE;
/*if (GLCONST_CHAR::ENABLE_LOCKER_CONTROL)
{
if ( !pHoldData->sBasicOp.IsLocker() ) return FALSE;
}
else
{
if ( !pHoldData->sBasicOp.IsEXCHANGE() ) return FALSE;
}*/
replace
Code:
if ( !pHoldData->sBasicOp.IsLocker() ) return FALSE;
if (GLCONST_CHAR::ENABLE_LOCKER_CONTROL)
{
if ( !pHoldData->sBasicOp.IsLocker() ) return FALSE;
}
else
{
if ( !pHoldData->sBasicOp.IsEXCHANGE() ) return FALSE;
}
Thanks i will try this one and post the results (Y)
Re: Ep10 Source Code (No More Selling :))
where =Document\Database ??? SQL?
Re: Ep10 Source Code (No More Selling :))
About using Not crypt Files.
My question is What files should be Decrypt to make all works?
Files are:
glogic.rcc
glogicserver.rcc
animation.rcc
effect.rcc
skinobject.rcc
what else?
thanks :)
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
chumleader
Sir can you try don't kill jr with one hit you can try a Normal Attack,i tryed if just use Normal Attack about 3~4 hit the game will be have error.....
can you try again?
Re: Ep10 Source Code (No More Selling :))
@kazzam
as i said in my earlier comments
i experienced no bugtrap
i also hit that DS jr with normal attacks
but still no bugtraps happened
you may want to update your server or your pc
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
chumleader
@
kazzam
as i said in my earlier comments
i experienced no bugtrap
i also hit that DS jr with normal attacks
but still no bugtraps happened
you may want to update your server or your pc
EP10 gui please advance thanks
Re: Ep10 Source Code (No More Selling :))
can anyone reshare source fully working already fixed all problem and _bin please. thanks
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
chumleader
@
kazzam
as i said in my earlier comments
i experienced no bugtrap
i also hit that DS jr with normal attacks
but still no bugtraps happened
you may want to update your server or your pc
Sir can you tell me what os you use?
i use win7 and sql2005
Re: Ep10 Source Code (No More Selling :))
Quote:
Originally Posted by
November Man
About using Not crypt Files.
My question is What files should be Decrypt to make all works?
Files are:
glogic.rcc
glogicserver.rcc
animation.rcc
effect.rcc
skinobject.rcc
what else?
thanks :)
decrypt all .rcc files sir. if you want to use decrypted files.