Jump to content
  • 0

List of things to work on to "change" episode


ragger00

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/02/24
  • Last Seen:  

Hello there!

I'll keep it short and to the point:
- I'm working on a local server to play with a couple of friends
- everything works, both server-side and client-side
- I'd like to "change" RO episode, starting with the earliest ones such as ep.11 (pre morroc ruins) or even as early as ep.8 (niflheim, pre-rebirth)
- I'm prepared to do the "dirty work" manually, no problems so far

So my main question is:
what is the list of things I have to work on, server-side, to change episode and go back in time?

--
Here's what i thought about, for now:

  • obviously, compile for pre-re
  • maps
    • available maps (map_index.txt -> map_cache.dat)
    • map versions (old payon <-> new payon, morroc <-> morroc ruins...)
    • map2map warps
    • kafra warps
    • NPCs
  • items
    • available items (item_db*)
    • item effects
  • mobs
    • available mobs
    • which-mob-in-which-map
    • mob skills (stats?)
    • mob drops
  • jobs
    • available jobs (rebirth, 3rd class...)
    • job skills & skilltree
  • other
    • switch off/on features (banking, achievements...)
    • quests
  • things i'm unsure about (don't know if they change from ep. to ep.)
    • exp tables
    • elements dmg modifiers

--

Any input is apprecciated, both on the list of things to work on, or on the specific modifications themselves.

Thank you in advance for any help you guys can give me,
I wish you all a nice day 😄

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.02
  • Content Count:  1016
  • Reputation:   191
  • Joined:  11/27/14
  • Last Seen:  

Simply just locate what version of episode you needed and get information what monster , map , item are available during that episode .

For client side you don't need to do anything
For server side you will do a lot of works . Because you must need to find out what NPC are enabled during that time . PS "Make sure your player dont have any @go commands or warp commands so they can only do is to warp using NPC ) . So it will look like close to actual episode or official server ...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  1281
  • Reputation:   170
  • Joined:  06/12/12
  • Last Seen:  

3 hours ago, ragger00 said:

Hello there!

I'll keep it short and to the point:
- I'm working on a local server to play with a couple of friends
- everything works, both server-side and client-side
- I'd like to "change" RO episode, starting with the earliest ones such as ep.11 (pre morroc ruins) or even as early as ep.8 (niflheim, pre-rebirth)
- I'm prepared to do the "dirty work" manually, no problems so far

So my main question is:
what is the list of things I have to work on, server-side, to change episode and go back in time?

--
Here's what i thought about, for now:

  • obviously, compile for pre-re
  • maps
    • available maps (map_index.txt -> map_cache.dat)
    • map versions (old payon <-> new payon, morroc <-> morroc ruins...)
    • map2map warps
    • kafra warps
    • NPCs
  • items
    • available items (item_db*)
    • item effects
  • mobs
    • available mobs
    • which-mob-in-which-map
    • mob skills (stats?)
    • mob drops
  • jobs
    • available jobs (rebirth, 3rd class...)
    • job skills & skilltree
  • other
    • switch off/on features (banking, achievements...)
    • quests
  • things i'm unsure about (don't know if they change from ep. to ep.)
    • exp tables
    • elements dmg modifiers

--

Any input is apprecciated, both on the list of things to work on, or on the specific modifications themselves.

Thank you in advance for any help you guys can give me,
I wish you all a nice day 😄

maybe as comparation you can check 3ceam project at this link 

https://sourceforge.net/p/v1-3ceam/code/HEAD/tree/

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/09/24
  • Last Seen:  

On 7/2/2024 at 1:06 PM, Poring King said:

Simply just locate what version of episode you needed and get information what monster , map , item are available during that episode .

For client side you don't need to do anything boxing random
For server side you will do a lot of works . Because you must need to find out what NPC are enabled during that time . PS "Make sure your player dont have any @go commands or warp commands so they can only do is to warp using NPC ) . So it will look like close to actual episode or official server ...

I appreciate your response. I am searching for it.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.02
  • Content Count:  1016
  • Reputation:   191
  • Joined:  11/27/14
  • Last Seen:  

5 hours ago, shoulderedbid said:

I appreciate your response. I am searching for it.

I am also looking for it and planning to create a trend that will specify each episode NPC , Warp Portal , Storyline etc .. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...