Urban Gaming Client/Database/Source Code Only

Page 48 of 57 FirstFirst ... 384041424344454647484950515253545556 ... LastLast
Results 706 to 720 of 846
  1. #706
    Apprentice khymo28 is offline
    MemberRank
    May 2020 Join Date
    9Posts

    Re: Urban Gaming Client/Database/Source Code Only

    please can i have the compatible glogicserver.rcc

  2. #707
    Valued Member antivirus273 is offline
    MemberRank
    Feb 2020 Join Date
    PhilippinesLocation
    101Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Backread and you will find the glogicserver

  3. #708
    Valued Member antivirus273 is offline
    MemberRank
    Feb 2020 Join Date
    PhilippinesLocation
    101Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by antivirus273 View Post
    https://prnt.sc/smxf8i how to enable the interface in tyranny wars and also the ranking?


    up for this guys

  4. #709
    Account Upgraded | Title Enabled! flyhigh1 is offline
    MemberRank
    Dec 2011 Join Date
    554Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by Mustafa5 View Post
    @grandran, top 10 is already included the source, you just need to uncomment those lines
    which cpp files bro, that need to uncomment lines?

  5. #710
    Enthusiast nonxexus is offline
    MemberRank
    Jul 2019 Join Date
    32Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Anyone figured out the Obli E removing the Spiritual Spheres on it? Thanks in Advance

  6. #711
    Member iamfafary is offline
    MemberRank
    Nov 2016 Join Date
    Krusty KrabLocation
    69Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by edwinc3020 View Post

    - - - 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.

  7. #712
    Account Upgraded | Title Enabled! flyhigh1 is offline
    MemberRank
    Dec 2011 Join Date
    554Posts

    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.

  8. #713
    Member rylle12345 is offline
    MemberRank
    May 2020 Join Date
    71Posts

    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 ?

  9. #714
    Novice spotii is offline
    MemberRank
    May 2020 Join Date
    4Posts

    Re: Urban Gaming Client/Database/Source Code Only

    What are the value if BATTLE_TIME indicates?

  10. #715
    Account Upgraded | Title Enabled! flyhigh1 is offline
    MemberRank
    Dec 2011 Join Date
    554Posts

    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

  11. #716
    Member rylle12345 is offline
    MemberRank
    May 2020 Join Date
    71Posts

    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.

    "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
    Last edited by rylle12345; 02-06-20 at 05:15 PM. Reason: Source code cleaning from backdoors.

  12. #717
    Account Upgraded | Title Enabled! flyhigh1 is offline
    MemberRank
    Dec 2011 Join Date
    554Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by rylle12345 View Post
    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.

  13. #718
    Member rylle12345 is offline
    MemberRank
    May 2020 Join Date
    71Posts

    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.

  14. #719
    . cus is offline
    MemberRank
    Aug 2019 Join Date
    Head. B 1FLocation
    530Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by rylle12345 View Post
    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.

  15. #720
    Member rylle12345 is offline
    MemberRank
    May 2020 Join Date
    71Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by cus View Post
    Because of gmail.
    Big Thanks !

    When making a new account, it needs to have a valid gmail.



Advertisement