Welcome to the RaGEZONE - MMORPG development forums.

How to add some extra function on Source Code (Newbie Coder)

This is a discussion on How to add some extra function on Source Code (Newbie Coder) within the Ran Development forums, part of the Ran Online category; i was about to post this good thing you do anyone got complete mouse effect? if you do geger post ...

Page 16 of 20 FirstFirst ... 6891011121314151617181920 LastLast
Results 226 to 240 of 286
  1. #226
    Member
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    27
    Liked
    1

    Re: How to add some extra function on Source Code (Newbie Coder)

    Click
    i was about to post this
    good thing you do

    anyone got complete mouse effect?



    if you do geger post
    you can still get the key
    if you will not encrypt your game.exe

  2. #227
    Newbie
    Rank
    Member
    Join Date
    May 2012
    Posts
    3
    Liked
    0

    Re: How to add some extra function on Source Code (Newbie Coder)

    How to declare the item type for example SLOT_WING;

  3. #228
    Ultimate Member
    Rank
    Member
    Join Date
    May 2004
    Location
    In your heart
    Posts
    167
    Liked
    2

    Re: How to add some extra function on Source Code (Newbie Coder)

    Quote Originally Posted by z71f45g7788 View Post
    How to declare the item type for example SLOT_WING;
    you can do follow geger guide.

    and i need to delay call pet like delay of hoverboard. please release how to done it.

    thank you.

  4. #229
    RoZ
    Newbie
    Rank
    Member
    Join Date
    Mar 2011
    Posts
    4
    Liked
    0

    Re: How to add some extra function on Source Code (Newbie Coder)

    hi , can someone tell me which 1 files for level up system ? every time level up +1 level , please explain it how it is work , if got many files please list ya ( im newbie coder)
    * Not effect for level up


  5. #230
    Member
    Rank
    Member
    Join Date
    Apr 2012
    Posts
    42
    Liked
    0

    Re: How to add some extra function on Source Code (Newbie Coder)

    Sir .. May i know how to see this ?
    RanClientLib > G-Logic > Client > ClientCrow > GLCrowRenList.cpp

  6. #231
    StoP Callin me MentaL
    Rank
    Gamma
    Join Date
    Dec 2008
    Location
    Guang Dong, PRC
    Posts
    4,226
    Liked
    1078
    Gamertag: lexjunior PSN ID: lexjunior XFIRE ID: closeopen101 Steam ID: lexjunior Raptr ID: iamnotmental Wii Code: 5533 9958 8664 4677
    @the eliter
    Are you sure that is ARBG color? because I search on Google has no hint, what I found is just RBG color, ARGB color, no results for ARBG.

    hey...erm...uhh...anyone know how to change the loading screen?
    Last edited by SeiferXIII; 27-05-12 at 06:00 PM.

    RaGEZONE Ran Online Encyclopedia
    "very helpful for " How to do this & that " people like ME ^_^"
    ____________________________________________~Bianx
    "It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
    _______________________________________________________________________________~aishahot
    "Haven't tried it yet but this release is quite interesting."
    ______________________________________~Acruno

  7. #232
    Ultimate Member
    Rank
    Member
    Join Date
    May 2004
    Location
    In your heart
    Posts
    167
    Liked
    2

    Re: How to add some extra function on Source Code (Newbie Coder)

    Quote Originally Posted by LatneM View Post
    hey...erm...uhh...anyone know how to change the loading screen?
    LoadingThread.cpp

  8. #233
    Member
    Rank
    Member
    Join Date
    Oct 2011
    Posts
    44
    Liked
    11


    ^^ 70%

    @geger009

    help me for gunner to back

    Attached Thumbnails Attached Thumbnails bug.png  
    Last edited by SeiferXIII; 27-05-12 at 06:02 PM.

  9. #234
    StoP Callin me MentaL
    Rank
    Gamma
    Join Date
    Dec 2008
    Location
    Guang Dong, PRC
    Posts
    4,226
    Liked
    1078
    Gamertag: lexjunior PSN ID: lexjunior XFIRE ID: closeopen101 Steam ID: lexjunior Raptr ID: iamnotmental Wii Code: 5533 9958 8664 4677

    Re: How to add some extra function on Source Code (Newbie Coder)

    Quote Originally Posted by Seifer13 View Post
    For those who want to use RELEASE_KOREA but stucked @ 'don't execute independent'
    Quote this part of Basic.cpp
    Location: Source\Basic\Basic.cpp

    PHP Code:
    #if defined(KR_PARAM) || defined(KRT_PARAM)
        
    {
            
    //    Note : ´ÙÀ½ °ÔÀÓ ÆÄ¶ó¸ÞŸ È®ÀÎ.
            //
            
    CDaumGameParameter cDGP;
            
    char szParameter[MAX_DGPARAMETER_LENGTH];
            if ( 
    cDGP.Get _T("Parameter"), szParameterMAX_DGPARAMETER_LENGTH ) == FALSE )
            {
                
    MessageBox NULL_T("À¥¿¡¼­ ½ÇÇàÇØÁֽʽÿÀ."), _T("¶õ¿Â¶óÀÎ"), MB_OK );
                return 
    FALSE;
            }

            
    //MessageBox ( NULL, szParameter, "key", MB_OK );
            
    RANPARAM::SETIDPARAM szParameter );
            
            
    //    userid´Â ÀÓÀǷΠÁöÁ¤. ( °ÔÀÓ ¿É¼Ç ÀúÀå¿ë. )
            
    RANPARAM::SETUSERID "userid" );

            
    //    ´ÙÀ½ °ÔÀÓ ÆÄ¶ó¸ÞŸÀÇ ³»¿ëÀ» Áö¿öÁÝ´Ï´Ù.
            
    cDGP.Empty();
        }
        
    #endif 
    For those who want to use KR version but you want to have KR version + MD5 password,
    here it is:
    Location: Source\RanClientUILib\Interface\LoginPage.cpp

    PHP Code:
    ...
                        default:
                        
    pNetClient->ChinaSndLoginstrIDstrPWstrRPnServerChannel ); //Md5ed - Seifer13
                        
    break;
    ... 
    Changing Game.exe's Window Title
    Location : \Source\Basic\BasicWnd.cpp

    PHP Code:
    ...
    #ifdef CH_PARAM
        
    SetWindowText "Á÷ÐÇ»¨Ô°" );
    #elif TW_PARAM
        
    SetWindowText "«i online" );
    #elif HK_PARAM
        
    SetWindowText "«i online" );
    #else 
        
    SetWindowText "Ran Client" ); 
    #endif
    ... 
    Sir Seifer, what do you mean "quote this part of Basic.cpp" Do I need to change anything? Because I see my Basic.cpp just 100% same as yours.

    RaGEZONE Ran Online Encyclopedia
    "very helpful for " How to do this & that " people like ME ^_^"
    ____________________________________________~Bianx
    "It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
    _______________________________________________________________________________~aishahot
    "Haven't tried it yet but this release is quite interesting."
    ______________________________________~Acruno

  10. #235
    sapadia.net
    Rank
    Member +
    Join Date
    Mar 2011
    Location
    Indonesia
    Posts
    905
    Liked
    439

    Re: How to add some extra function on Source Code (Newbie Coder)

    Quote Originally Posted by LatneM View Post
    Sir Seifer, what do you mean "quote this part of Basic.cpp" Do I need to change anything? Because I see my Basic.cpp just 100% same as yours.
    he mean you must make that code become comment so that code didnt active anymore..make it like this..

    Code:
    /*#if defined(KR_PARAM) || defined(KRT_PARAM)
        {
            //    Note : ´ÙÀ½ °ÔÀÓ ÆÄ¶ó¸ÞŸ È®ÀÎ.
            //
            CDaumGameParameter cDGP;
            char szParameter[MAX_DGPARAMETER_LENGTH];
            if ( cDGP.Get ( _T("Parameter"), szParameter, MAX_DGPARAMETER_LENGTH ) == FALSE )
            {
                MessageBox ( NULL, _T("À¥¿¡¼­ ½ÇÇàÇØÁֽʽÿÀ."), _T("¶õ¿Â¶óÀÎ"), MB_OK );
                return FALSE;
            }
    
            //MessageBox ( NULL, szParameter, "key", MB_OK );
            RANPARAM::SETIDPARAM ( szParameter );
            
            //    userid´Â ÀÓÀÇ·Î ÁöÁ¤. ( °ÔÀÓ ¿É¼Ç ÀúÀå¿ë. )
            RANPARAM::SETUSERID ( "userid" );
    
            //    ´ÙÀ½ °ÔÀÓ ÆÄ¶ó¸ÞŸÀÇ ³»¿ëÀ» Áö¿öÁÝ´Ï´Ù.
            cDGP.Empty();
        }
        #endif*/
    add "/*" (without ") in if statement and add "*/" (without ") in the end of if statement..so that code not active anymore..

  11. #236
    StoP Callin me MentaL
    Rank
    Gamma
    Join Date
    Dec 2008
    Location
    Guang Dong, PRC
    Posts
    4,226
    Liked
    1078
    Gamertag: lexjunior PSN ID: lexjunior XFIRE ID: closeopen101 Steam ID: lexjunior Raptr ID: iamnotmental Wii Code: 5533 9958 8664 4677

    Re: How to add some extra function on Source Code (Newbie Coder)

    @geger009
    How to make Gunner need bullet to shoot? because my gunner no bullet also can shoot.

    RaGEZONE Ran Online Encyclopedia
    "very helpful for " How to do this & that " people like ME ^_^"
    ____________________________________________~Bianx
    "It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
    _______________________________________________________________________________~aishahot
    "Haven't tried it yet but this release is quite interesting."
    ______________________________________~Acruno

  12. #237
    sapadia.net
    Rank
    Member +
    Join Date
    Mar 2011
    Location
    Indonesia
    Posts
    905
    Liked
    439

    Re: How to add some extra function on Source Code (Newbie Coder)

    Quote Originally Posted by LatneM View Post
    @geger009
    How to make Gunner need bullet to shoot? because my gunner no bullet also can shoot.
    you need to add new item type like ITEM_BULLET in item code..
    after that search everythings about ITEM_ARROW..see how its work..and try to add ITEM_BULLET code that not to different as ITEM_ARROW code..

  13. #238
    StoP Callin me MentaL
    Rank
    Gamma
    Join Date
    Dec 2008
    Location
    Guang Dong, PRC
    Posts
    4,226
    Liked
    1078
    Gamertag: lexjunior PSN ID: lexjunior XFIRE ID: closeopen101 Steam ID: lexjunior Raptr ID: iamnotmental Wii Code: 5533 9958 8664 4677
    Quote Originally Posted by geger009 View Post
    you need to add new item type like ITEM_BULLET in item code..
    after that search everythings about ITEM_ARROW..see how its work..and try to add ITEM_BULLET code that not to different as ITEM_ARROW code..
    can you give me more info? where to add... because i m noob..

    hey is there someone out there success added the mouse target flag effect?

    is that a egp or what? can someone give me the egp file is that is an egp?
    Last edited by Vision; 07-06-12 at 10:40 PM. Reason: Merge Post

    RaGEZONE Ran Online Encyclopedia
    "very helpful for " How to do this & that " people like ME ^_^"
    ____________________________________________~Bianx
    "It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
    _______________________________________________________________________________~aishahot
    "Haven't tried it yet but this release is quite interesting."
    ______________________________________~Acruno

  14. #239
    Trust No One
    Rank
    Member +
    Join Date
    Jun 2010
    Location
    at my crib.
    Posts
    716
    Liked
    199
    Gamertag: PplayOz

    Re: How to add some extra function on Source Code (Newbie Coder)

    anybody knows how to fix this?
    I just change the window title and compiled it successfully,
    when i tried to Run the game. This error occurs.
    error.jpg

  15. #240
    StoP Callin me MentaL
    Rank
    Gamma
    Join Date
    Dec 2008
    Location
    Guang Dong, PRC
    Posts
    4,226
    Liked
    1078
    Gamertag: lexjunior PSN ID: lexjunior XFIRE ID: closeopen101 Steam ID: lexjunior Raptr ID: iamnotmental Wii Code: 5533 9958 8664 4677

    Re: How to add some extra function on Source Code (Newbie Coder)

    Quote Originally Posted by Poopybill View Post
    anybody knows how to fix this?
    I just change the window title and compiled it successfully,
    when i tried to Run the game. This error occurs.
    Click image for larger version. 

