re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
solarismu
No.
It's in protocol.cpp (DLL), only struct move to protocol.h ...But just keep it there pls
IGCN already coded protocol system for DLL. just edit it, don't reinvent anything pls.
I keep it as it is, its working(saw me resets) but still the crash in disconnect!
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
or30n
I keep it as it is, its working(saw me resets) but still the crash in disconnect!
If you dont have a decent coding skill (c++)/Mu Config pls use evilek91 files.
If it still not working with his files, let me know. Thks
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
or30n
I keep it as it is, its working(saw me resets) but still the crash in disconnect!
} => Delete this sign because it is redundant
Code:
PMSG_DEFAULT2 * lpMsg2 = (PMSG_DEFAULT2 *)aRecv;
switch (lpMsg2->subcode)
{
case 0x0B: //IGCN already coded this on GameServer (they used it for Season 6, but still keep in file till now (S13))
{
struct PMSG_RESET_INGAME_SEND
{
PBMSG_HEAD2 h;
WORD Resets;
};
PMSG_RESET_INGAME_SEND * pRSMsg = (PMSG_RESET_INGAME_SEND *)aRecv;
iResetUI = pRSMsg->Resets;
iResetVisibleUI = 1;
break;
}
} => Delete this sign because it is redundant
https://i.imgur.com/9PfGbvI.png
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
heroviet2301
} => Delete this sign because it is redundant
Code:
PMSG_DEFAULT2 * lpMsg2 = (PMSG_DEFAULT2 *)aRecv;
switch (lpMsg2->subcode)
{
case 0x0B: //IGCN already coded this on GameServer (they used it for Season 6, but still keep in file till now (S13))
{
struct PMSG_RESET_INGAME_SEND
{
PBMSG_HEAD2 h;
WORD Resets;
};
PMSG_RESET_INGAME_SEND * pRSMsg = (PMSG_RESET_INGAME_SEND *)aRecv;
iResetUI = pRSMsg->Resets;
iResetVisibleUI = 1;
break;
}
} => Delete this sign because it is redundant
https://i.imgur.com/9PfGbvI.png
In a clean fresh client i try it again. Code is ok, i had already delete redundant "}". I don't know if its my pc problem cause i forgot to copy CharacterFrame.ozg and i disconnect with out crash but when i paste CharacterFrame.ozg in D:\Client\Data\Interface\GFx and try it again the same problem.
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
or30n
Fixed!
OffLevel needs to be enabled for use in Source GameServer, I also do not know how to enable it :)
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
or30n
Fixed!
friend you could share the fix, there are others who have the same problem
Enviado do meu iPhone usando Tapatalk
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
ADMTec
friend you could share the fix, there are others who have the same problem
Enviado do meu iPhone usando Tapatalk
Basically it was corrupted the CharacterFrame.ozg. So i redownloaded and it works.
The only thing i notice is that when i reset my char i have to relogin to display the right Reset Value.
- - - Updated - - -
Quote:
Originally Posted by
ADMTec
friend you could share the fix, there are others who have the same problem
Enviado do meu iPhone usando Tapatalk
In C:\MuServer\IGCData\Plugins\IGC_OffLevelling
Quote:
<OffLevellingSystem Enable="1">
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
This is my problem with Mix.bmd. I fix the texts of branches but there is an error or something missing from my mix.bmd.
https://i.imgur.com/A0OjEu7.jpg
https://i.imgur.com/XAbMcqy.jpg
https://i.imgur.com/nBODTer.jpg
If someone has any time to upload a working mix.bmd it will be greatfull
- - - Updated - - -
Noone?
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
or30n
I'll look at mine here. now if you can send the text fix I would appreciate it
Enviado do meu iPhone usando Tapatalk
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Here you are, https://ufile.io/kgufw
But if you are using the Mix.bmd from the client from this thread then i dont thing that yours is working!
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
or30n
Here you are,
https://ufile.io/kgufw
But if you are using the Mix.bmd from the client from this thread then i dont thing that yours is working!
mine is working properly here is my mix.bmd
https://mega.nz/#!KIIWxYBB!iEB4lhBy1...07OPisLJ9BjImI
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Thank you ADMTec. It works. What client you use?
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
or30n
Thank you ADMTec. It works. What client you use?
my client is a frankstein and a mix of several
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
When I Try combine, it gives nothing, I mean, Cherry blossom don't disapear, how to fix?
pics: Screenshot by Lightshot
Screenshot by Lightshot
Screenshot by Lightshot
re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)
Quote:
Originally Posted by
Forces
I had not tested it. I tested it now and it still has some errors