Back to index...

NameTypeDeprecatedSecureDescription
Event.Pvp.History.FavorSignals your historical favor changing.
Event.Pvp.History.Kill.TodaySignals your daily kill count changing.
Event.Pvp.Prestige.AccumulatedSignals your accumulated prestige changing.
Event.Pvp.Prestige.RankSignals your prestige rank changing.
Inspect.Pvp.HistoryfunctionReturns information on your PVP history.
Inspect.Pvp.PrestigefunctionReturns information on your PVP prestige.

Event.Pvp.History.Favor

Signals your historical favor changing.

Usage:

Event.Pvp.History.Favor(favor)
ParameterTypeDatatypeDescription
favorparametervariantAmount of lifetime favor accumulated.

Event.Pvp.History.Kill.Today

Signals your daily kill count changing.

Usage:

Event.Pvp.History.Kill.Today(kill)
ParameterTypeDatatypeDescription
killparametervariantAmount of kills made in this time period.

Event.Pvp.Prestige.Accumulated

Signals your accumulated prestige changing.

Usage:

Event.Pvp.Prestige.Accumulated(accumulated)
ParameterTypeDatatypeDescription
accumulatedparametervariantTotal quantity of accumulated prestige in this rank.

Event.Pvp.Prestige.Rank

Signals your prestige rank changing.

Usage:

Event.Pvp.Prestige.Rank(rank)
ParameterTypeDatatypeDescription
rankparametervariantCurrent prestige rank.

Inspect.Pvp.History

Returns information on your PVP history.

Usage:

result = Inspect.Pvp.History()
ParameterTypeDatatypeDescription
resultresulttableTable containing information on PVP history.
members
favorLifetime Amount of lifetime favor accumulated.
killLifetime Amount of kills made on this character.
killMonth Amount of kills made on this character within the last month.
killToday Amount of kills made on this character within the last day.
killWeek Amount of kills made on this character within the last week.

Inspect.Pvp.Prestige

Returns information on your PVP prestige.

Usage:

result = Inspect.Pvp.Prestige()
ParameterTypeDatatypeDescription
resultresulttableTable containing information on prestige.
members
accumulated Prestige accumulated so far in this rank.
needed Quantity of prestige needed to gain a rank.
rank Current prestige rank.

Back to index...