Page 1 of 1
Party in SOA Zones
Posted: Sat Jul 26, 2014 1:05 am
by soulsin
In the SoA Zone's when your in party you cant see the HP/MP Bars at all, and Noticed if logging into the game, it show a different zone name. Was wonder how get it to show the HP/MP Bar so party not left wonder who dieing and what not.
Re: Party in SOA Zones
Posted: Sat Jul 26, 2014 1:17 am
by kjLotus
if you want to play seekers of adoulin, play on retail servers
sorry, there's ZERO support for adoulin from darkstar - what you see is what you get
Re: Party in SOA Zones
Posted: Sat Jul 26, 2014 1:57 am
by soulsin
Ok I didn't know if was way just get to show the HP/MP bar up. like how shows in old zones. But thx for the reply, I mean can kill mobs and all that, just that bars is only thing wont show. Been havin some small merit party there.
Re: Party in SOA Zones
Posted: Sat Jul 26, 2014 1:57 pm
by gedads
hi, for the pt member hp mp not displayed i have no idea but for the zone thing it's probably an int8 remaining somewhere, z 257 is z 1, z 270 z 14 etc
Re: Party in SOA Zones
Posted: Sat Jul 26, 2014 6:21 pm
by soulsin
Yea it could be just maybe wher no support for seeker zones atm on it to not display the HP/MP/TP Bar's but sure someone might be able find it some how.
Re: Party in SOA Zones
Posted: Wed Aug 13, 2014 1:00 am
by xoleras20099
I can't remember where, but there's just an int16 variable you have to flip to an int32 and it fixes it; it's been a while since I've messed with it though, back when I helped run a server we had this fixed.
Re: Party in SOA Zones
Posted: Wed Aug 13, 2014 1:10 am
by kjLotus
xoleras20099 wrote:I can't remember where, but there's just an int16 variable you have to flip to an int32 and it fixes it; it's been a while since I've messed with it though, back when I helped run a server we had this fixed.
would be uint8 > uint16
Re: Party in SOA Zones
Posted: Wed Aug 13, 2014 3:23 am
by atom0s
Most of this should be fixed now. Just pushed a few commits for it. The zone display at login is done with the lobby server (POL packets) which do not handle the zone id the same way so that will need someone to be bored and tinker with it to fix or someone recording fresh POL packets.
Re: Party in SOA Zones
Posted: Wed Aug 13, 2014 11:49 am
by xoleras20099
kjLotus wrote:xoleras20099 wrote:I can't remember where, but there's just an int16 variable you have to flip to an int32 and it fixes it; it's been a while since I've messed with it though, back when I helped run a server we had this fixed.
would be uint8 > uint16
Yes, that.
Sorry, took a break from coding for a while so I haven't looked at the source in quite some time.
Re: Party in SOA Zones
Posted: Wed Aug 13, 2014 12:09 pm
by soulsin
Ok kool, I will look into all of that. thanks for the info.