Animation Bug and Resize bug By Hero Level

08/03/2019 08:33 Hexagonlimit#1
Hello i have 2bugs can you help me?

Animation bug by SP,Mount

Resize Bug by HeroLevel (1-50 is Resize 1-50)

Thank´s

and Can you help me by Create Married Box?

i add to the source the Box a not Working...
08/03/2019 13:43 zetek1#2
You are Czech or English
08/03/2019 14:29 Draetheus#3
Check Packets.

for example:

GenerateIn

Code:
return $"in 1 {(Authority == AuthorityType.GM && !Undercover ? _name : _name)} - {CharacterId} {PositionX} {PositionY} {Direction} {(Undercover ? (byte)AuthorityType.User : Authority < AuthorityType.User ? (byte)AuthorityType.User : (byte)Authority)} {(byte)Gender} {(byte)HairStyle} {color} {(byte)Class} {GenerateEqListForPacket()} {Math.Ceiling(Hp / HPLoad() * 100)} {Math.Ceiling(Mp / MPLoad() * 100)} {(IsSitting ? 1 : 0)} {(Group?.GroupType == GroupType.Group ? (Group?.GroupId ?? -1) : -1)} {(fairy != null && !Undercover ? 4 : 0)} {fairy?.Item.Element ?? 0} 0 {fairy?.Item.Morph ?? 0} 0 {(UseSp || IsVehicled ? Morph : 0)} {GenerateEqRareUpgradeForPacket()} {(!Undercover ? (foe ? -1 : Family?.FamilyId ?? -1) : -1)} {(!Undercover ? (foe ? _name : Family?.Name ?? "-") : "-")} {(GetDignityIco() == 1 ? GetReputationIco() : -GetDignityIco())} {(Invisible ? 1 : 0)} {(UseSp ? MorphUpgrade : 0)} {_faction} {(UseSp ? MorphUpgrade2 : 0)} {Level} {Family?.FamilyLevel ?? 0} {ArenaWinner} {(Authority == AuthorityType.GM && !Undercover ? 500 : Compliment)} {Size} {HeroLevel}";
Due to the new Handling, the HeroLevel is switched with Size. So if you get Hero Level 50, the Size Scale is 50.

You can switch both if you don't know how to fix it, but its unclean and i wouldnt prefer doing so.

Get that done and you're set.