Skip to content

Timing

Constants to be used with Effect.SetHintTiming to specify different timings when a fast effect will be prompted for activation. By default, The EDOPro client does not prompt for activations at every timing a fast effect can be activated (unless the "Chain: ON" option is enabled) to minimize interruptions in the Duel.

ConstantHEXDECSummary
TIMING_DRAW_PHASE0x11Prompts in the Draw Phase.
TIMING_STANDBY_PHASE0x22Prompts in the Standby Phase.
TIMING_MAIN_END0x44Prompts when the Main Phase is about to end.
TIMING_BATTLE_START0x88Prompts at the start of the Battle Phase.
TIMING_BATTLE_END0x1016Prompts when the Battle Phase is about to end.
TIMING_END_PHASE0x2032Prompts in the End Phase.
TIMING_SUMMON0x4064Prompts when a monster is Normal Summoned.
TIMING_SPSUMMON0x80128Prompts when a monster is Special Summoned.
TIMING_FLIPSUMMON0x100256Prompts when a monster is Flip Summoned.
TIMINGS_CHECK_MONSTER0x1c0448Prompts when a monster(s) is Normal, Flip, or Special Summoned.
TIMINGS_CHECK_MONSTER_E0x1e0480Prompts when a monster(s) is Summoned and in the End Phase.
TIMING_MSET0x200512Prompts when a monster is Normal Set.
TIMING_SSET0x4001024Prompts when a Spell/Trap Card is Set.
TIMING_POS_CHANGE0x8002048Prompts when a monster's battle position is changed.
TIMING_ATTACK0x10004096Prompts when an attack is declared.
TIMING_DAMAGE_STEP0x20008192Prompts at the start of the Damage Step.
TIMING_DAMAGE_CAL0x400016384Prompts at the start of damage calculation.
TIMING_CHAIN_END0x800032768Prompts at the end of Chain resolution.
TIMING_DRAW0x1000065536Prompts when a card(s) is drawn.
TIMING_DAMAGE0x20000131072Prompts when a player takes damage.
TIMING_RECOVER0x40000262144Prompts when a player gains LP.
TIMING_DESTROY0x80000524288Prompts when a card(s) is destroyed.
TIMING_REMOVE0x1000001048576Prompts when a card(s) is banished.
TIMING_TOHAND0x2000002097152Prompts when a card(s) is sent to the hand.
TIMING_TODECK0x4000004194304Prompts when a card(s) is sent to the Deck.
TIMING_TOGRAVE0x8000008388608Prompts when a card(s) is sent to the GY.
TIMING_BATTLE_PHASE0x100000016777216Prompts after attack declaration and before entering the Damage Step.
TIMING_EQUIP0x200000033554432Prompts when a card is equipped to another.
TIMING_BATTLE_STEP_END0x400000067108864Prompts when the player is attempting to end the Battle Phase.
TIMING_BATTLED0x8000000134217728Prompts after damage calculation.