Re: Urban Gaming Client/Database/Source Code Only
Re: Urban Gaming Client/Database/Source Code Only
[QUOTE=cus;8969193]You can try to find out some launchers have been shared.
i got a problem i cant READ Param.ini teach me how tjx
Re: Urban Gaming Client/Database/Source Code Only
What is the rcc password of the 3 clients? Please share
Re: Urban Gaming Client/Database/Source Code Only
bro pitian10 inside param got password u can see at there
1 Attachment(s)
Re: Urban Gaming Client/Database/Source Code Only
Can any one know this .
fatal error cannot open input ranclientuilib.lib
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
baby011528
run your launcher with administrator.
i've already run amazon.exe in administrator but still got that hackshield pop up.
- - - Updated - - -
Quote:
Originally Posted by
ReunitedWorks
Can any one know this .
fatal error cannot open input ranclientuilib.lib
i think m_bSchoolWar was not declared .
ranclientilib.lib i think its on the dependencies .
- - - Updated - - -
Quote:
Originally Posted by
edwinc3020
adjust your *.cfg config on server side
- - - Updated - - -
enlarge your screen resolution to see the buttons, mine is 1920*1080
- - - 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
}
}
where should i declare " sSchoolWAR "
sSchoolWAR.m_mapTowerStatus.begin();
Re: Urban Gaming Client/Database/Source Code Only
Any one fix the skyweapon always bugtrap after equip .i already upgradr the cps version . The tools can read the cps but when using in game always got bugtrap
- - - Updated - - -
Any one fix the skyweapon always bugtrap after equip .i already upgradr the cps version . The tools can read the cps but when using in game always got bugtrap
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
lonely9988
bro pitian10 inside param got password u can see at there
try other source
- - - Updated - - -
Quote:
Originally Posted by
ReunitedWorks
Any one fix the skyweapon always bugtrap after equip .i already upgradr the cps version . The tools can read the cps but when using in game always got bugtrap
- - - Updated - - -
Any one fix the skyweapon always bugtrap after equip .i already upgradr the cps version . The tools can read the cps but when using in game always got bugtrap
try open item editor and see what is problem
Re: Urban Gaming Client/Database/Source Code Only
Is this source / amazon.exe or iProtect or HS not compatible to Windows 10?
Many of guys feedback to me that they got crash when running the client on Windows 10, but perfect in Windows 7.
Any idea?
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
edwinc3020
Is this source / amazon.exe or iProtect or HS not compatible to Windows 10?
Many of guys feedback to me that they got crash when running the client on Windows 10, but perfect in Windows 7.
Any idea?
Run amazone.exe/minia.exe/game.exe in Win 7 or upgrade source for compatible with w10.
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
cus
Run amazone.exe/minia.exe/game.exe in Win 7 or upgrade source for compatible with w10.
Thanks Bro! I think there is only one guy in this forum can answer my question properly. Isn’t it? @Rebel92Sent from my iPhone using Tapatalk
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
edwinc3020
Thanks Bro! I think there is only one guy in this forum can answer my question properly. Isn’t it? @
Rebel92Sent from my iPhone using Tapatalk
Sorry bro but I think some guys knew how to upgrade or fix it because I used to pay for this problem.
Not sir Rebel92.
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
ReunitedWorks
Any one fix the skyweapon always bugtrap after equip .i already upgradr the cps version . The tools can read the cps but when using in game always got bugtrap
- - - Updated - - -
Any one fix the skyweapon always bugtrap after equip .i already upgradr the cps version . The tools can read the cps but when using in game always got bugtrap
I used version cps source neo has no problem bro
Sent from my vivo 1724 using Tapatalk
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
williamjohn
I used version cps source neo has no problem bro
Sent from my vivo 1724 using Tapatalk
Already solve bro . My new problem is when using right click cant equip the weapon need to place into weapon slot to equip
Re: Urban Gaming Client/Database/Source Code Only
Quote:
Originally Posted by
edwinc3020
Thanks Bro! I think there is only one guy in this forum can answer my question properly. Isn’t it? @
Rebel92Sent from my iPhone using Tapatalk
compile it using vs 2013 or higher, change the Windows SDK to latest.. any error appear is what cause it crash on running win 10 OS