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
May 23, 2008
Messages
48
Reaction score
37
Someone managed to compile it? I get some errors. I am using VC++ 2010.

Edit---------------------------

Need to choose the version and compiles good ^^.

mirraseq - [Release] MU Online monster HP Bar Sources - RaGEZONE Forums
 
Last edited:
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2007
Messages
613
Reaction score
161
Code:
//new 
	pDamage.Life = ??
	pDamage.MaxLife = ??
read from monster.txt or gs variable like (gObjNPC->Life,MaxLife)
Share your GCDamageSend.

Thanks.
 
Newbie Spellweaver
Joined
Nov 24, 2008
Messages
34
Reaction score
71
Code:
   ...
   pDamage.Life = gObj[TargetIndex].Life;
   pDamage.MaxLife = gObj[TargetIndex].MaxLife;
   ...

To get offsets of Life and MaxLife check user.h from Deathway decompilation.
 
Newbie Spellweaver
Joined
Jun 15, 2011
Messages
43
Reaction score
1
You can share dll with this for 1.07V+ main ?

Po polsku:
Łosz kur.. podeślij jak możesz i oczywiście jak masz czas na PW ;]
 
Last edited:
Initiate Mage
Joined
Aug 13, 2010
Messages
2
Reaction score
0
What I must do in server side?
Very nice release, but how add it to server?

p.s. sorry for my bad English
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2007
Messages
613
Reaction score
161
What I must do in server side?
Very nice release, but how add it to server?

p.s. sorry for my bad English
You need to recode GCDamageSend into gs(DLL).
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
mirraseq,

Please.... can you upload the 1.03.28 main eng again?

Thanks...
 
Junior Spellweaver
Joined
Jul 11, 2011
Messages
190
Reaction score
54
mirraseq,

Please.... can you upload the 1.03.28 main eng again?

Thanks...

Here it is : , i compare offsets for other main, find them, but in order to work must make changes in GS to.
 
Joined
Oct 29, 2007
Messages
1,290
Reaction score
1,309
chris, can you help me with the source code of sky?, please.. I'm very puzzled, because apparently I have all the correct offsets for main.exe Jpn 1.03k, but the sky does not appear.

ps: and I will share with you the sources for 3D camera in main.exe old. (not the sobieh, which I re-structuring).
 
Junior Spellweaver
Joined
Aug 5, 2008
Messages
149
Reaction score
38
The MuOnline HP Bar is for main eng and jpn ... but for gs there is just for eng protocol for jpn is the same? or need make something? =P

chris, can you help me with the source code of sky?, please.. I'm very puzzled, because apparently I have all the correct offsets for main.exe Jpn 1.03k, but the sky does not appear.

ps: and I will share with you the sources for 3D camera in main.exe old. (not the sobieh, which I re-structuring).

Esta es tu realidad viejo, el tema esta basado en la dll del hp bar =/ aca eres un pobre y triste w. pidiendo ayuda, en foros latinos eres el master decompilador y creador de sources :D

This is your true :) this thread is based on hp bar not for "Chris please help help" lol
 
Newbie Spellweaver
Joined
Jan 22, 2008
Messages
37
Reaction score
66
hello
want to know if this information can be used in older versions
 
Junior Spellweaver
Joined
Jul 11, 2011
Messages
190
Reaction score
54
WELL, anybody can post MAIN ?, thx
Link's to Mediafire:
Code:
Main 1.03.28 Eng protocol uncracked clean : [URL="http://www.mediafire.com/?7pjl72fzocb2171"]Main 1.03.28[/URL]

Main 1.03.08 Japan protocol cracked : [URL="http://www.mediafire.com/?dhzl2nh3epkueiz"]Main 1.03.08[/URL]

Link's to Multiupload:
Code:
http://www.multiupload.com/FILAUNOKRK
http://www.multiupload.com/QWUX86OAMO
 
Newbie Spellweaver
Joined
Dec 30, 2009
Messages
18
Reaction score
6
CodeBlocks@: Thx man, i want do hp bar in Season 2 (1.02T)
I Will post after finished Sorry for my bad english ^^
 
Newbie Spellweaver
Joined
Jul 14, 2010
Messages
28
Reaction score
1
Link's to Mediafire:
Code:
Main 1.03.28 Eng protocol uncracked clean : [URL="http://www.mediafire.com/?7pjl72fzocb2171"]Main 1.03.28[/URL]

Main 1.03.08 Japan protocol cracked : [URL="http://www.mediafire.com/?dhzl2nh3epkueiz"]Main 1.03.08[/URL]

Link's to Multiupload:
Code:
http://www.multiupload.com/FILAUNOKRK
http://www.multiupload.com/QWUX86OAMO

Main in Link not work with Win7 32bit some one have other ?:/:
 
Back
Top