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!

Zepheus Fiesta

Junior Spellweaver
Joined
Feb 27, 2010
Messages
159
Reaction score
25
So don't except much but...
Don't flame or anything yea ok?

So i worked a while ago on Zepheus and who have fun working on a Fiesta Emulator here is your Job.

I release my Zepheus Fiesta.. I don't know if i update the repo to the latest client and work on the project but better then nothing k?

So here is the svn:
Data Folder:

Username: guest

much luck work on them

bye
 
Last edited:
Joined
Jun 5, 2009
Messages
959
Reaction score
235
Re: [Development] Zepheus Fiesta

It would be helpful if you could provide an overview of maybe what you updated or changed, so that everyone can know the different and how much effort you put into it. Thanks.

Also I am not sure if this is a release or a development thread, it seems to me like you've ended the project and decided to release your work so far, if so I can make it to the correct section for you, just let me know.
 
Newbie Spellweaver
Joined
May 12, 2013
Messages
9
Reaction score
2
Re: [Development] Zepheus Fiesta

A short info about whats working so far would be nice.
 
Junior Spellweaver
Joined
Feb 27, 2010
Messages
159
Reaction score
25
Re: [Development] Zepheus Fiesta

Whats working:

Ingame interface (Clock, HP/SP/LP)
Login with latest Europe Client to character select. (Duno why Zone not working for now idk if i'll look at that)
idk anymore what i changed / added to the emu :D
 
Skilled Illusionist
Joined
Nov 22, 2012
Messages
343
Reaction score
58
Re: [Development] Zepheus Fiesta

If you used SVN then you can use diff to compare between the SVN and your copy..
 
Newbie Spellweaver
Joined
May 12, 2013
Messages
9
Reaction score
2
Re: [Development] Zepheus Fiesta

I'll definitely take a look after finishing my actual project
 
Experienced Elementalist
Joined
Jul 27, 2014
Messages
252
Reaction score
8
Re: [Development] Zepheus Fiesta

Does anyone know what the correct database for this emulator is. I was using another one, and I'm not sure if they're the same.
 
Newbie Spellweaver
Joined
Apr 1, 2010
Messages
19
Reaction score
1
Re: [Development] Zepheus Fiesta

You can easly make it by search in Zepheus.Database, Account.edmx and World.edmx and also by reading and reversing the code in the Zepheus solution!
For example:
Code:
<EntityType Name="Character"> // My table name
          <Key>
            <PropertyRef Name="ID" /> // Primary Key
          </Key>
          <Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" /> // Column ID, with Int and Not Null attribuites.
By follow this step You can easly reverse the Database!
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
52
Reaction score
13
Re: [Development] Zepheus Fiesta

I know someone else already posted a thread with a "reply" but the link with the link to the solution is not working anymore:
Answer - Broken Link

And I remember the old emu was working with databases instead of shn files, Anyways, is there another link where I can get the data folder to start working?
Thank you.
 
Initiate Mage
Joined
Jul 30, 2015
Messages
1
Reaction score
0
Re: [Development] Zepheus Fiesta

i feel dumb but How do i download the files?
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
52
Reaction score
13
Re: [Development] Zepheus Fiesta

i feel dumb but How do i download the files?

Download and Install the SVN Extension for your Visual Studio (and the required software to use it), please check this official website:
It has all the required (download and refferences links) you need to download this. I htink that if you follow carefully the steps in ther you will be able to figure by your self how to do it.

There will be a new menu in your VS (see the attachment image for example) and there you will find the required. Good luck.
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jul 27, 2014
Messages
252
Reaction score
8
Re: [Development] Zepheus Fiesta

Nevermind. Found out what was wrong.
 
Initiate Mage
Joined
Oct 17, 2015
Messages
3
Reaction score
0
Re: [Development] Zepheus Fiesta

What's the client for that one? :w00t::w00t:
 
Initiate Mage
Joined
Feb 20, 2014
Messages
2
Reaction score
1
Re: [Development] Zepheus Fiesta

Whats working:

Ingame interface (Clock, HP/SP/LP)
Login with latest Europe Client to character select. (Duno why Zone not working for now idk if i'll look at that)
idk anymore what i changed / added to the emu :D

Read before you ask.
 
Back
Top