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!

[Release] Exillum S3 (Reedlan + Cutoms)

Junior Spellweaver
Joined
Mar 28, 2013
Messages
103
Reaction score
5
Can't use with sql server 2005 ? I really like sql server 2005... and like i know is only about the DB needed to be good for sql 2005... but to perfectly work maybe you can make backup files for sql server 2005 ... if you want to help me a little ...

Ty for answering!
 
Skilled Illusionist
Joined
Feb 15, 2013
Messages
385
Reaction score
61
Found bug... Damage with golden fenrir is same as red(normal) fenrir

P.S how to change stadium respawn? When player dies he's moved to lorencia -.-
 
Joined
May 26, 2009
Messages
17,279
Reaction score
3,204
Thanks mate =)

PS: You can use this Database files if you want.
View attachment S3DB.rar


PS: can we know where to edit exactly our IP?
i know on main.exe but you still get Disconnected when you try to connect to the client .
somewhere on .DLL's ?

thanks
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Oct 30, 2011
Messages
101
Reaction score
44
Thanks mate =)

PS: You can use this Database files if you want.
View attachment 143350


PS: can we know where to edit exactly our IP?
i know on main.exe but you still get Disconnected when you try to connect to the client .
somewhere on .DLL's ?

thanks

Open client source and go to Define.h
 
Newbie Spellweaver
Joined
Jan 1, 2013
Messages
51
Reaction score
0
when i use 800x600
how to fix ?
Androjd123 - [Release] Exillum S3 (Reedlan + Cutoms) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jun 23, 2013
Messages
18
Reaction score
0
Thanks for this Files Are Great! My New Server it thank to you :).
 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
You must build new Exillum.dll from the source, what is included. In Security.cpp is check of your MAC address.

Here is .dll with removed check for MAC address and fixed /make command (copy to GameServer folder and replace current file):
View attachment 143270

can you share source for fixing /make command? i dont need dll without MAC adress check )
 
ImperiaMuCMS CEO
Loyal Member
Joined
Jul 4, 2011
Messages
1,390
Reaction score
370
can you share source for fixing /make command? i dont need dll without MAC adress check )

Open Commands.cpp and uncomment content of function void InitCommands(int aIndex,unsigned char* Protocol). But now everybody can use /make command, so you must also add check, if character is GM or not. This must be on the beggining of function MakeCommand.

Code:
if(gObj[aIndex].Authority != 32)
{
	return;
}
 
Joined
May 26, 2009
Messages
17,279
Reaction score
3,204
Here is my repack :
Server Files:
(Without edataserver)

Client files:

.dll fixed by ashlay.

and guide if you wanna watch how i install here:


=)
 
Newbie Spellweaver
Joined
Feb 17, 2008
Messages
27
Reaction score
19
Here is my repack :
Server Files:
(Without edataserver)

Client files:

.dll fixed by ashlay.

and guide if you wanna watch how i install here:


=)
gj:):
 
Back
Top