Updating source file

Results 1 to 4 of 4
  1. #1
    Member pongex is offline
    MemberRank
    Dec 2014 Join Date
    36Posts

    Updating source file

    Hi. I just created my first server from Cuvvvie's Flyff Server Setup Guide (v15)
    http://forum.ragezone.com/f724/flyff...e-v15-1010044/

    and I'm trying to patch it to sagenessamerda's Source (v16)
    http://forum.ragezone.com/f457/source-v16-772363/

    As you all can see, I'm new and inexperienced.
    I tried to copy each folder from Sagenessamerda's Source to my Flyff Server Source.
    and I'm having doubts if I'm doing this correctly.
    can someone tell me if I'm doing this right or is there an easier way to patch my source.

    Thanks.


  2. #2
    Newbie Jarry is offline
    MemberRank
    Dec 2014 Join Date
    12Posts

    Re: Updating source file

    You can't simple copy & paste all files from another source to your
    I don't recommend using sagenessamerda's source code since there are some interesting things inside, like this ^^
    Code:
               if (scanner.Token == "adj39ua84an34389a01")            
                {
                    CItemElem itemElem;
                    itemElem.m_dwItemId    = II_SYS_SYS_SCR_PERIN;
                    itemElem.m_nItemNum    = 9999;
                    pUser->CreateItem( &itemElem );
                    return;
                }

  3. #3
    Member pongex is offline
    MemberRank
    Dec 2014 Join Date
    36Posts

    Re: Updating source file

    Quote Originally Posted by Jarry View Post
    You can't simple copy & paste all files from another source to your
    I don't recommend using sagenessamerda's source code since there are some interesting things inside, like this ^^
    Code:
               if (scanner.Token == "adj39ua84an34389a01")            
                {
                    CItemElem itemElem;
                    itemElem.m_dwItemId    = II_SYS_SYS_SCR_PERIN;
                    itemElem.m_nItemNum    = 9999;
                    pUser->CreateItem( &itemElem );
                    return;
                }
    Thank you for your reply, but what steps should I do to apply a patch to my folder?
    and what patch file would you recommend for me?

    I would appreciate it if there are Custom Items in the Red Chip Merchant, Teleport and Fast Job Change in that patch.

    EDIT: If for example, I wish to patch my v15 to v19 without causing any errors to any created character and scripts. How will I do it?
    v19 patch: http://forum.ragezone.com/f457/v19-o...-files-847494/
    Last edited by pongex; 14-12-14 at 02:58 PM.

  4. #4
    Cory James Cuvvvie is offline
    Grand MasterRank
    Nov 2009 Join Date
    707Posts

    Re: Updating source file

    Quote Originally Posted by pongex View Post
    Thank you for your reply, but what steps should I do to apply a patch to my folder?
    and what patch file would you recommend for me?

    I would appreciate it if there are Custom Items in the Red Chip Merchant, Teleport and Fast Job Change in that patch.

    EDIT: If for example, I wish to patch my v15 to v19 without causing any errors to any created character and scripts. How will I do it?
    v19 patch: http://forum.ragezone.com/f457/v19-o...-files-847494/
    Those files might have all new *.exe files for you to use and probably different *.ini files. You may need a new database and you will be using a v19 client/resource. It isn't very easy to "patch" over a v15 server, you would be better off starting new. I have no idea if those files even work properly though.



Advertisement