Pode usar VS 2017?
Printable View
Pode usar VS 2017?
Isso é certo. Eu uso VS 2015
Link das LIB atualizados no tópico inicial!
Sobre a source da IGC.dll (client patch) alguem tem noticias?
Estranho ter vazado a src do server sem a src do client patch.
alguns links estão offline ex: Source... alguém teria tais links ativos?
link source offline :(
Link ONLINECitação:
Originally Posted by luzcaa [Only registered and activated users can see links. Click Here To Register...]
Como se usa as library ,desculpe eu sou novo aqui
alguem sabe me dizer se ta estavel ?
1 6 minutes:------- Atualizado -------
me tira uma duvida a interface do meu ta mostrando que ta na up 27
pra mim usa a 12.0.0.31 eu tenho que copilar ?
4 Dias 1:------- Atualizado -------
é pelo o jeito o assunto season12 igcn morreu ninguem responde nada ninguem pronuncia nada
Comando /PartyLeader GS crash...
arquivo da da source onde está o comando: GMMng.cpp
parte do codigo
Código:void CGMMng::NewLoadCommandFile(LPSTR file){
GetPrivateProfileString("commands", "PartyLeader", "/PartyLeader", m_CommandNames.partyleader, 20, file);
GetPrivateProfileString("commands", "ResetTable", "/TableReset", m_CommandNames.resettabulado, 20, file);
GetPrivateProfileString("commands", "NewMakeItem", "/MakeItems", m_CommandNames.MakeItems, 20, file);
GetPrivateProfileString("commands", "ClearInventory", "/clearinv", m_CommandNames.ClearInventory, 20, file);
GetPrivateProfileString("commands", "MakeRandomSet", "/makerandomset", m_CommandNames.MakeRandomSet, 20, file);
}
o Source da versão Season 9.2 IGCN n tem justamente esses comando que foram adcionados.Código:case Command::PartyLeader: {
char * TargetName = this->GetTokenString();
int TargetIndex = gObjGetIndex(TargetName);
// ----
if (!gParty.SetLeader(lpObj->m_Index, TargetIndex))
{
return false;
}