The amount of <code>experience</code> earned is an accumulating value.
Whenever the server sends this packet, the value of this field is equal to the player's current total BEP.
Each packet updates to a higher BEP score and the client occasionally reports of the difference as an event message.
"You have been awarded <code>x</code> battle experience points."
Milestone notifications that occur due to BEP gain, e.g., rank progression, will trigger naturally as the client is updated.<br>
<br>
It is possible to award more battle experience than is necessary to progress one's character to the highest battle rank.
(This must be accomplished in a single event packet.)
Only the most significant notifications will be displayed in that case.
If the BEP has been modified, there will be an extra three bits to indicate which message to display.<br>
<br>
Messages:<br>
0 - Normal<br>
1 - Normal (repeat?)<br>
2 - Support bonus ("due to support activity")<br>
4 - Rabbit bonus ("+25% rabbit Bonus")<br>
(Support message has priority over Rabbit message.)<br>
<br>
Exploration:<br>
<code>msg = 1</code> probably does not do the same thing as <code>mod = 0</code>.</p></div><dlclass="paramcmts block"><dtclass="param">player_guid</dt><ddclass="cmt"><p>the player</p></dd><dtclass="param">experience</dt><ddclass="cmt"><p>the current total experience</p></dd><dtclass="param">msg</dt><ddclass="cmt"><p>modifies the awarded experience message</p></dd></dl><dlclass="attributes block"><dt>Source</dt><dd><ahref="https://github.com/psforever/PSF-LoginServer/blob/master//home/runner/work/PSF-LoginServer/PSF-LoginServer/src/main/scala/net/psforever/packet/game/BattleExperienceMessage.scala"target="_blank">BattleExperienceMessage.scala</a></dd></dl><divclass="toggleContainer"><divclass="toggle block"><span>Linear Supertypes</span><divclass="superTypes hiddenContent"><spanname="scala.Product"class="extype">Product</span>, <spanname="scala.Equals"class="extype">Equals</span>, <ahref="../PlanetSideGamePacket.html"name="net.psforever.packet.PlanetSideGamePacket"id="net.psforever.packet.PlanetSideGamePacket"class="extype">PlanetSideGamePacket</a>, <ahref="../PlanetSidePacket.html"name="net.psforever.packet.PlanetSidePacket"id="net.psforever.packet.PlanetSidePacket"class="extype">PlanetSidePacket</a>, <ahref="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html#java.io.Serializable"name="java.io.Serializable"id="java.io.Serializable"class="extype">Serializable</a>, <spanname="scala.AnyRef"class="extype">AnyRef</span>, <spanname="scala.Any"class="extype">Any</span></div></div></div></div><divid="mbrsel"><divclass="toggle"></div><divid="memberfilter"><iclass="material-icons arrow"></i><spanclass="input"><inputplaceholder="Filter all members"id="mbrsel-input"type="text"accesskey="/"/></span><iclass="clear material-icons"></i></div><divid="filterby"><divid="order"><spanclass="filtertype">Ordering</span><ol><liclass="alpha in"><span>Alphabetic</span></li><liclass="inherit out"><span>By Inheritance</span></li></ol></div><divclass="ancestors"><spanclass="filtertype">Inherited<br/></span><olid="linearization"><liclass="in"name="net.psforever.packet.game.BattleExperienceMessage"><span>BattleExperienceMessage</span></li><liclass="in"name="scala.Product"><span>Product</span></li><liclass="in"name="scala.Equals"><span>Equals</span></li><liclass="in"name="net.psforever.packet.PlanetSideGamePacket"><span>PlanetSideGamePacket</span></li><liclass="in"name="net.psforever.packet.PlanetSidePacket"><span>PlanetSidePacket</span></li><liclass="in"name="java.io.Serializable"><span>Serializable</span></li><liclass="in"name="scala.AnyRef"><span>AnyRef</span></li><liclass="in"name="scala.Any"><span>Any</span></li></ol></div><divclass="ancestors"><spanclass="filtertype"></span><ol><liclass="hideall out"><span>Hide All</span></li><liclass="showall in"><span>Show All</span></li></ol></div><divid="visbl"><spanclass="filtertype">Visibility</span><ol><liclass="public in"><span>Public</span></li><liclass="protected out"><span>Protected</span></li></ol></div></div></div><divid="template"><divid="allMembers"><divid="constructors"class="members"><h3>Instance Constructors</h3><ol><liclass="indented0 "name="net.psforever.packet.game.BattleExperienceMessage#<init>"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="<init>(player_guid:net.psforever.types.PlanetSideGUID,experience:Long,msg:Int):net.psforever.packet.game.BattleExperienceMessage"></a><aid="<init>:BattleExperienceMessage"></a><spanclass="permalink"><ahref="../../../../net/psforever/packet/game/BattleExperienceMessage.html#<init>(player_guid:net.psforever.types.PlanetSideGUID,experience:Long,msg:Int):net.psforever.packet.game.BattleExperienceMessage"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">new</span></span><spanclass="symbol"><spanclass="name">BattleExperienceMessage</span><spanclass="params">(<spanname="player_guid">player_guid: <ahref="../.