🌱
The Insurgent's Forge
  • Home
  • Getting Started
    • Setup
    • Resources
  • Overview
    • Configuration
      • Formulas
      • Functions
      • Classes
      • Helpers
      • Assemblies
      • Middlewares
      • Dependencies
      • Options
      • Errors
    • Improvements & Additions
    • Structures & Parameters
    • Formula Workflow
      • Combo
      • Counter
      • Area of Effect
      • Reserve Party Member
      • Reflect
      • Mist
      • Trap
      • Chain Benefit
      • Summon
      • Spawn
      • Gambit
    • Limitations
      • Animations
      • Status Effects & Augments
    • Notes
      • Flags
      • Loops
      • Function in a Function
    • Helpers
      • Add Augment
      • Add Status Effect
      • Apply Knockback
      • Get Active Party Member
      • Get Action Status Effects
      • Get Augment Duration
      • Get Battle Unit Keep
      • Get Battle Unit Keep By Focus
      • Get Battle Unit Work
      • Get Character Max Hp
      • Get Character Max Mp
      • Get Character Type
      • Get Elemental Affinities Match
      • Get Equipment Status Effects
      • Get Forced Poach Rarity
      • Get Forced Steal Rarity
      • Get Formula Proc Keep
      • Get Knockback Range
      • Get Location Mist Strength
      • Get Model Evade Types
      • Get One Hit Kill State
      • Get Random Number
      • Get Reflect Target
      • Get Remedy Status Effects
      • Get Status Effect Duration
      • Get Status Effect Tick Duration
      • Get Status Effects Match
      • Get Terrain Type
      • Get Weather
      • Is Interactable
      • Modify Content
      • Modify Gil
      • Modify Hp
      • Modify Mist Charges
      • Modify Mp
      • Modify Sky Pirates Den Stats
      • Refresh Stats
      • Remove Augment
      • Remove Status Effect
      • Set Level
      • Shift Elements
      • Show Combat Log
      • Show Number Text
      • Teleport Location
  • Support & Updates
    • Changelogs
      • Version 1.0.3
      • Version 1.0.2
      • Version 1.0.1
      • Version 1.0.0
    • Known Issues
    • FAQ
Powered by GitBook
On this page
  • Signature
  • Description
  • Arguments
  • Notes
  1. Overview
  2. Helpers

Show Combat Log

Signature

showCombatLog(dialogId, casterAddress, targetAddress, gil, unknown4, statusEffectId, level, contentId, count, actionId)

Description

Shows a message in the combat log window.

Arguments

Dialog Identifier

The identifier of the dialog that will be shown.

Caster Address

The battle unit keep address of the caster.

Target Address

The battle unit keep address of the target.

Gil

The amount of Gil (e.g. from Gil Toss).

Unknown 4

The purpose of this argument is unknown.

Status Effect Identifier

The identifier of the status effect (e.g. 0 -> KO).

Level

The level of the caster.

Content Identifier

The identifier of a content (e.g. Potion)

Count

The count of the content (e.g. 2).

Action Identifier

The identifier of the action that triggered the combat log (e.g. 0 -> Cure).

Notes

For a list of dialog identifiers, you can view the following file (the language directory name may differ): ps2data/image/ff12/test_battle/us/binaryfile/battle_pack.bin/section_002.bin

For a list of content identifiers, you can view the inventory content spreadsheet in Resources.

For a list of action and status effect identifiers, you can view the battlepack spreadsheet in Resources.

PreviousShift ElementsNextShow Number Text

Last updated 11 months ago