Crow Gen Notice with Character Name and School Name

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    Kayo na! ANg galing nyo e chumleader is offline
    MemberRank
    May 2014 Join Date
    wwwLocation
    353Posts

    Re: Crow Gen Notice with Character Name and School Name

    i think it will work
    since it just only manipulates the display

  2. #17
    Proficient Member MalwareBytes is offline
    MemberRank
    Mar 2013 Join Date
    RevengeLocation
    197Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by vienchin View Post
    on EP7 source does not work
    working ep7 source don't merge dword itemscale / moneyscalre (y)

  3. #18
    Proficient Member vienchin is offline
    MemberRank
    Apr 2014 Join Date
    160Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by MalwareBytes View Post
    working ep7 source don't merge dword itemscale / moneyscalre (y)

    yes sir , i did not add the dword itemscale / moneyscalre because i got errors

  4. #19
    Valued Member biogenic70 is offline
    MemberRank
    Oct 2011 Join Date
    139Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by MalwareBytes View Post
    working ep7 source don't merge dword itemscale / moneyscalre (y)
    i also did this i did not merge it but still not working

  5. #20
    Proficient Member vienchin is offline
    MemberRank
    Apr 2014 Join Date
    160Posts

    Re: Crow Gen Notice with Character Name and School Name

    @MalwareBytes

    i only add this

    Spoiler:
    if ( m_pCrowData->m_sAction.m_dwActFlag&EMCROWACT_KNOCK ) {
    const char *szMAP_NAME = GLGaeaServer::GetInstance().GetMapName ( m_sMapID );
    PGLCHAR pChar = GLGaeaServer::GetInstance().GetChar ( m_sAssault.dwID );
    CString strTEXT;
    if(pChar)
    {
    if(pChar->m_wSchool == 0)
    {
    strTEXT.Format ( ID2SERVERTEXT("EMCROWACT_REPULSE_SG"),
    m_pCrowData->GetName(), pChar->m_szName, szMAP_NAME );


    GLMSG::SNET_SERVER_GENERALCHAT NetMsg;
    NetMsg.SETTEXT ( strTEXT.GetString() );


    GLGaeaServer::GetInstance().SENDTOAGENT ( &NetMsg );
    }
    else if(pChar->m_wSchool == 1)
    {
    strTEXT.Format ( ID2SERVERTEXT("EMCROWACT_REPULSE_MP"),
    m_pCrowData->GetName(), pChar->m_szName, szMAP_NAME );


    GLMSG::SNET_SERVER_GENERALCHAT NetMsg;
    NetMsg.SETTEXT ( strTEXT.GetString() );


    GLGaeaServer::GetInstance().SENDTOAGENT ( &NetMsg );
    }
    else if(pChar->m_wSchool == 2)
    {
    strTEXT.Format ( ID2SERVERTEXT("EMCROWACT_REPULSE_PNX"),
    m_pCrowData->GetName(), pChar->m_szName, szMAP_NAME );


    GLMSG::SNET_SERVER_GENERALCHAT NetMsg;
    NetMsg.SETTEXT ( strTEXT.GetString() );


    GLGaeaServer::GetInstance().SENDTOAGENT ( &NetMsg );
    }
    }
    }
    }

  6. #21
    Kayo na! ANg galing nyo e chumleader is offline
    MemberRank
    May 2014 Join Date
    wwwLocation
    353Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by vienchin View Post
    @MalwareBytes

    i only add this

    Spoiler:
    if ( m_pCrowData->m_sAction.m_dwActFlag&EMCROWACT_KNOCK ) {
    const char *szMAP_NAME = GLGaeaServer::GetInstance().GetMapName ( m_sMapID );
    PGLCHAR pChar = GLGaeaServer::GetInstance().GetChar ( m_sAssault.dwID );
    CString strTEXT;
    if(pChar)
    {
    if(pChar->m_wSchool == 0)
    {
    strTEXT.Format ( ID2SERVERTEXT("EMCROWACT_REPULSE_SG"),
    m_pCrowData->GetName(), pChar->m_szName, szMAP_NAME );


    GLMSG::SNET_SERVER_GENERALCHAT NetMsg;
    NetMsg.SETTEXT ( strTEXT.GetString() );


    GLGaeaServer::GetInstance().SENDTOAGENT ( &NetMsg );
    }
    else if(pChar->m_wSchool == 1)
    {
    strTEXT.Format ( ID2SERVERTEXT("EMCROWACT_REPULSE_MP"),
    m_pCrowData->GetName(), pChar->m_szName, szMAP_NAME );


    GLMSG::SNET_SERVER_GENERALCHAT NetMsg;
    NetMsg.SETTEXT ( strTEXT.GetString() );


    GLGaeaServer::GetInstance().SENDTOAGENT ( &NetMsg );
    }
    else if(pChar->m_wSchool == 2)
    {
    strTEXT.Format ( ID2SERVERTEXT("EMCROWACT_REPULSE_PNX"),
    m_pCrowData->GetName(), pChar->m_szName, szMAP_NAME );


    GLMSG::SNET_SERVER_GENERALCHAT NetMsg;
    NetMsg.SETTEXT ( strTEXT.GetString() );


    GLGaeaServer::GetInstance().SENDTOAGENT ( &NetMsg );
    }
    }
    }
    }
    Just to make sure
    did you include the xml code for servertext.xml? on your server?

  7. #22
    Proficient Member vienchin is offline
    MemberRank
    Apr 2014 Join Date
    160Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by chumleader View Post
    Just to make sure
    did you include the xml code for servertext.xml? on your server?

    Yes , i already put the code on servertext.xml

  8. #23
    Account Bä́̽̔̌̈́̈̄̕̕nned HolyShift is offline
    MemberRank
    Sep 2014 Join Date
    Davao City, PhiLocation
    251Posts

    Re: Crow Gen Notice with Character Name and School Name

    tssss not working on ep7 source

    - - - Updated - - -

    Quote Originally Posted by MalwareBytes View Post
    working ep7 source don't merge dword itemscale / moneyscalre (y)
    i follow that also sir no errors in compiling... but not working in game >.<

  9. #24
    Account Upgraded | Title Enabled! mccfloat is offline
    MemberRank
    Jul 2015 Join Date
    201Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by HolyShift View Post
    tssss not working on ep7 source

    - - - Updated - - -


    i follow that also sir no errors in compiling... but not working in game >.<

    it is working follow the step 1 by 1 then you can solve that. if you are a coder u know what you are doing

  10. #25
    Proficient Member vienchin is offline
    MemberRank
    Apr 2014 Join Date
    160Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by mccfloat View Post
    it is working follow the step 1 by 1 then you can solve that. if you are a coder u know what you are doing

    we are saying about ep7 source because i think the share is base on EP9 source ofcouse its working .. then can you try it on ep7 source ? you are a coder right?

  11. #26
    Proficient Member MalwareBytes is offline
    MemberRank
    Mar 2013 Join Date
    RevengeLocation
    197Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by vienchin View Post
    we are saying about ep7 source because i think the share is base on EP9 source ofcouse its working .. then can you try it on ep7 source ? you are a coder right?
    ep7 source working . just learn code.

  12. #27
    Member timothy03 is offline
    MemberRank
    May 2015 Join Date
    55Posts

    Re: Crow Gen Notice with Character Name and School Name

    thanks for this . but not working on ep7 source :v .

  13. #28
    Member lpfacun is offline
    MemberRank
    Jan 2014 Join Date
    51Posts

    Re: Crow Gen Notice with Character Name and School Name

    Anyone wanna se ep7v1 client or source because it has already that announcement gui! Just wanna know how to enable it..

  14. #29
    Member Paradox25 is offline
    MemberRank
    May 2015 Join Date
    61Posts

    Re: Crow Gen Notice with Character Name and School Name

    working perfectly... thnx... if i summon manually? no notice appear!!

  15. #30
    Novice johnrehtsel is offline
    MemberRank
    Oct 2016 Join Date
    4Posts

    Re: Crow Gen Notice with Character Name and School Name

    Quote Originally Posted by Paradox25 View Post
    working perfectly... thnx... if i summon manually? no notice appear!!
    Hello guys! just want to ask i already merge this code. no error in EP7 while compiling,
    but same as them, as i run ingame and summon manually the mobs, no notice appear?

    Any one can help?



Page 2 of 2 FirstFirst 12

Advertisement