Party in SOA Zones
Party in SOA Zones
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.
[GM] Soulsin
Re: Party in SOA Zones
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
sorry, there's ZERO support for adoulin from darkstar - what you see is what you get
Re: Party in SOA Zones
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.
[GM] Soulsin
Re: Party in SOA Zones
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
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.
[GM] Soulsin
-
- Posts: 6
- Joined: Tue Jul 31, 2012 10:12 am
Re: Party in SOA Zones
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.
[GM]Sabriel of the SinisterSkies Private Server.
Re: Party in SOA Zones
would be uint8 > uint16xoleras20099 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.
Re: Party in SOA Zones
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.
-
- Posts: 6
- Joined: Tue Jul 31, 2012 10:12 am
Re: Party in SOA Zones
Yes, that.kjLotus wrote:would be uint8 > uint16xoleras20099 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.
Sorry, took a break from coding for a while so I haven't looked at the source in quite some time.
[GM]Sabriel of the SinisterSkies Private Server.