Name:	error.jpg 
Views:	6 
Size:	8.6 KB 
ID:	106345
    Because Release_Korea their Login is on Launcher, Release_China is Login in game, so you need to change the login to Release_china

    in Basic.cpp quote
    Code:
    #if defined(KR_PARAM) || defined(KRT_PARAM)
        {
            //    Note : ′ùའ°Ôàó ÆÄ¶ó¸TŸ è®àÎ.
            //
            CDaumGameParameter cDGP;
            char szParameter[MAX_DGPARAMETER_LENGTH];
            if ( cDGP.Get ( _T("Parameter"), szParameter, MAX_DGPARAMETER_LENGTH ) == FALSE )
            {
                MessageBox ( NULL, _T("ॿ¡¼- ½ÇÇàÇØáÖ½ê½Ã¿à."), _T("¶õ¿Â¶óàÎ"), MB_OK );
                return FALSE;
            }
    
            //MessageBox ( NULL, szParameter, "key", MB_OK );
            RANPARAM::SETIDPARAM ( szParameter );
            
            //    userid′ àóàÇ·Î áöá¤. ( °Ôàó ¿é¼Ç àúàå¿ë. )
            RANPARAM::SETUSERID ( "userid" );
    
            //    ′ùའ°Ôàó ÆÄ¶ó¸TŸàÇ 3»¿ëà» áö¿öáY′Ï′ù.
            cDGP.Empty();
        }
        #endif

    RaGEZONE Ran Online Encyclopedia
    "very helpful for " How to do this & that " people like ME ^_^"
    ____________________________________________~Bianx
    "It Really helps a lot...no more hustle asking Whats this and that! Better than asking and messaging other user."
    _______________________________________________________________________________~aishahot
    "Haven't tried it yet but this release is quite interesting."
    ______________________________________~Acruno

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •