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!

Slayers Server Files

Status
Not open for further replies.
Initiate Mage
Joined
Mar 30, 2011
Messages
1
Reaction score
0
The Project is almost done.

1. I can log in game.
2. Monsters are fine
3. Skills are Fine.
4. All items in Database are Working.
5. 37 Skills working.

But when i go to Potato Dungeon and others maps the server Crashs...

Can someone Help me with the project?

(A Moderador is deleting my Topic without reason, Any administrator can do something about it?)

Thank You
 
Experienced Elementalist
Joined
Apr 28, 2005
Messages
224
Reaction score
7
You mean Slayers by Taewool?

That used to be slayersnet.com

If so I would like to help with that project I have the korean and english clients still.
 
Initiate Mage
Joined
Jul 1, 2004
Messages
4
Reaction score
0
i would like to help out, could you send me the server files? :)
 
YEy i has custom title^_^
Joined
Sep 29, 2006
Messages
452
Reaction score
67
You mean Slayers by Taewool?

That used to be slayersnet.com

If so I would like to help with that project I have the korean and english clients still.

they just opened the servers again few days ago, link here: SLAYERS
 
King of the bongo
Joined
Oct 17, 2009
Messages
829
Reaction score
214
So, will be there any files released?
 
YEy i has custom title^_^
Joined
Sep 29, 2006
Messages
452
Reaction score
67
Thanks man I use to play this game from open beta until they closed it down.

Was fun vamping people

I only got to play for few days before they closed it down :p used to be full of hackers though.

anyway the encryption/decryption is simple as:
Code:
for (int i = 0; i < LENGHT; i++)
{
  CL = data[i];
  if (i >= 4)
  {
    CL = (byte)~CL;
    data[i] = CL;
  }
}

and the packet base structure is basically same as in xiah aka:
short id
short lengthofdata
byte[] data

for encryption you will have to pad one more byte into the end and make it count in the length and it should work perfectly, as for decryption you can just read one byte less as i never found any use for the last byte
 
Initiate Mage
Joined
Jul 1, 2004
Messages
4
Reaction score
0
btw there is an slayers online just ended beta test. SLAYERS

---------- Post added at 11:51 AM ---------- Previous post was at 11:49 AM ----------

prolly there is something wrong with the maps?
 
Joined
Apr 30, 2004
Messages
0
Reaction score
0
Is there any way we can REZ Slayers? :)

I really love this game and no RPG has ever replaced it in my heart.

My name in game was Flesheater, Gore and Locust.

My highest character was level 90 which was pretty damn high back in the day.

I had some SP items that were duped and given to me that made me pretty buffed up.

If anybody needs help launching this server or funding the project, then please let me know.

Thank you!
 
Status
Not open for further replies.
Back
Top