Welcome to the RaGEZONE - MMORPG development forums.

[Guide] How to UPGRADE your OLD ep6Client to NEW EP7CLient

This is a discussion on [Guide] How to UPGRADE your OLD ep6Client to NEW EP7CLient within the Ran Online Tutorials forums, part of the Ran Online category; GUIDE How to UPGRADE your OLD ep6Client to a new EP7CLient Ok here we go again.. STEP 1 : Download ...

Page 1 of 4 1234 LastLast
Results 1 to 15 of 54
  1. #1
    Member
    Rank
    Member
    Join Date
    Jul 2011
    Posts
    31
    Liked
    49

    [Guide] How to UPGRADE your OLD ep6Client to NEW EP7CLient

    Click
    GUIDE How to UPGRADE your OLD ep6Client to a new EP7CLient


    Ok here we go again..

    STEP 1: Download this TOOL_NEEDED_IN_EP7_CONVERTION.7z this is the file'S that you will be needing in the upgrading process

    STEP 2: Extract the file TOOL_NEEDED_IN_EP7_CONVERTION.7z to any any new folder that you like.. ME i use folder name "UPGRADING TUTORIAL" just an example i put all the file that will be needing in the upgrading process

    it look's like this
    FIG.2.0BEFORE
    Spoiler:


    it look's like this
    FIG.2.1 AFTER
    Spoiler:

    it look's like this
    FIG.2.2 THE INSIDE THE "TOOL_NEEDED_IN_EP7_CONVERTION.7z"

    Spoiler:



    STEP 3: Put your ep6 glogic.rcc inside the TOOL_NEEDED_IN_EP7_CONVERTION folder

    it look's like this
    FIG.3.0
    Spoiler:



    STEP 4: Create a new folder name it w/ GLOGIC_EP6 inside the TOOL_NEEDED_IN_EP7_CONVERTION folder

    it look's like this
    FIG.4.0
    Spoiler:



    STEP 5: now let's open the glogic.rcc w/ wirar

    it look's like this
    FIG.5.0
    Spoiler:




    STEP 6: now Select ALL the item's inside the glogic.rcc that you open w/ wirar in step 5 and extract it to the folder that you created in step 4

    it look's like this
    FIG.6.0
    Spoiler:



    STEP 7: Now let's check the file that you extracted using the method in step 6 if all the files are there delete this FF. file's
    item.isf
    crow.mnsf
    Comment.ini
    skill.ssf
    tip.txt

    it look's like this
    FIG.7.0
    Spoiler:



    STEP 8: Create a new Folder and name it w/ GLOGIC_EP7 inside the TOOL_NEEDED_IN_EP7_CONVERTION FOLDER

    it look's like this
    FIG.8.0
    Spoiler:


    STEP 9: Let's Run/open PDF CheckFile.exe inside the TOOL_NEEDED_IN_EP7_CONVERTION FOLDER

    it look's like this
    FIG.9.0
    Spoiler:


    STEP 10: i assume that you already know how to use the file that have been run/open in step 9 so i won't be explaining the whole thing how to use it.. Just see the image in the spoiler of figure 10 it will explain everything

    it look's like this
    FIG.10.0
    Spoiler:



    STEP 11: Now all the encrypted file in GLOGIC_EP6 FOLDER is now decrypted in GLOGIC_EP7 FOLDER

    it look's like this
    FIG.11.0
    Spoiler:


    STEP 12: Now let's open the decrypted default.charclass in any texteditor that you have. the decrypted default.charclass is located inside the GLOGIC_EP7 FOLDER

    it look's like this
    FIG.12.0
    Spoiler:


    STEP 13: Now let's Find This as you can see the difference between the two the red mark is the missing line or word in your ep6 default.charclass
    Code:
    //--------------------------------------------------------------------[EPISODE 6]
    //
    GUIDANCE_FILE				guid01.ini
    GUIDANCE_FILE				guid02.ini
    GUIDANCE_FILE				guid03.ini
    GUIDANCE_FILE				guid04.ini
    //
    Code:
    //--------------------------------------------------------------------[EPISODE 7]
    //
    GUIDANCE_FILE				guid01.ini
    GUIDANCE_FILE				guid02.ini
    GUIDANCE_FILE				guid03.ini
    GUIDANCE_FILE				guid04.ini
    CLUB_DM_FILE				CDM01.ini
    //
    THE FINISH PRODUCT decrypted default.charclass it look's like this
    FIG.13.0
    Spoiler:




    STEP 14: Now let's open the decrypted mapslist.ini in any texteditor that you have. the decrypted mapslist.ini is located inside the GLOGIC_EP7 FOLDER

    it look's like this
    FIG.14.0
    Spoiler:



    STEP 15: Now let's Find This as you can see the difference between the two the red mark is the missing line or word in your ep6 maplist.ini
    and there is 3 difference between ep6 and ep7 maplist.ini i already put a red mark on it jus compaire the 2
    Code:
    //--------------------------------------------------------------------[EPISODE 6]
    //
    ; Maps List
    ;
    ; MapID = Main ID,Sub ID
    ; Flags = peace,commission free,pk enable,free pk,item drop,move,restart,bPetActivity
    ; Move = Á÷±Í, Ä£±¸ ¿¬°áÄ«µå·Î À̵¿ ( 0 ÀÌ¸é ºÒ°¡´É, 1ÀÌ¸é °¡´É )
    ; Restart = ¸®½ºÅ¸Æ®½Ã ½ÃÀÛ À§Ä¡ º¯°æ ( 0 À̸é ÇØ´ç ÁöÁ¡, 1ÀÌ¸é ½ÃÀÛÁöÁ¡ )
    ; MapNameÀº ÃÖ´ë ÇÑ±Û 8±ÛÀÚÀÔ´Ï´Ù.
    ;
    [MAP_LIST_INFO]
    MapKeySize = 18
    ;
    ; 	[Used]	[filename]			[mapid]		[fieldserver]	[flags]			[mapname]		[bgm]			[loaging image]
    [MAP_LIST]
    MAP = 	[1]	[innerzone_01.lev]			[0,0]		[0]	[1,0,0,0,1,1,0,0,0,1]		[SG_Campus1F]		[campus.ogg]		[sg_campus.tga]
    //
    Code:
    //--------------------------------------------------------------------[EPISODE 7]
    //
    ; Maps List
    ;
    ; MapID = Main ID,Sub ID
    ; Flags = peace,commission free,pk enable,free pk,item drop,move,restart,bPetActivity
    ; Move = Á÷±Í, Ä£±¸ ¿¬°áÄ«µå·Î À̵¿ ( 0 ÀÌ¸é ºÒ°¡´É, 1ÀÌ¸é °¡´É )
    ; Restart = ¸®½ºÅ¸Æ®½Ã ½ÃÀÛ À§Ä¡ º¯°æ ( 0 À̸é ÇØ´ç ÁöÁ¡, 1ÀÌ¸é ½ÃÀÛÁöÁ¡ )
    ; MapNameÀº ÃÖ´ë ÇÑ±Û 8±ÛÀÚÀÔ´Ï´Ù.
    ;
    [MAP_LIST_INFO]
    MapKeySize = 20
    ;
    ; 	[Used]	[filename]			[mapid]		[fieldserver]	[flags]			[mapname]		[bgm]			[loaging image]
    [MAP_LIST]
    MAP = 	[1]	[innerzone_01.lev]			[0,0]		[0]	[1,0,0,0,1,1,0,0,0,1,1]		[SG_Campus1F]		[campus.ogg]		[sg_campus.tga][0]
    //
    THE FINISH PRODUCT decrypted Maplist.ini it look's like this
    FIG.15.0
    Spoiler:



    STEP 16: Now we are done w/ the updating process... Let's go to the easiest part encrypting the decrypted files open the EP7_ENCRYPTOR.exe located inside the "TOOL_NEEDED_IN_EP7_CONVERTION" FOLDER

    it look's like this
    FIG.16.0
    Spoiler:




    STEP 17:THE LAST PART IS DOWNLOAD THIS FILES FOR CLIENT UPGRADE.7z and use your COMMON SENSE or if can't really understand the last part i can update this thread by tomorrow because for now i am sleepy -.-
    Last edited by ┼VaNzMackieL┼; 13-08-11 at 07:48 PM.

  2. #2
    I'm Not Perfect
    Rank
    Member +
    Join Date
    May 2011
    Location
    Laguna,Phil
    Posts
    692
    Liked
    205

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    nice great share..
    i think this can add to IMPORTANT FILES FOR BROWSING

  3. #3
    Ultimate Member
    Rank
    Member
    Join Date
    Jul 2011
    Location
    Nihon Desu
    Posts
    197
    Liked
    19
    Gamertag: Ranger

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    Nice share sir godbless

  4. #4
    The Observer!
    Rank
    Member +
    Join Date
    Oct 2010
    Location
    Pilipinas
    Posts
    284
    Liked
    39

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    like it very easy to convert old version of client to new one. thanks for this tutorial help a lot! :)

  5. #5
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2011
    Location
    Philippines
    Posts
    134
    Liked
    8

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    nc guide sir

    but theres a error with me

    the error is "Need new version exe file"

    someone know about this??

  6. #6
    =Life of Dev=
    Rank
    Member +
    Join Date
    Sep 2010
    Posts
    552
    Liked
    21

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    can you post your Error?

  7. #7
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2011
    Location
    Philippines
    Posts
    134
    Liked
    8

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    here sir


  8. #8
    Member
    Rank
    Member
    Join Date
    Jul 2011
    Posts
    31
    Liked
    49

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    Quote Originally Posted by psyphec View Post
    here sir


    please don't include this in STEP 16
    to avoid that error
    STEP 7: Now let's check the file that you extracted using the method in step 6 if all the files are there delete this FF. file's
    item.isf
    crow.mnsf
    Comment.ini
    skill.ssf
    tip.txt
    Last edited by ┼VaNzMackieL┼; 11-08-11 at 09:15 AM.

  9. #9
    Making Baby | No PM!
    Rank
    Member +
    Join Date
    Oct 2009
    Location
    Beside You!!
    Posts
    429
    Liked
    28

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    nice share vanz many rz mem. will like this.
    Try and Try Until you Succeed Failure is the key to Success
    RageZone Status: SEMI-ACTIVE
    Think Before You Click!!

  10. #10
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2011
    Location
    Philippines
    Posts
    134
    Liked
    8

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    sir now the error is "ng error" i think its about in my default.charclass???

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

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    best thing on this is ... the pictures are uploaded in forum.ragezone.com which means it'll stay for a long time .. thumbs up to TS

  12. #12
    Newbie
    Rank
    Member
    Join Date
    Aug 2011
    Location
    Deepest Hole
    Posts
    3
    Liked
    0

    Re: [Tutorial]GUIDE How to UPGRADE your OLD ep6Client to NEW EP7CLient

    looks so good..i gonna try this

  13. #13
    Freelance Ran Private Dev
    Rank
    Member +
    Join Date
    Apr 2010
    Location
    Caloocan City
    Posts
    615
    Liked
    44

    Re: [Guide] How to UPGRADE your OLD ep6Client to NEW EP7CLient

    The file is good but the problem this file has containing a virus...shocks dude!

    Trojan:Wind32/Osram!rts
    Freelance Ran Private Server Developer | Computer Enthusiast | Blogger

    Visit my blog at Emolista's Page for more details

    Reminder: Don't ask any files which I don't have. Find it at ragezone!

  14. #14
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2011
    Location
    Philippines
    Posts
    134
    Liked
    8

    Re: [Guide] How to UPGRADE your OLD ep6Client to NEW EP7CLient

    waaaaa that why my computer slow??

  15. #15
    Member
    Rank
    Member
    Join Date
    Jul 2011
    Posts
    31
    Liked
    49

    Re: [Guide] How to UPGRADE your OLD ep6Client to NEW EP7CLient

    Quote Originally Posted by gaia239 View Post
    The file is good but the problem this file has containing a virus...shocks dude!

    Trojan:Wind32/Osram!rts
    it's not a virus dude just a false info of your anti virus


    feel's so good.. i am back again...

 

 
Page 1 of 4 1234 LastLast

Posting Permissions

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