Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mobile Rappelz The Rift - Mobile Source Code - Unity

Newbie Spellweaver
Joined
Jul 17, 2006
Messages
95
Reaction score
24
FelipeLuzentti - Rappelz The Rift - Mobile Source Code - Unity - RaGEZONE Forums


Rappelz The Rift Original Source Code CBT

These files were leaked from the original server, but I could never make them work!
I decided to free everyone for everyone to help!

Required programs:

- SQL Server 2017
- Unity 2018.1.5f1 (64-bit)
- Java jdk1.8.0_201
- IIS

-----------------------------------------------------------

Downloads:

Files full of changes made by me:
(You can get to the character creation, but the DB error when creating)


Original files without any changes:
(There are files missing, but you can find them in the other folder)
(I recommend working on this project)


Databases:


WebSite, API:
You need to create 3 web on iis
- Auth
- Gate
- Logs


Photon (Server):


-----------------------------------------------------------

Config IPs:

DBs
Rappelz_Gate
s_StageFarm - URL Auth

Rappelz_User:
s_SystemSetting
authApiUrl , authUrl ( URL Auth)
loggingUrl ( URL Logs)

s_GameServer
apiUrl ( URL Auth)
proxyServer ( Photon IP )
gameDBConnection ( Ip, User, Pass from SQL Rappelz_Game1 )
gameLogDBConnection ( Ip, User, Pass from SQL Rappelz_Logs )


Web:

Auth/Web.config
Gate/Web.config
Log/Web.config

IP, Login, Pass from SQL

Unity:

Assets\Scripts\1. Common\CsConfiguration.cs
public string GateServerApiUrl ( Gate URL )

Photon:

Photon-OnPremise-Server-SDK_v4-0-29-11263\deploy\RappelzRiftStg\GameServer_1\bin\GameServer.dll.config

IP, Login, Pass from SQL

-----------------------------------------------------------

Open Server:

Photon-OnPremise-Server-SDK_v4-0-29-11263\deploy\bin_Win64\PhotonControl.exe

RappelzRiftStg > Install Service > Start Service

Logs:
Photon-OnPremise-Server-SDK_v4-0-29-11263\deploy\bin_Win64\log
and
Photon-OnPremise-Server-SDK_v4-0-29-11263\deploy\log

-----------------------------------------------------------
Sources:


ClientCommon - File responsible for almost all current Unity errors
Assets\Plugins\

WebCommon - It contained some errors
Assets\Plugins\

GameServer - I couldn't compile a new version, However you can use it as a query for possible errors
Photon-OnPremise-Server-SDK_v4-0-29-11263\deploy\RappelzRiftStg\GameServer_1\bin

Please, if anyone has any progress, post the content here!
Discord:
-----------------------------------------------------------
OLDs Links:

Link:
Pass: ragezone.com

Link DB Rappelz_User :

 
Last edited:
Newbie Spellweaver
Joined
Jul 17, 2006
Messages
95
Reaction score
24
Why GameServerSVN it's decompiled? Not have original version only *.exe? Can you to confirm if only has GameServer (strange only not has something like LoginServer and etc)?

This game works with the program Photon Engine ( )
Game login works with API via website

IP of API on UNITY: Assembly-CSharp > Scripts > 1. Common > CsConfiguration.cs
 
Joined
Mar 11, 2007
Messages
903
Reaction score
1,250
Why GameServerSVN it's decompiled? Not have original version only *.exe? Can you to confirm if only has GameServer (strange only not has something like LoginServer and etc)?
All the auth is handled in IIS it seems, as for the gameserver being decompiled, I dunno, it looked that way to me when I first looked at it.
 
Joined
Jan 22, 2009
Messages
1,135
Reaction score
428
I saw that it's using Photon Server, is there any possibility that this version has no limitation? I never used Photon before but all dlls from "..\riftbuild\GameServer\v0_13" can be decompiled.
 
Junior Spellweaver
Joined
Oct 23, 2016
Messages
106
Reaction score
4
Can you compile full server files and apk from this file and share it please thanks
 
Newbie Spellweaver
Joined
Jul 17, 2006
Messages
95
Reaction score
24
I saw that it's using Photon Server, is there any possibility that this version has no limitation? I never used Photon before but all dlls from "..\riftbuild\GameServer\v0_13" can be decompiled.

I think this version is limited, but it seems to me that you can use up to 100 online users for free
 
Newbie Spellweaver
Joined
Jul 9, 2015
Messages
92
Reaction score
3
nice share i will try this



anyone can post short hint about how to make it work ?
 
Custom Title Activated
Loyal Member
Joined
Dec 19, 2014
Messages
1,109
Reaction score
349
At the moment, viewing and downloading this file is not available.Recently, this file has been viewed or downloaded too often. Please try again later. If the file is very large or is open for access to a wide range of users, access to it may be denied within the next 24 hours. If after 24 hours the situation does not change, contact your domain administrator.
 
Junior Spellweaver
Joined
Dec 22, 2008
Messages
125
Reaction score
36
At the moment, viewing and downloading this file is not available.Recently, this file has been viewed or downloaded too often. Please try again later. If the file is very large or is open for access to a wide range of users, access to it may be denied within the next 24 hours. If after 24 hours the situation does not change, contact your domain administrator.

 
Joined
Apr 16, 2007
Messages
441
Reaction score
204
Thanks, but your new link is also saying too many views/downloads.

edit: ah nvm it's not a new link it's the same link.

can anyone reupload the files to another site?
 
Back
Top