[Python] get_monsters()

Hi @Ryan,

is there a way to detect a active Pandora Box?
With get_monsters() it seems i can´t detect it. It only find the spawned mobs.
But in the time when all mobs are killed and the next mobs get spawned the Pandora is still active

try get_npcs maybe work

Yes, you can at training area setting
You can make usage

Sorry for the response delay. I tried it out now.
get_npcs did not catch the Pandora Box

In the database it´s also declared as an Mob Type:

And when i stay next to the Pandora i can´t catch it with get_monsters()

[15:41:38] {112193472: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1615.8701171875, 'type': 16, 'x': -8333.6572265625}, 112193394: {'name': 'Cannibal Incaboot', 'model': 41043, 'servername': 'MOB_AR_WHITESPIDER_FALLINBLOOD_CLONE', 'y': -1609.199951171875, 'type': 16, 'x': -8311.7001953125}, 112193474: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1608.5, 'type': 1, 'x': -8314.2998046875}, 112192773: {'name': 'Starving Biyatun', 'model': 42015, 'servername': 'MOB_EVE_STRONG_DEVE_STRONGKKHEPRI_EVIL_CLONE1', 'y': -1608.4000244140625, 'type': 7, 'x': -8324.5}, 112193063: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1574.800048828125, 'type': 0, 'x': -8308.7001953125}, 112192904: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1610.0999755859375, 'type': 16, 'x': -8307.2998046875}, 112193321: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1606.800048828125, 'type': 16, 'x': -8304.0}, 112192781: {'name': 'Starving Biyatun', 'model': 42015, 'servername': 'MOB_EVE_STRONG_DEVE_STRONGKKHEPRI_EVIL_CLONE1', 'y': -1608.5999755859375, 'type': 7, 'x': -8317.099609375}, 112193198: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1611.800048828125, 'type': 16, 'x': -8329.099609375}, 112190993: {'name': 'Cannibal Incaboot', 'model': 41043, 'servername': 'MOB_AR_WHITESPIDER_FALLINBLOOD_CLONE', 'y': -1662.1796875, 'type': 0, 'x': -8308.8388671875}, 112192402: {'name': 'Mysterious Sabra', 'model': 41029, 'servername': 'MOB_AR_SABRA_STRANGE', 'y': -1606.699951171875, 'type': 0, 'x': -8336.5}, 112188659: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1641.0, 'type': 0, 'x': -8282.7001953125}, 112192693: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1568.300048828125, 'type': 16, 'x': -8302.2998046875}, 112193202: {'name': 'Violent Inkaboot', 'model': 41040, 'servername': 'MOB_AR_WHITESPIDER_MADNESS_CLONE1', 'y': -1643.5999755859375, 'type': 16, 'x': -8312.0}, 112190940: {'name': 'Mysterious Sabra', 'model': 41029, 'servername': 'MOB_AR_SABRA_STRANGE', 'y': -1602.199951171875, 'type': 16, 'x': -8345.400390625}, 112192765: {'name': 'Starving Biyatun', 'model': 42015, 'servername': 'MOB_EVE_STRONG_DEVE_STRONGKKHEPRI_EVIL_CLONE1', 'y': -1606.5, 'type': 7, 'x': -8327.0}, 112192757: {'name': 'Starving Biyatun', 'model': 42015, 'servername': 'MOB_EVE_STRONG_DEVE_STRONGKKHEPRI_EVIL_CLONE1', 'y': -1613.699951171875, 'type': 7, 'x': -8326.7998046875}}

@Ryan can you check the API please?

Those don’t show up because they cannot be attacked.

Is there a way to show/catch it?

Nope.

hi
can u give me the plugin file for this get_monsters
or code this :
https://projecthax.gitbook.io/phbot-plugins/phbot-api/monsters

i copied it in notepad++
named it get_monster.py
and dropped it to plugin folder
& reloaded plugins on phbot … but didnt show up…