DynamicZone¶
Provides access to properties of the current dynamic (instanced) zone.
Forms¶
dynamiczone DynamicZone¶
- Gives access to the information about the current dynamic zone.
Associated DataTypes¶
dynamiczone¶
Data for the current dynamic zone instance
- See Also: TLO:DynamicZone
-
Members
bool
InRaid¶- ??
dzmember
Leader¶- The leader of the dynamic zone
bool
LeaderFlagged¶- Returns true if the dzleader can successfully enter the dz (this also means the dz is actually Loaded.)
int
MaxMembers¶- Maximum number of characters that can enter this dynamic zone
int
MaxTimers¶- The number of timers present in Timers
dzmember
Member[#|name]¶- The dynamic zone member # or name
int
Members¶- Current number of characters in the dynamic zone
int
MinMembers¶- Minimum number of members required.
string
Name¶- The full name of the dynamic zone.
dztimer
Timer[#|name]¶- Access the list of current lockout timers. This is either an index from 1 to MaxTimers, or a "Expedition|Event" combination. Event is optional, but if multiple Expeditions match, the timer with the earliest lockout expiration will be returned.
string
To String¶- Same as Name
dzmember¶
This DataType contains information on the members of the current dynamic zone instance
- See Also: DataType:dynamiczone, TLO:DynamicZone
-
Members
bool
Flagged¶- Returns true if the dzmember can successfully enter the dz. where x is either index or the name.
string
Name¶- The name of the member
string
Status¶- The status of the member - one of the following: Unknown, Online, Offline, In Dynamic Zone, Link Dead
string
To String¶- Same as Name
dztimer¶
Provides information about a dynamic zone lockout timer
- See Also: DataType:dynamiczone, TLO:DynamicZone
-
Members
string
ExpeditionName¶- The name of the expedition
string
EventName¶- The name of the event
timestamp
Timer¶- The timestamp indicating when this lockout expires
int
EventID¶- ID of the event. These values are only unique per Expedition. Non-event lockouts (Replay Timer) will have a -1 event id.
string
To String¶- Returns the string formatted as
"ExpeditionName|EventName"|
Usage¶
Example
Echo the name of the dynamic zone
/echo ${DynamicZone.Name}