R63A to R63B

Detox

Member
Jul 24, 2010
365
24
How codes do I need to convert a R63A server to R63B server just so I can connect to the client and I can do the rest from there :)
 

Detox

Member
Jul 24, 2010
365
24
It's something to do with packet headers I think? Because I know that Phoenix 3.0 went to 4.0 (R63B) using the same codes just changing some packets as what I heard
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,199
3,934
You'd look at the database structure. I've moved a large hotel from Phoenix to the leaked PlusEMU, didn't take long at all.

However, we reset some tables such as;
  • Achievements
  • Quests
  • Wired
  • user_quests
  • user_achievements
Rest I was able to simply transfer w/ basic SQL knowledge. If you use any other emulator than PlusEMU, you will need to work on the emulator side and chang how items save and load, as it's more than one table in most other emulators.
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
As sledmore was saying you can create a new table in your database and add a new database, clear it all out, get a backup of your current database and add users back and just reset the rooms (you will not be able to add rooms cause you will need a different catalog which makes different furniture ID's) then just do what Sledmore said
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,199
3,934
As sledmore was saying you can create a new table in your database and add a new database, clear it all out, get a backup of your current database and add users back and just reset the rooms (you will not be able to add rooms cause you will need a different catalog which makes different furniture ID's) then just do what Sledmore said

You do not need to reset rooms, or items. It depends on the new database, but all can be kept with the simplest of SQL knowledge.
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
You do not need to reset rooms, or items. It depends on the new database, but all can be kept with the simplest of SQL knowledge.
He wouldn't be able to keep rooms, if hes on R63B then it has a different catalog with different numbers and the rooms rely on the items table which contains the ID of the furniture <so you would get random furniture in rooms>
 

Detox

Member
Jul 24, 2010
365
24
You'd look at the database structure. I've moved a large hotel from Phoenix to the leaked PlusEMU, didn't take long at all.

However, we reset some tables such as;
  • Achievements
  • Quests
  • Wired
  • user_quests
  • user_achievements
Rest I was able to simply transfer w/ basic SQL knowledge. If you use any other emulator than PlusEMU, you will need to work on the emulator side and chang how items save and load, as it's more than one table in most other emulators.
I'm working on the Emulator Side for example I want to learn how to turn regular bcstorm using the new SWF with Ducks Coins
 

Users who are viewing this thread

Top