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!

2.2.3 Max HP Bug

Experienced Elementalist
Joined
Dec 1, 2013
Messages
227
Reaction score
11
I noticed this bug if you went more than 70k HP your hp will go back to 1667 and pots will no loger work. someone knows how to edit max HP in client side?
 
Joined
Apr 9, 2012
Messages
2,357
Reaction score
440
I noticed this bug if you went more than 70k HP your hp will go back to 1667 and pots will no loger work. someone knows how to edit max HP in client side?
it's not only 223 but 2232 too,
because client use unsigned __int6 for HP, while server use int
just like my sig, it require to alter the client system and server system...
which mean module on both side :D:
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2009
Messages
18
Reaction score
3
sorry for nercoposting, but you don't need to use modules for that!
U need to edit 4 adress on serverside and 3 adress on client side
jademaster - 2.2.3 Max HP Bug - RaGEZONE Forums

also Recover and PartyMember =)
 
Last edited:
Upvote 0
Joined
Apr 9, 2012
Messages
2,357
Reaction score
440
sorry for nercoposting, but you don't need to use modules for that!
U need to edit 4 adress on serverside and 3 adress on client side

also Recover and PartyMember =)

wow, that is a news to me,
the packet send to client for HP is __int16 right? o_O
did you change that? or did you just modify packet size for recover, if i recall, recover only send __int16 without any other data , unlike base download packet
sad i'm not in front of my pc, can't recheck it :/:
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2009
Messages
18
Reaction score
3
wow, that is a news to me,
the packet send to client for HP is __int16 right? o_O
did you change that? or did you just modify packet size for recover, if i recall, recover only send __int16 without any other data , unlike base download packet
sad i'm not in front of my pc, can't recheck it :/:

 
Upvote 0
Back
Top