mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-16 00:44:43 +00:00
tell others my armor
This commit is contained in:
parent
cc398af229
commit
5b272949e0
1 changed files with 1 additions and 0 deletions
|
|
@ -3163,6 +3163,7 @@ class ZoningOperations(
|
||||||
if (tplayer.ExoSuit == ExoSuitType.MAX) {
|
if (tplayer.ExoSuit == ExoSuitType.MAX) {
|
||||||
sendResponse(PlanetsideAttributeMessage(guid, 7, tplayer.Capacitor.toLong))
|
sendResponse(PlanetsideAttributeMessage(guid, 7, tplayer.Capacitor.toLong))
|
||||||
sendResponse(PlanetsideAttributeMessage(guid, 4, tplayer.Armor))
|
sendResponse(PlanetsideAttributeMessage(guid, 4, tplayer.Armor))
|
||||||
|
continent.AvatarEvents ! AvatarServiceMessage(continent.id, AvatarAction.PlanetsideAttributeToAll(guid, 4, tplayer.Armor))
|
||||||
}
|
}
|
||||||
// AvatarAwardMessage
|
// AvatarAwardMessage
|
||||||
//populateAvatarAwardRibbonsFunc(1, 20L)
|
//populateAvatarAwardRibbonsFunc(1, 20L)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue