Yep, EXC Drop if Rand()%2000 = 1 u have Exc Item, to hight Drop, put low number
Yep, EXC Drop if Rand()%2000 = 1 u have Exc Item, to hight Drop, put low number
how to change 1/n -> n/100 ?
I like n/100.
set = 90 -> Ex drop = 90% (^_^)..
thanks
hi all
i have problem with s5quest system
when I go into the game, I'm starting to go quest, but it's worth out of the game in shadow phantom soldier writes select a quest and there is nothing to choose a blank
how to fix this?
---------- Post added at 08:20 AM ---------- Previous post was at 06:32 AM ----------
i am fix this problem
i am fix this problem
who know how edit max monster attribute in gs_cs?
Dark Raven durable consumption offset code need not be
Google translator?
"Blood Castle Master Enter" and "Devil Square Master Enter" . who can share full offset fix ? thank for all !
Dark Raven durable
Exhausted too quickly.
Durable modification of the offset code required
how to integrate GSCS to GS?
how to add exc opt,luck,soul use,bless use on 4lvl wings?
i have example 18 gs lcteam
unsigned char Wings1[] = {
0x3D,0x29}; //CMP EAX, 1807 => CMP EAX, 1829
memcpy((DWORD*)0x004FE309,Wings1,sizeof(Wings1)); //Bless usage
//GS90
//unsigned char wings1[] = {0x3D,0x86};//1886
//memcpy((DWORD*)0x00536919,Wings1,sizeof(Wings1));<-no't right offset
unsigned char Wings2[] = {
0x81,0xF9,0x29}; //CMP ECX, 1807 => CMP ECX, 1829
memcpy((DWORD*)0x004FE84E,Wings2,sizeof(Wings2)); //Soul usage
//GS90
//unsigned char Wings2[] = {0x81,0xF9,0x86};//1886
//memcpy((DWORD*)0x00536EAE,Wings2,sizeof(Wings2));<- not right offset
Dark Raven durableExhausted too quickly.Durable modification of the offset code required
we were updating php version... web is online now.. and server too
I need DarkRaven
How to enable other classes
Need an offset code
I did the research on GS_CS, now you'll have to do it on GS common. Here it is:
Code:CDarkSpirit::Run change: 0050118F |. /74 05 JE SHORT GameServ.00501196 (Make JMP to Enable All Classes) 00501218 |. /74 2C JE SHORT GameServ.00501246 (Make JMP to Disable Leadership Check or change 0x100:Leadership and 0x102:AddLeadership below) CDarkSpirit::SetTarget change: 00501ECC |. /74 02 JE SHORT GameServ.00501ED0 (Make JMP to Enable All Classes) CDarkSpirit::ReSetTarget change: 00501F3C |. /74 02 JE SHORT GameServ.00501F40 (Make JMP to Enable All Classes) CDarkSpirit::SetMode change: 00501FD2 |. /74 05 JE SHORT GameServ.00501FD9 (Make JMP to Enable All Classes) CDarkSpirit::Set change: 0050223F |. /74 05 JE SHORT GameServ.00502246 (Make JMP to Enable All Classes) 005022A1 |. 66:8B91 00010>MOV DX,WORD PTR DS:[ECX+100] (0x100 = Leadership) 005022AD |. 66:8B88 02010>MOV CX,WORD PTR DS:[EAX+102] (0x102 = AddLeadership)