Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
that's why this screen:
http://imageshack.us/a/img4/5130/lfyt.jpg
and this screen:
http://forum.ragezone.com/attachment...line_hpbar.jpg
---> why do they have a differrence about font ??? u can see the gold word in the middle screen (notice in mu), one is bold, another is normal ??
they are the same 1.03p client :) and how to make that difference ?
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
tried changing main's font ? i think that's Gulim font on ss.
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
FIX HP BAR WITH INNER
http://www.subeimagenes.com/img/broken-756877.jpg
I realized that the DK/BK/BM to activate Inner the HP bar passes.
I found the fix, I'm not a programmer, but I could tell how to solve this problem myself (thank MuOnline community).
Here the FIX:
Open User.cpp (ServerSide) and search this line:
PHP Code:
float MaxLife; //E
Add after:
Change this line:
PHP Code:
pResult.MaxLife = gTarg->MaxLife;
For this:
PHP Code:
pResult.MaxLife = gTarg->MaxLife + gTarg->AddLife;
DONE AND ENJOY!
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
Here is a offset for Multiclient, if some one didnt got it (like me)
Code:
SetByte(0x005FAE7F, 0xEB); // MultiClient
Code:
SetByte(0x005FAE7F, 0x75); // Disable MultiClient
Just add it somewhere inside Fix() on Fix.cpp
http://img694.imageshack.us/img694/2415/ltst.png
EDIT:
Some one got crash when becoming 2nd outlaw? I got crash on client whenever I do it.
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
First Post Updated thanks to all who helped!
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
I've noticed if any red message appears, my Main crashes....Somebody got this problem? Try to trown a expansive item on floor and check if it crashes, or try to become 2nd PK level...
EDIT:
Nvm, I found it, if someone got this same crash, just change FixSysMsg1_Hook constant to this:
Code:
const int FixSysMsg1_Hook = 0x6F767C; //Done
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
could add Monster MPBar in 1.02.19 main?
someone would have the offsets?
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
can someone share the complete source?
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
Quote:
Originally Posted by
lops118
can someone share the complete source?
May you read the frist post? It has the complete source....
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
Yes, but the source has not been updated with the updates. i mean like that Client1.03PSRC+HPBar, because most don't know how to put it all together, like me......
Sry for English
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
hmm thats caled lazy nothing more...cant expect to do the work for you damn...just open google it and it will be there ask for help etc not for the readdy shit except i already shared the readdy thing just need to make it for your files.....!
P.S People shared a lot info read post there are all need fixes explain etc...
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
ok thanks, i just ask for help..... becouse when i sticking all this together in ms visual studio, it shows me errors. ok i will not assking nothing....
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
@zasqmiq: actually; I'm getting kinda familiar with visual studio; and this thread has the worst explained fixes.....I mean, I tried already like 10 times to add the freaking hp bar; always getting lots of errors.
That's why I asked @afonsolage to give some kind of step by step for adding it...but hell, nevermind, I guess I'll have to keep trying till I get it right :P
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
Quote:
Originally Posted by
ianvalls90
@zasqmiq: actually; I'm getting kinda familiar with visual studio; and this thread has the worst explained fixes.....I mean, I tried already like 10 times to add the freaking hp bar; always getting lots of errors.
That's why I asked @afonsolage to give some kind of step by step for adding it...but hell, nevermind, I guess I'll have to keep trying till I get it right :P
As I said before, post here what erros you got. I dont mind how can I explain better then publishing the source...
Re: Client 1.03P ENG Source(CustomHP-CustomMonster-CustomItems and more)
hi guys im trying to add hpbar in main season 5.4 but is something wrong.
im think this error comes because of these offsets.
Code:
#define NEWUI_BAR_SWITCH01 0x00007A5B
#define NEWUI_BAR_SWITCH02 0x00007A5C
http://img268.imageshack.us/img268/7978/sywv.jpg
i have tryed in main 1.03Y jpn and 1.03B+ eng and i got same result D: