NAiOS IconNAiOS Logo
Volver al catálogo

Dungeon Fighter Online

dungeon_fighter_online

Dungeon Fighter Online (DFO) is an arcade-style, side-scrolling action game with RPG elements, offering players a dynamic combat experience.

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (8)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Character Base InformationDUNGEON_FIGHTER_ONLINE_CHARACTER_BASE_INFOAcción

Tool to retrieve base information of a specific character. use after confirming valid server id and character id.

Parámetros de entrada

  • server_idstringObligatorio

    Identifier of the server where the character exists.

  • character_idstringObligatorio

    Unique identifier of the character.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Character SearchDUNGEON_FIGHTER_ONLINE_CHARACTER_SEARCHAcción

Tool to search for characters by name on a given server. use after confirming the server id.

Parámetros de entrada

  • limitinteger

    Max results to return (1-100)

  • serverIdstringObligatorio

    Server identifier

  • wordTypestringenum

    Search type: 'full' or 'match'

    fullmatch
  • characterNamestringObligatorio

    Character name to search for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Character Skill Buff AvatarDUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_AVATARAcción

Tool to fetch skill buff avatar equipment for a character. use when you need to inspect which avatars are equipped for a specific character's buff skill.

Parámetros de entrada

  • serverIdstringObligatorio

    Server ID of the character (see /df/servers)

  • characterIdstringObligatorio

    Character unique code

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Character Skill Buff StatusDUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_STATUSAcción

Tool to fetch character's skill buff status information. use when you need to know active buff statuses for a specific character.

Parámetros de entrada

  • serverIdstringObligatorio

    Identifier of the server where the character exists.

  • characterIdstringObligatorio

    Unique identifier of the character.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Character Status InfoDUNGEON_FIGHTER_ONLINE_CHARACTER_STATUS_INFOAcción

Tool to retrieve status information of a specific character. use after obtaining serverid and characterid to fetch current stats.

Parámetros de entrada

  • serverIdstringObligatorio

    Server ID for Dungeon Fighter Online

  • characterIdstringObligatorio

    Character ID to retrieve status for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Character TimelineDUNGEON_FIGHTER_ONLINE_CHARACTER_TIMELINEAcción

Tool to retrieve the timeline of a specific character. use after confirming valid serverid and characterid.

Parámetros de entrada

  • nextstring

    Pagination token for fetching the next page of results

  • limitinteger

    Number of timeline records to retrieve

  • serverIdstringObligatorio

    ID of the server hosting the character

  • characterIdstringObligatorio

    Unique identifier of the character

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Character Skill Buff EquipmentDUNGEON_FIGHTER_ONLINE_GET_CHARACTER_SKILL_BUFFAcción

Tool to retrieve skill buff equipment details for a character. use after validating serverid and characterid.

Parámetros de entrada

  • serverIdstringObligatorio

    Identifier of the server where the character exists.

  • characterIdstringObligatorio

    Unique identifier of the character.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Server ListDUNGEON_FIGHTER_ONLINE_GET_SERVER_LISTAcción

Tool to retrieve the list of available game servers. use when needing to know which servers are available.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not