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!

Fiesta Online Emulator

Status
Not open for further replies.
Initiate Mage
Joined
Aug 30, 2016
Messages
1
Reaction score
0
I would be willing to help,
I've been making my own emulator since early summer and i'm learning a lot from it.

If you need anything, send me a PM so i can see what i can do.
I might not contribute consistently, because of my limited free time.

Questions:

What programming language are you going to code it in?
Are there any Github links?
 
Joined
Dec 23, 2009
Messages
11
Reaction score
3
Chere my close source hmm^^

fiestanerd69 - Fiesta Online Emulator - RaGEZONE Forums
 
Joined
Dec 23, 2009
Messages
11
Reaction score
3
How to Config :D
db.RegionServers
Region ListenerIP Port WorkThreatCount
YOUClientRegion 0.0.0.0 youLoginServerPortforthisClient NetworkThreadCountLoginServer

db.WorldList

ID WorldName TestServer MaxPlayers IP Port AllowIP Region
WorldID WorldName Reserved MaxPlayers

TestServer = 1 Allow only GMs with Access >= 1
MaxPlayers = Max Players on this Realm
IP = you detecated Server IP For World
Port = you WorldGamePort
AllowIP = you InternServer from Connectet world
Region = WorldServer Region

if(RegionServers.Region != WorldRegion)
{
Not Service in Area
}

dbo.Version

the EU Clients Uses the Binary Hash
and NA Client used Client Date
for versions data can use my Versionsgrabber

Versions grabber click open first step Select DE or EN OR ES ....
Copy Hash into ClientHash Column
Then Again use Versionsgrabber then select NA Client
Update Client Date

WorldConfiguration.xml

WorldID = YOU WorldID from WorldList to be register the world
NetConfig GamePort = Port From WorldList


Happy using..
ps: my Now Version is ingame
When you need the source make it gitlab account and pn me
 
Status
Not open for further replies.
Back
Top