MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Plugins.phbot.org most likely does not offer any malicious content.
Secure connection support
HTTPS
Plugins.phbot.org provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Plugins.phbot.org most likely does not offer any adult content.
Popular pages
-
Example Plugins | phBot Plugins
Plugins folder otherwise they will not be loaded. Packet Processing Plugin Copy from phBot import * # Called when the bot successfully connects to the game server def connected(): pass # All pac...
-
Chat API | phBot Plugins
All(text) Party(text) Guild(text) Union(text) Stall(text) Private(name, text) Note(name, text) Global(text) Notice(text) Sends a GM notice to the server. This function should only ever be used if you ...
-
phBot API | phBot Plugins
phBot Plugins[1]MoreSearchCtrl + KIntroduction[2]Example Plugins[3]phBot APIClient[5]Guild[6]Events[7]Players[8]Party[9]NPC[10]Character[11]Academy[12]Inventory[13]Pets[14]Monsters[15]Encoding[16]Loca...
-
Handling Script Commands | phBot Plugins
Add a Copy When the bot reaches do_something_here in your walk script, it will pass it over to your Python script. All script commands are passed to Python whether you have a function for it or not....
-
Paths | phBot Plugins
This API allows you to use path finding to create a path to a destination. These functions can only be called once every 5 seconds.
-
GUI API | phBot Plugins
GUI API QtBind is what I have decided to call my small Python -> Qt wrapper. It creates a translation layer between Python and C++ for the GUI. gui init(ModuleName, TabName) Initializes the GUI. Only ...