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; How do edit the mob color e.g. ChaLev = MobLev (Gray) ChaLev < MobLev 20 (Green) ChaLev < MobLev 50 ...

Page 8 of 20 FirstFirst 1234567891011121314151618 ... LastLast
Results 106 to 120 of 286
  1. #106
    Member
    Rank
    Member
    Join Date
    May 2011
    Posts
    72
    Liked
    1

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

    Click
    How do edit the mob color
    e.g.
    ChaLev = MobLev (Gray)
    ChaLev < MobLev 20 (Green)
    ChaLev < MobLev 50 (Red)
    ChaLev < MobLev 100 (Purple)

    How like jolin sir the EP7 source code !?

    Source code:
    if ( fEXP_RATE==0 ) m_dwCOLOR = CROWCOLOR::MOB_COLOR_GRAY;
    else m_dwCOLOR = CROWCOLOR::MOB_COLOR_RED;

  2. #107
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2007
    Location
    Motherboard
    Posts
    220
    Liked
    47
    Steam ID: elephantgatling

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

    @sceon
    can you please post code with mouse effect? what exact files needed to edit.

  3. #108
    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)

    How i can use md5 password at database for this source and how to multi-client?
    please tell me , thank you.

  4. #109
    sapadia.net
    Rank
    Member +
    Join Date
    Mar 2011
    Location
    Indonesia
    Posts
    907
    Liked
    440

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

    Quote Originally Posted by DarkEagle View Post
    How i can use md5 password at database for this source and how to multi-client?
    please tell me , thank you.
    if you use china release the password is already md5..for multi client i'm still dont know how..sorry..

    Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
    RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)

  5. #110
    Member
    Rank
    Member
    Join Date
    Jan 2012
    Location
    nonthaburi
    Posts
    41
    Liked
    2

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

    how about the.. hp bug where can we edit that. what i mean is instead of hp going back to zero if you reach the max hp 65335.. it will ba stock to the hp cap..

    btw. what is the best usable release in the source code...

    and what do mean by multi-client? just like the official serverS?

    sorry for my bad english...

  6. #111
    sapadia.net
    Rank
    Member +
    Join Date
    Mar 2011
    Location
    Indonesia
    Posts
    907
    Liked
    440

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

    Quote Originally Posted by DemiGods View Post
    how about the.. hp bug where can we edit that. what i mean is instead of hp going back to zero if you reach the max hp 65335.. it will ba stock to the hp cap..
    my answer i'm still dont know..but others already do that..

    Quote Originally Posted by DemiGods View Post
    btw. what is the best usable release in the source code...
    korea = you can have bonus time gauge but the pass is non-md5
    china = you can have md5 pass but you cant use bonus time gauge
    thailand = i dont know is this release use md5 or non-md5, and is this release have bonus time gauge or not. but as far as i know and base on my exploration, with this release you can have gameguard. but this release use different database..

    thats all i know..

    Quote Originally Posted by DemiGods View Post
    and what do mean by multi-client? just like the official serverS?
    its mean you can open 2 client in the same pc..

    Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
    RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)

  7. #112
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2007
    Location
    Motherboard
    Posts
    220
    Liked
    47
    Steam ID: elephantgatling

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

    can someone give a guide on how to add bike?

  8. #113
    Member
    Rank
    Member
    Join Date
    Jan 2012
    Location
    nonthaburi
    Posts
    41
    Liked
    2

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

    @tobets2000 you can add only the animation.. of the bike in the source code and using the hoverslot... just add the animation in the source just search it or may be it is in the same location in how to add weapon.. animation

  9. #114
    Member
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    27
    Liked
    1

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

    how about mouse effect, sceon already said success . any update?
    ill trade also i cant pM

    my share im not sure if this si important still im posting it

    HOW to disable invalid web account and make your own release with official Gameguard

    RANPARAM::SETIDPARAM3 ( strVALUE.GetString() );
    }
    }

    // Note : À¥·Î±×ÀÎÀ̰í cmd line param À¸·Î Àü´ÞµÇ´Â °ªÀÌ ÀÖÀ» °æ¿ì.
    // °ªÀÌ Á¤È®ÇÏ°Ô ÀúÀåµÇ¾î ÀÖ´ÂÁö üũ.
    if( RANPARAM::emSERVICE_TYPE==EMSERVICE_MALAYSIA_CN ||
    RANPARAM::emSERVICE_TYPE==EMSERVICE_MALAYSIA_EN ||
    // RANPARAM::emSERVICE_TYPE==EMSERVICE_JAPAN ||
    // RANPARAM::emSERVICE_TYPE==EMSERVICE_PHILIPPINES ||
    RANPARAM::emSERVICE_TYPE==EMSERVICE_VIETNAM )
    {
    if ( !RANPARAM::VALIDIDPARAM() )
    {
    MessageBox ( NULL, "Invalid web account.", "error", MB_OK );
    return FALSE;
    }
    }
    then make PH build
    this will make you have gamegaurd and no invalid web account

    the file is basic.cpp


    edit:

    please help on mouse effect
    very hard to locate the right target
    i already tried on glcharacter still makes bug

    where to insert?
    Last edited by ranexplorer; 13-03-12 at 05:21 AM.

  10. #115
    Member
    Rank
    Member
    Join Date
    Dec 2011
    Posts
    28
    Liked
    0

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

    Quote Originally Posted by ranexplorer View Post
    how about mouse effect, sceon already said success . any update?
    ill trade also i cant pM

    my share im not sure if this si important still im posting it

    HOW to disable invalid web account and make your own release with official Gameguard



    then make PH build
    this will make you have gamegaurd and no invalid web account

    the file is basic.cpp


    edit:

    please help on mouse effect
    very hard to locate the right target
    i already tried on glcharacter still makes bug

    where to insert?
    new declaration

    call function

  11. #116
    Member
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    27
    Liked
    1

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

    can you help me sir
    i search i many move code and insert
    i also read cursor.h and .cpp
    but cant know what to do
    and where to start

    please share like what geger009 do like steps

    edit:

    i guess the sharing already stop T_T

  12. #117
    sapadia.net
    Rank
    Member +
    Join Date
    Mar 2011
    Location
    Indonesia
    Posts
    907
    Liked
    440

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

    @ranexplorer
    what bug that you encounter when you add mouse effect??

    Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
    RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)

  13. #118
    Member
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    27
    Liked
    1

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

    the effect dont show
    when i click on ground the character teleport to where my mouse was click

  14. #119
    sapadia.net
    Rank
    Member +
    Join Date
    Mar 2011
    Location
    Indonesia
    Posts
    907
    Liked
    440

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

    where you add it??i mean which part you put that code??in what function??

    Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
    RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)

  15. #120
    Member
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    27
    Liked
    1

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

    this is my problem

    ran20120313-2119-000.jpg
    and the movement of the character is always walking sideways T_T

    edit:

    when character walk , motion if forward, but image is sideward
    hard to explain
    whats wrong??

    i inserted in case GLAT_MOVE:

    in GLCharacter.cpp


    Note: i already solve the teleport problem this is now my latest problem
    ill compile again
    hope i think is right

    EDIT:

    movement solved

    now how to fix the many many mouse effect?

    mouse effect dont disappear
    im closer now..


    i cant understand T_T

    any idea how to switch off
    the effect when char reach the point?


    any idea how?
    i follow like money glow delete effect as my guide
    but cant make it work


    edit:
    i know all of you know this already

    Currently Active Users Viewing This Thread: 6 (6 members and 0 guests)
    ranexplorer, zentrixph, sceon+, tobets2000+, IsamaII, PrinceOfPersia2
    any hint
    i know you all pro

 

 

Posting Permissions

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