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] EuphoriaMU Season 3 Episode 1 Server files

Junior Spellweaver
Joined
Sep 7, 2008
Messages
192
Reaction score
11
New Update Scfmt.
Full CS and CSGS file

https://mega.nz/#!GJNVDDTL!eWkm68207KZnqePJ2Sy7ZnxMuWN1J3ooa4OxQEawQfo

What seems the problem,

1. your eDataserver keep on standby mode. How to make it active ?
And keep freeze my Login server every 20-30 mins.
 
Last edited:
Newbie Spellweaver
Joined
Jul 15, 2013
Messages
71
Reaction score
9
use standart data servers edata servers not so good
 
Newbie Spellweaver
Joined
Jul 15, 2013
Messages
71
Reaction score
9
Yeap. i did use standard DataServer. Yet, still have same problem.
Can login server, when enter ID & Password, screen freeze.
reed gs and join server

logs maby you need find other join server
 
Junior Spellweaver
Joined
Sep 7, 2008
Messages
192
Reaction score
11
this way can help move with pet. !!
euphoria file
Code:
CPU Disasm
Address   Hex dump          Command                                  Comments
100130EE  |. /7F 19         JG SHORT 10013109
100130F0  |. |6A 01         PUSH 1
100130F2  |. |8B4D 14       MOV ECX,DWORD PTR SS:[EBP+14]
100130F5  |. |51            PUSH ECX
100130F6  |. |68 28360410   PUSH OFFSET 10043628                     ; ASCII "Remove your pet before move!"

to

100130EE  |. /EB 19         JG SHORT 10013109

and

100132B1  |. /EB 19         JG SHORT 100132CC

and correct Text.bmd Line 260 is /tash
[/COLOR]

You have source for this ?
currently using Euphoria GS. I just want to remove the pet thing. 0xCCCCCC
 
Junior Spellweaver
Joined
Nov 26, 2016
Messages
140
Reaction score
28
You have source for this ?
currently using Euphoria GS. I just want to remove the pet thing. @0xCCCCCC
just open ollydbg go offset. 100130EE and 100132B1
and change
Code:
7F 19 = EB 19
now u can move with pet.
need edit text.bmd line 260 = /tash
because move command in euphoria file is /tash not /move
 
Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
just open ollydbg go offset. 100130EE and 100132B1
and change
Code:
7F 19 = EB 19
now u can move with pet.
need edit text.bmd line 260 = /tash
because move command in euphoria file is /tash not /move

Hi bro..
Can you add Minimap and cam3d to the main.exe ?
Thanks !
 
Junior Spellweaver
Joined
Sep 7, 2008
Messages
192
Reaction score
11
just open ollydbg go offset. 100130EE and 100132B1
and change
Code:
7F 19 = EB 19
now u can move with pet.
need edit text.bmd line 260 = /tash
because move command in euphoria file is /tash not /move

/tash is working good now.
About the ollydbg offset, i can't find it. im too weak for that.
can you help me ? 0xCCCCCC

all i can see is this.
 
Last edited:
Junior Spellweaver
Joined
Nov 26, 2016
Messages
140
Reaction score
28
LOL. No wonder i can't see poop. hahaha !
Let me check it. Thank you.

Edited :

IS this correct ? @0xCCCCCC

When i search offset. 100130EE and 100132B1, it gave me that.
no. ctrl+E and edit hex or just jmp it.
cQONI8v - [Release] EuphoriaMU Season 3 Episode 1 Server files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
May 22, 2016
Messages
47
Reaction score
4
You can try my release , they are much better and you can run multiple accounts :) and have no DL Bug and the tast ENTER From Sellect Character to prevent DL Bug has disabled
 
Junior Spellweaver
Joined
Sep 7, 2008
Messages
192
Reaction score
11
You can try my release , they are much better and you can run multiple accounts :) and have no DL Bug and the tast ENTER From Sellect Character to prevent DL Bug has disabled

PVP Stable ?
I can see this files i based on Euphoria Files.
Anyway, can you help me create a Launcher ? so players can't use main.exe, must use Launcher to play. iNEXT
 
Junior Spellweaver
Joined
Nov 26, 2016
Messages
140
Reaction score
28
PVP Stable ?
I can see this files i based on Euphoria Files.
Anyway, can you help me create a Launcher ? so players can't use main.exe, must use Launcher to play. @iNEXT
Just Open ollydbg find Mu.exe and JNE it
 
Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
You can try my release , they are much better and you can run multiple accounts :) and have no DL Bug and the tast ENTER From Sellect Character to prevent DL Bug has disabled

hey, do you have minimap + cam3d in client?
 
Back
Top