RAN World Client (EP10 With Shaper Class)

Page 4 of 9 FirstFirst 123456789 LastLast
Results 46 to 60 of 132
  1. #46
    Valued Member neilshot123 is offline
    MemberRank
    May 2014 Join Date
    131Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Quote Originally Posted by sadlove92 View Post
    Downgrade your window to window 8 =]]. just kidding
    i 'm not having this problem but, maybe, maybe this can help you, (i'm not sure )
    Go to source code root folder -> mfcexlib -> open getwinver.cpp then add more for win 10
    find code :
    Code:
    else if( (dwMajorVersion == 6) && (dwMinorVersion == 1))       
     {            lstrcpy(pszVersion, WIN7STR ); 
               *nVersion = WIN7;
            }

    add below this ,
    this code :
    Code:
    else if( (dwMajorVersion == 6) && (dwMinorVersion == 2))        
    {           
     lstrcpy(pszVersion, WIN8STR ); 
               *nVersion = WIN8; 
           }       
     else if( (dwMajorVersion == 6) && (dwMinorVersion == 3))   
         {          
      lstrcpy(pszVersion, WIN8V1STR );     
           *nVersion = WIN8V1;     
       }        
    else if( (dwMajorVersion == 10) && (dwMinorVersion == 0))    
        {  
              lstrcpy(pszVersion, WIN10STR ); 
               *nVersion = WIN10; 
           }
    
    

    save it
    open getwinver.h
    find code "#define WIN7STR _T("Windows 7") "
    then add this below :
    Code:
    #define WIN8STR            _T("Windows 8")
    #define WIN8V1STR        _T("Windows 8.1")
    #define WIN10STR        _T("Windows 10")
    and find :
    " #define WIN7 107 "
    add more below that :
    Code:
    #define WIN8        108
    #define WIN8V1        109
    #define WIN10        110
    save it and rebuild...
    i'm looking for someone can help about auto pilot bug ~~ so hard


    Check all source if you merge it correctly. Sometimes autopilot is not working you need to restart server files to make it work again i don't know if it will not work again base on my experience

  2. #47
    -sad- sadlove92 is offline
    MemberRank
    Feb 2013 Join Date
    Earth 615 - VNLocation
    449Posts

    Re: RAN World Client (EP10 With Shaper Class)

    I checked other private ran server. They have same problem with this autopilot. Maybe when character out game it doesn't auto stop their auto pilot. The proof is it will auto turn on after relog in ( if you out the game by esc menu ) . But it not working with Close X ( at top right window ) or bugtrap suddently... after that, auto pilot bug ( cant turn it on ) with all character or all id login in that computer. Sometime other guy will bug like him too.

  3. #48
    Member edwinc3020 is offline
    MemberRank
    Dec 2007 Join Date
    76Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Quote Originally Posted by sadlove92 View Post
    when you are using auto then dc or you out game without disable auto skill... you will can't use auto-skill anymore, Did you know how to fix that, sir ?
    or how to make it auto turn off our auto skill when the character log out ?
    i just make it auto turn off when log in. but lot of code to add.

    you can try this lazy way:
    GLCharactorReq.cpp
    case FALSE:
    {
    if (IsUsingAutoSkill())
    {
    GLMSG::SNETPC_REQ_USE_AUTO_SKILL NetMsg;
    NetMsg.m_bAutoSkill = FALSE;

    NETSENDTOFIELD(&NetMsg);

    }
    else if (!IsUsingAutoSkill())
    {
    GLMSG::SNETPC_REQ_USE_AUTO_SKILL NetMsg;
    NetMsg.m_bAutoSkill = FALSE;

    NETSENDTOFIELD(&NetMsg);

    }
    }

    InnerInterface.cpp
    if (!IsUsingAutoSkillOn())
    {
    m_pAutoPilotWindow->SetAutoSkillOn();
    }
    else if (IsUsingAutoSkillOn())
    {
    m_pAutoPilotWindow->SetAutoSkillOff();
    }
    else
    {
    m_pAutoPilotWindow->SetAutoSkillOff();
    }

  4. #49
    -sad- sadlove92 is offline
    MemberRank
    Feb 2013 Join Date
    Earth 615 - VNLocation
    449Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Quote Originally Posted by edwinc3020 View Post
    i just make it auto turn off when log in. but lot of code to add.

    you can try this lazy way:
    GLCharactorReq.cpp
    case FALSE:
    {
    if (IsUsingAutoSkill())
    {
    GLMSG::SNETPC_REQ_USE_AUTO_SKILL NetMsg;
    NetMsg.m_bAutoSkill = FALSE;

    NETSENDTOFIELD(&NetMsg);

    }
    else if (!IsUsingAutoSkill())
    {
    GLMSG::SNETPC_REQ_USE_AUTO_SKILL NetMsg;
    NetMsg.m_bAutoSkill = FALSE;

    NETSENDTOFIELD(&NetMsg);

    }
    }

    InnerInterface.cpp
    if (!IsUsingAutoSkillOn())
    {
    m_pAutoPilotWindow->SetAutoSkillOn();
    }
    else if (IsUsingAutoSkillOn())
    {
    m_pAutoPilotWindow->SetAutoSkillOff();
    }
    else
    {
    m_pAutoPilotWindow->SetAutoSkillOff();
    }
    thanks you, i will check it now,
    hope you can share complete source gmc + itemshop ^^

    - - - Updated - - -

    i tried with my VM, still bug . maybe it need more code to close :)

  5. #50
    Member edwinc3020 is offline
    MemberRank
    Dec 2007 Join Date
    76Posts

    Re: RAN World Client (EP10 With Shaper Class)

    yes, try add one more line

    InnerInterface.cpp
    if (!IsUsingAutoSkillOn())
    {
    m_pAutoPilotWindow->SetAutoSkillOff(); //<-- turn it off first every time press F7
    m_pAutoPilotWindow->SetAutoSkillOn();
    }
    else if (IsUsingAutoSkillOn())
    {
    m_pAutoPilotWindow->SetAutoSkillOff();
    }
    else
    {
    m_pAutoPilotWindow->SetAutoSkillOff();
    }

  6. #51
    Apprentice s88519 is offline
    MemberRank
    Jul 2012 Join Date
    8Posts

    Re: RAN World Client (EP10 With Shaper Class)

    never receive msg "AutoSkill has been activated ".

    How can you fix that ,sir ?

  7. #52
    Member captainboy95 is offline
    MemberRank
    Feb 2018 Join Date
    78Posts

    Re: RAN World Client (EP10 With Shaper Class)

    I got an error using emulator its said "LevelFile unknown data version. Please help me .

  8. #53
    -sad- sadlove92 is offline
    MemberRank
    Feb 2013 Join Date
    Earth 615 - VNLocation
    449Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Quote Originally Posted by edwinc3020 View Post
    yes, try add one more line

    InnerInterface.cpp
    if (!IsUsingAutoSkillOn())
    {
    m_pAutoPilotWindow->SetAutoSkillOff(); //<-- turn it off first every time press F7
    m_pAutoPilotWindow->SetAutoSkillOn();
    }
    else if (IsUsingAutoSkillOn())
    {
    m_pAutoPilotWindow->SetAutoSkillOff();
    }
    else
    {
    m_pAutoPilotWindow->SetAutoSkillOff();
    }
    it's working now, thanks you sir !
    as i know , array item have a bug, sometimes it make pet or some item disapper when my inventory array
    Last edited by sadlove92; 30-08-18 at 02:50 PM.

  9. #54
    Member captainboy95 is offline
    MemberRank
    Feb 2018 Join Date
    78Posts

    Re: RAN World Client (EP10 With Shaper Class)

    @sadlove92 can share ur level.rcc please . Or van u gv me some tips how to solve the level file unknown version keep showing when using emulator please help me

  10. #55
    -sad- sadlove92 is offline
    MemberRank
    Feb 2013 Join Date
    Earth 615 - VNLocation
    449Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Quote Originally Posted by captainboy95 View Post
    @sadlove92 can share ur level.rcc please . Or van u gv me some tips how to solve the level file unknown version keep showing when using emulator please help me
    remove that lev at maplist or find other lev at client ep10 shared here

  11. #56
    Member captainboy95 is offline
    MemberRank
    Feb 2018 Join Date
    78Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Thx for replying can u gv me a hint about which client that u use for changing the lev file ?

  12. #57
    -sad- sadlove92 is offline
    MemberRank
    Feb 2013 Join Date
    Earth 615 - VNLocation
    449Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Quote Originally Posted by captainboy95 View Post
    Thx for replying can u gv me a hint about which client that u use for changing the lev file ?
    find topic have ep 10 or ep 11 client, there are so many in release section

  13. #58
    Apprentice macalimosa is offline
    MemberRank
    Aug 2018 Join Date
    16Posts

    Re: RAN World Client (EP10 With Shaper Class)

    link is dead. please anyone? thanks in advance

  14. #59
    Member captainboy95 is offline
    MemberRank
    Feb 2018 Join Date
    78Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Thx i found it

  15. #60
    Apprentice macalimosa is offline
    MemberRank
    Aug 2018 Join Date
    16Posts

    Re: RAN World Client (EP10 With Shaper Class)

    Quote Originally Posted by captainboy95 View Post
    Thx i found it
    can you please share your .lev? thanks in advance!
    Last edited by macalimosa; 05-09-18 at 12:49 PM.



Advertisement