Character
get_character_data()
This function returns stats of the current character.
Usage
get_character_data()
Returns
None or an object containing character data.
The object can be empty.
{
'server': '',
'name': '',
'model': 1907,
'guild': '',
'job_name': '',
'region': 25000,
'x': 6428.2373046875,
'y': 1086.672607421875,
'hp': 32207,
'mp': 8744,
'hp_max': 32207,
'mp_max': 8744,
'level': 110,
'dead': False,
'gold': 99920423940,
'current_exp': 34360711,
'max_exp': 4044607839,
'sp': 997208910,
'job_current_exp': 1698,
'job_max_exp': 70875,
'player_id': 33349,
'account_id': 3,
'locale': 22,
'exp_ratio': 1.0
}get_position()
This function returns the character's current position.
Usage
get_position()
Returns
None or an object containing position data.
get_active_skills()
This function returns a dictionary of active skills.
Usage
get_active_skills()
Returns
None or a dictionary of active skills.
get_skills()
This function returns a dictionary of the players skills.
Usage
get_skills()
Returns
None or a dictionary of all the players skills.
get_mastery()
This function returns a dictionary of the players skill masteries.
Usage
get_mastery()
Returns
None or a dictionary of masteries.
Last updated