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] MU Online monster HP Bar Sources

Newbie Spellweaver
Joined
Nov 24, 2008
Messages
34
Reaction score
71
Code:
http://www.youtube.com/watch?v=U1XBA8PgPxM

Source for main 1.03.28 ENG and 1.03.8JPN (unfinished). Hooking protocol core and drawing game panel. Rest you can check in sources. Server side damage packet:
Code:
struct PMSG_DAMAGE
{
  PMSG_C1Header h; // 0
  BYTE NumberH; // 3
  BYTE NumberL; // 4
  BYTE DamageH; // 5
  BYTE DamageL; // 6
  BYTE DamageType; // 7
  BYTE ShieldH; // 8
  BYTE ShieldL; // 9
  DWORD Life; // A
  DWORD MaxLife; // E
};
Credits:
- mirraseq - hp bar
- Dudi - server side code
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
May 16, 2011
Messages
22
Reaction score
0
can you add full guide how to add it in server side and client side
 
Newbie Spellweaver
Joined
Nov 24, 2008
Messages
34
Reaction score
71
Crazzy, what is your problem? Using this is one of this release points ;)
@siemacho, cicho :E
 
Last edited:
Kingdom of Shadows
Loyal Member
Joined
Jul 13, 2007
Messages
923
Reaction score
320
Looks nice but a bit big to me :p
He shared the source -> you can modify anything you want, that includes the size, color...

@mirraseq I think its first public release of this kind, good work.
 
Experienced Elementalist
Joined
Oct 18, 2008
Messages
206
Reaction score
19
that is really cool thing :p finally something new in MU keep up the good work and great job on this on looks very cool
 
iNewLegend , Leo123
Joined
Apr 26, 2006
Messages
296
Reaction score
81
cool , maybe you u can upload from in game screen shots will be nice, its nice to see that there is still pepole that developing main.exe ;) gl & gj
 
Newbie Spellweaver
Joined
May 16, 2011
Messages
22
Reaction score
0
who can tell how use it ??
i want to add it in my server but i do not cnow how
plzz help me
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2007
Messages
613
Reaction score
161
1.03.08 = 1.03h jpn .

fiind it rmst , shatters releases.

---------- Post added at 01:38 AM ---------- Previous post was at 12:04 AM ----------

i also need 1.03.28 eng main ^^ somebody can share?
 
Newbie Spellweaver
Joined
Dec 9, 2009
Messages
18
Reaction score
0
1.03.8JPN This is main Season 5 Ep 4 or Season 5 Ep 2 ????
 
Back
Top