Size: 1099
Comment:
|
Size: 17866
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
| ## page was renamed from Player ## page was renamed from PlayerVars <<TableOfContents>> |
Line 3: | Line 5: |
m_context.serverMinutes m_context.serverHours m_context.serverDate m_context.serverMonth m_context.serverYear m_context.Player.currentDateTime m_context.Player.currentTime m_context.Player.playerInfo.lastLoginTime m_context.Player.playerInfo.createrTime m_context.Player.playerInfo.office m_context.Player.playerInfo.castleCount m_context.Player.playerInfo.honor m_context.Player.playerInfo.levelId m_context.Player.playerInfo.medal m_context.Player.playerInfo.sex m_context.Player.playerInfo.accountName m_context.Player.playerInfo.faceUrl m_context.Player.playerInfo.id m_context.Player.playerInfo.allianceLevel m_context.Player.playerInfo.bdenyotherplayer m_context.Player.playerInfo.population m_context.Player.playerInfo.flag m_context.Player.playerInfo.prestige m_context.Player.playerInfo.userName m_context.Player.playerInfo.userId m_context.Player.playerInfo.titleId m_context.Player.playerInfo.ranking m_context.Player.playerInfo.alliance m_context.maintenanceStart |
== currentDateTime == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.currentDateTime || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.currentDateTime || |
Line 62: | Line 10: |
returns string containing the readable format of "currentTime" (see below) which is actually not current time, but time of last login. example: echo player.currentDateTime output: 2013.07.30 18.19.51 == currentTime == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.currentTime || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.currentTime || this is not actually currentTime... this is time of last login (in UNIX timestamp format), identical to following: == playerInfo.lastLoginTime == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.lastLoginTime || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.lastLoginTime || time of last login in UNIX timestamp format... (note it is very nearly identical to time in player.currentTime - difference will be a few milliseconds - possibly the difference between local PC clock time and server time) == playerInfo.createrTime == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.createrTime || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.createrTime || date the account was created, in UNIX timestamp format. == playerInfo.office == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.office || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.office || This will return a string containing current player office/ rank eg "Civilian", "Lieutenant","Captain","Major","Colonel","General" == playerInfo.castleCount == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.castleCount || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.castleCount || returns count of player's castles == playerInfo.honor == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.honor || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.honor || returns player's honor points == playerInfo.levelId == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.levelId || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.levelId || returns a number which represents ??? idk ask Rom. == playerInfo.medal == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.medal || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.medal || returns number of cents on account == playerInfo.sex == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.sex || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.sex || returns a boolean value indicating player sex. (0=Male, 1=Female) == playerInfo.accountName == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.accountName || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.accountName || returns string containing login email address. == playerInfo.faceUrl == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.faceUrl || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.faceUrl || returns string containing path to player avatar icon picture. == playerInfo.id == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.id || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.id || returns number indicating player's internal ID on game database. == playerInfo.allianceLevel == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.allianceLevel || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.allianceLevel || returns string containing player's position in alliance (or null if unallied) eg. "Member","Officer","Presbyter","Vice Host" or "Host". == playerInfo.bdenyotherplayer == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.bdenyotherplayer || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.bdenyotherplayer || no clue what this one means. == playerInfo.population == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.population || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.population || returns number which indicates player's total population for all cities. == playerInfo.flag == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.flag || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.flag || returns string containing player's flag. == playerInfo.prestige == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.prestige || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.prestige || returns number containing player's prestige == playerInfo.userName == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.userName || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.userName || Returns string containing player's lord name. == playerInfo.userId == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.userId || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.userId || returns yet another internal Id number for the player on the game server. == playerInfo.titleId == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.titleId || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.titleId || returns a number from 0-9 indicating player's current title. example to return player's title in string format: titleName=["Civilian,Knight,Baronet,Baron,Viscount,Earl,Marquis,Duke,Furstin,Prinzessin"] echo titleName[player.playerInfo.titleId] == playerInfo.ranking == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.ranking || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.ranking || returns number indicating player's rank on server (according to prestige) ie: top prestige player on server is ranked 1 == playerInfo.alliance == ||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start; " tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.alliance || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">player.playerInfo.alliance || returns string containing player's alliance name (or null if unallied) |
|
Line 64: | Line 179: |
CategoryVariables | ScriptObjects |
Contents
- currentDateTime
- currentTime
- playerInfo.lastLoginTime
- playerInfo.createrTime
- playerInfo.office
- playerInfo.castleCount
- playerInfo.honor
- playerInfo.levelId
- playerInfo.medal
- playerInfo.sex
- playerInfo.accountName
- playerInfo.faceUrl
- playerInfo.id
- playerInfo.allianceLevel
- playerInfo.bdenyotherplayer
- playerInfo.population
- playerInfo.flag
- playerInfo.prestige
- playerInfo.userName
- playerInfo.userId
- playerInfo.titleId
- playerInfo.ranking
- playerInfo.alliance
currentDateTime
Usage: |
player.currentDateTime |
Example: |
player.currentDateTime |
returns string containing the readable format of "currentTime" (see below) which is actually not current time, but time of last login.
example: echo player.currentDateTime
output:
2013.07.30 18.19.51
currentTime
Usage: |
player.currentTime |
Example: |
player.currentTime |
this is not actually currentTime... this is time of last login (in UNIX timestamp format), identical to following:
playerInfo.lastLoginTime
Usage: |
player.playerInfo.lastLoginTime |
Example: |
player.playerInfo.lastLoginTime |
time of last login in UNIX timestamp format... (note it is very nearly identical to time in player.currentTime - difference will be a few milliseconds - possibly the difference between local PC clock time and server time)
playerInfo.createrTime
Usage: |
player.playerInfo.createrTime |
Example: |
player.playerInfo.createrTime |
date the account was created, in UNIX timestamp format.
playerInfo.office
Usage: |
player.playerInfo.office |
Example: |
player.playerInfo.office |
This will return a string containing current player office/ rank eg "Civilian", "Lieutenant","Captain","Major","Colonel","General"
playerInfo.castleCount
Usage: |
player.playerInfo.castleCount |
Example: |
player.playerInfo.castleCount |
returns count of player's castles
playerInfo.honor
Usage: |
player.playerInfo.honor |
Example: |
player.playerInfo.honor |
returns player's honor points
playerInfo.levelId
Usage: |
player.playerInfo.levelId |
Example: |
player.playerInfo.levelId |
returns a number which represents ??? idk ask Rom.
playerInfo.medal
Usage: |
player.playerInfo.medal |
Example: |
player.playerInfo.medal |
returns number of cents on account
playerInfo.sex
Usage: |
player.playerInfo.sex |
Example: |
player.playerInfo.sex |
returns a boolean value indicating player sex. (0=Male, 1=Female)
playerInfo.accountName
Usage: |
player.playerInfo.accountName |
Example: |
player.playerInfo.accountName |
returns string containing login email address.
playerInfo.faceUrl
Usage: |
player.playerInfo.faceUrl |
Example: |
player.playerInfo.faceUrl |
returns string containing path to player avatar icon picture.
playerInfo.id
Usage: |
player.playerInfo.id |
Example: |
player.playerInfo.id |
returns number indicating player's internal ID on game database.
playerInfo.allianceLevel
Usage: |
player.playerInfo.allianceLevel |
Example: |
player.playerInfo.allianceLevel |
returns string containing player's position in alliance (or null if unallied) eg. "Member","Officer","Presbyter","Vice Host" or "Host".
playerInfo.bdenyotherplayer
Usage: |
player.playerInfo.bdenyotherplayer |
Example: |
player.playerInfo.bdenyotherplayer |
no clue what this one means.
playerInfo.population
Usage: |
player.playerInfo.population |
Example: |
player.playerInfo.population |
returns number which indicates player's total population for all cities.
playerInfo.flag
Usage: |
player.playerInfo.flag |
Example: |
player.playerInfo.flag |
returns string containing player's flag.
playerInfo.prestige
Usage: |
player.playerInfo.prestige |
Example: |
player.playerInfo.prestige |
returns number containing player's prestige
playerInfo.userName
Usage: |
player.playerInfo.userName |
Example: |
player.playerInfo.userName |
Returns string containing player's lord name.
playerInfo.userId
Usage: |
player.playerInfo.userId |
Example: |
player.playerInfo.userId |
returns yet another internal Id number for the player on the game server.
playerInfo.titleId
Usage: |
player.playerInfo.titleId |
Example: |
player.playerInfo.titleId |
returns a number from 0-9 indicating player's current title.
example to return player's title in string format:
titleName=["Civilian,Knight,Baronet,Baron,Viscount,Earl,Marquis,Duke,Furstin,Prinzessin"]
echo titleName[player.playerInfo.titleId]
playerInfo.ranking
Usage: |
player.playerInfo.ranking |
Example: |
player.playerInfo.ranking |
returns number indicating player's rank on server (according to prestige) ie: top prestige player on server is ranked 1
playerInfo.alliance
Usage: |
player.playerInfo.alliance |
Example: |
player.playerInfo.alliance |
returns string containing player's alliance name (or null if unallied)