[Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

Page 21 of 28 FirstFirst ... 1113141516171819202122232425262728 LastLast
Results 301 to 315 of 409
  1. #301
    Enthusiast Eventyyty is offline
    MemberRank
    Feb 2016 Join Date
    WhereLocation
    34Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)



    Season10 party bug ??

  2. #302
    Valued Member chckhai is offline
    MemberRank
    Feb 2017 Join Date
    116Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by Eventyyty View Post


    Season10 party bug ??
    can you give me your database muonline okay? I do not know how to create your account and when creating an account, I can not create character when logging in to the game, or you help me query command to create an account and thank you very much character

  3. #303
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Bugs I Have Found So Far.

    • BattleCore Sends you to a black map area. Might just be wrong cord. (Required DLL Version)
    • Mastery Box Refuses To Open.
    • Blood Castle Sends You To The Wrong Cord.


    - - - Updated - - -

    Quote Originally Posted by chise08 View Post
    - - - Updated - - -



    All ML trees Gives -1 wherever skill i upgrade, is it misconfig?
    Weird my master skill tree seems to be working with no problems.


    Does anyone know how disable DLL required version?
    Last edited by DragonSeth; 03-03-17 at 10:19 AM.

  4. #304
    Valued Member Markox is offline
    MemberRank
    Mar 2006 Join Date
    VenezuelaLocation
    137Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by DragonSeth View Post
    Bugs I Have Found So Far.

    • BattleCore Sends you to a black map area. Might just be wrong cord. (Required DLL Version)
    • Mastery Box Refuses To Open.
    • Blood Castle Sends You To The Wrong Cord.


    - - - Updated - - -



    Weird my master skill tree seems to be working with no problems.


    Does anyone know how disable DLL required version?
    Dissable BattleCore from Server selection (Hide in CS) and go to BattleCore trought Loren Map NPC, in that way gonna take correct coords.

    Master Levels working from normal characters, for Mirage Lancer not working when upgrade some skill (Not damage or no buff added)

    Ruud shop not working and event NPC from Event Square show all like Merchants (Maybe opcodes)

  5. #305
    O_o psychedelic is offline
    MemberRank
    Nov 2013 Join Date
    LatviaLocation
    270Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by DragonSeth View Post
    Bugs I Have Found So Far.

    • BattleCore Sends you to a black map area. Might just be wrong cord. (Required DLL Version)
    • Mastery Box Refuses To Open.
    • Blood Castle Sends You To The Wrong Cord.


    - - - Updated - - -



    Weird my master skill tree seems to be working with no problems.


    Does anyone know how disable DLL required version?
    Search in dll and gsbsource for DLL_VERSION and comment lines where client sending it and ga recieves.

  6. #306
    Member flacleto is offline
    MemberRank
    Nov 2007 Join Date
    51Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Someone can help me no drop item excellent box medal ja set up and nothing any solution.

  7. #307
    Proficient Member muzic25 is offline
    MemberRank
    Aug 2008 Join Date
    HungaryLocation
    183Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    For Ruud shop (James) code (from my project):

    Npctalk.h

    BOOL NpcJamesTalk(LPOBJ lpNpc,LPOBJ lpObj);

    Npctalk.cpp

    case 725:
    return NpcJamesTalk(lpNpc, lpObj);

    BOOL NpcJamesTalk(LPOBJ lpNpc,LPOBJ lpObj) //--> Test
    {
    PMSG_TALKRESULT pMsg;

    if ( gObjIsConnected(lpObj->m_Index) )
    {
    pMsg.h.c = 0xC3;
    pMsg.h.headcode = 0x30;
    pMsg.h.size = sizeof(pMsg);
    pMsg.result = 53;

    DataSend(lpObj->m_Index, (LPBYTE)&pMsg, pMsg.h.size);

    }
    return true;
    }

  8. #308
    Member inax123 is offline
    MemberRank
    Jul 2009 Join Date
    ArgentinaLocation
    91Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    i cant login to Devil Square. any solution?

  9. #309
    Enthusiast weeds22 is offline
    MemberRank
    Jan 2015 Join Date
    30Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    can I disable battle core and run Basic eventS(BC, CC, DS...) in regular gameserver?

  10. #310
    I love MU, Let's play! chise08 is offline
    MemberRank
    Nov 2008 Join Date
    ArgentinaLocation
    469Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by DragonSeth View Post
    Bugs I Have Found So Far.

    • BattleCore Sends you to a black map area. Might just be wrong cord. (Required DLL Version)
    • Mastery Box Refuses To Open.
    • Blood Castle Sends You To The Wrong Cord.


    - - - Updated - - -



    Weird my master skill tree seems to be working with no problems.


    Does anyone know how disable DLL required version?
    can you plz share ur files and client masterskilltree? Thx :)

  11. #311
    Valued Member Gm2gustavo is offline
    MemberRank
    Feb 2014 Join Date
    VenezuelaLocation
    142Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by muzic25 View Post
    For Ruud shop (James) code (from my project):

    Npctalk.h




    Npctalk.cpp
    //Interface stays the same as Merchant. EVEN Without Return True. Not working for me T_T

  12. #312
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by psychedelic View Post
    Search in dll and gsbsource for DLL_VERSION and comment lines where client sending it and ga recieves.
    Thank you :)

  13. #313
    Enthusiast night11 is offline
    MemberRank
    Mar 2013 Join Date
    49Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    full source link season 10 ep 3 (X-Team)
    https://www.4shared.com/rar/fVi6PzAH...10_Source.html

  14. #314
    O_o psychedelic is offline
    MemberRank
    Nov 2013 Join Date
    LatviaLocation
    270Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by night11 View Post
    full source link season 10 ep 3 (X-Team)
    https://www.4shared.com/rar/fVi6PzAH...10_Source.html
    password?

  15. #315
    Account Upgraded | Title Enabled! michi28 is offline
    MemberRank
    Sep 2014 Join Date
    Maldonado, Uy.Location
    473Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by night11 View Post
    full source link season 10 ep 3 (X-Team)
    https://www.4shared.com/rar/fVi6PzAH...10_Source.html
    Has password. Is the same thing that was shared before, erase it.



Advertisement