Re: Urban Gaming Client/Database/Source Code Only
please can i have the compatible glogicserver.rcc
Re: Urban Gaming Client/Database/Source Code Only
Backread and you will find the glogicserver
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
antivirus273
up for this guys
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
Mustafa5
@
grandran, top 10 is already included the source, you just need to uncomment those lines
which cpp files bro, that need to uncomment lines?
Re: Urban Gaming Client/Database/Source Code Only
Anyone figured out the Obli E removing the Spiritual Spheres on it? Thanks in Advance
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
edwinc3020
- - - Updated - - -
try to put this code inside GLTowerWarsFieldMan::CheckWinner
//check capture here
int nSCORE[SW_SCHOOL_MAX] = { 0, 0, 0 };
SCHOOLWAR_TOWER_STATUS_MAP_ITER pos = sSchoolWAR.m_mapTowerStatus.begin();
SCHOOLWAR_TOWER_STATUS_MAP_ITER end = sSchoolWAR.m_mapTowerStatus.end();
for ( ; pos != end; pos++ )
{
const SSCHOOLWAR_TOWER_STATUS& sTOWER = pos->second;
if ( sTOWER.emHOLDER >= SW_SCHOOL_MAX ) continue;
nSCORE[sTOWER.emHOLDER] ++;
}
for( int i=0; i < SW_SCHOOL_MAX; ++ i )
{
if ( nSCORE[i] >= 2 ) //Tyranny remark: means captured 2 tower or above = winner
{
//fix Tyranny Buff UI by edwin 20181028 ***** 1
if ( nSCORE[i] == 2 )
{
GLMSG::SNET_TOWERWARS_DOBATTLEEND_AGT NetMsgAgentReqEnd;
NetMsgAgentReqEnd.dwID = dwID;
NetMsgAgentReqEnd.dwSCHOOL = i;
NetMsgAgentReqEnd.bEnd = true;
GLGaeaServer::GetInstance().SENDTOAGENT( &NetMsgAgentReqEnd );
GLMSG::SNETPC_SERVER_TOWERWARS_WINNER_AG NetMsgAgentWinner;
NetMsgAgentWinner.dwID = dwID;
NetMsgAgentWinner.wSCHOOL = i;
GLGaeaServer::GetInstance().SENDTOAGENT ( &NetMsgAgentWinner );
}
//fix Tyranny Buff UI by edwin 20181028 ***** 0
}
}
i already did this think but not in ::CheckWinner because there is no function like that in the src. but there is check capture and i already implemented your fix code but when i try it on game the result of 2 towers only captured is " No school winner " . i tought it would be who captured 2 tower will be the school winner.
Re: Urban Gaming Client/Database/Source Code Only
some items on NPC cant buy, and also in GMC no items inserted when you log in game.
Re: Urban Gaming Client/Database/Source Code Only
tried to compile this using release a, im getting an error for fatal error cannot open hshield.lib
Does anyone encounter this ?
Re: Urban Gaming Client/Database/Source Code Only
What are the value if BATTLE_TIME indicates?
Re: Urban Gaming Client/Database/Source Code Only
rcc already decrypted before running mobnpc editor, then this pop, and also the file mob_ch_02.chf is already in skinobject i cheked it. so why still pop up?
https://imgur.com/IunJyrz
Re: Urban Gaming Client/Database/Source Code Only
after compiling, there's a backdoor trace on serverfield. is this on the source ?? is it possible that the backdoor source is implemented on the source code? if it is. then this is an issue and should not be used in live server.
----------------------
As I am cleaning the source code, I found these keys.
Quote:
"3skelepekpekwalastikkungpumitik*", "ikrkrcnnsdi#!@dodutrmthriu$#@!gr", "z!!3%^k98uijk65fN'*&^vvjd7sc957#^d1*k5&h$21^18@5cF7*33!2", "12ewa123wa3awW$#43@(#@*wu238wehWE834*hihj2@*9j93)*#$@jij", "TrojanNetworksAssassinNaASTIG!!!", "Ocram&FREIRIF%*#$#($#@FKXCXRFRSTheBest*%**RI#$#FDFD"
If you read it, you will notice something. But I'll leave the rest to everyone who will use this. I will clean the source from backdoors and if anyone wants it, let me know.
------- Update
Found the virus. When you extract this source, remove the folder of BugTrapServer.
https://www.virustotal.com/gui/file/...6cd4/detection
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
rylle12345
after compiling, there's a backdoor trace on serverfield. is this on the source ?? is it possible that the backdoor source is implemented on the source code? if it is. then this is an issue and should not be used in live server.
----------------------
As I am cleaning the source code, I found these keys.
If you read it, you will notice something. But I'll leave the rest to everyone who will use this. I will clean the source from backdoors and if anyone wants it, let me know.
------- Update
Found the virus. When you extract this source, remove the folder of BugTrapServer.
https://www.virustotal.com/gui/file/...6cd4/detection
nicely done bro.
Re: Urban Gaming Client/Database/Source Code Only
Has anyone encountered this ?
After logging in, the client will paused and turn to Not Responding. I've checked in server stats, it records the login but no errors.
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
rylle12345
Has anyone encountered this ?
After logging in, the client will paused and turn to Not Responding. I've checked in server stats, it records the login but no errors.
Because of gmail.
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
cus
Because of gmail.
Big Thanks !
When making a new account, it needs to have a valid gmail.