phBot Plugins
  • Introduction
  • Example Plugins
  • phBot API
    • Client
    • Guild
    • Events
    • Players
    • Party
    • NPC
    • Character
    • Academy
    • Inventory
    • Pets
    • Monsters
    • Encoding
    • Locale
    • Config
    • Botting
    • Taxi
    • Packet Injection
    • Log
    • Game Data
    • Teleport
    • Training Area
    • Command Line Arguments
    • Movement
    • Quests
    • Drops
    • Paths
    • Script
    • Notifications
    • Alchemy
    • Misc
  • Chat API
  • Handling Script Commands
  • GUI API
Powered by GitBook
On this page
  1. phBot API

Academy

get_academy()

This function returns the academy members.

Usage

get_academy()

Returns

None or a list of academy members. type refers to the academy member type.

{
	6699: {
		'online': 1,
		'type': 0,
		'x': 0.0,
		'level': 110,
		'name': 'aaaaaa',
		'y': 0.0
	},
	'id': 237
}
PreviousCharacterNextInventory

Last updated 2 years ago