Friend Point Gacha¶
Automatically performs Friend Point (FP) summons in the Friend Point gacha screen.
Overview¶
The Friend Point Gacha script continuously triggers 100x summons using Friend Points. It handles inventory management and can redirect to selling or CE enhancement when the inventory becomes full.
How to Start¶
- Navigate to the Friend Point Summon screen in the game
- The script will automatically detect the FP summon screen when you see:
- The "Friend Summon" banner on the initial summon screen
- The continue summon button after your first summon


Workflow¶
flowchart TD
A[Start FP Gacha Script] --> B[Check for Daily Free Summon Banner<br/>First time only]
B --> C[Perform Initial 10x Summon]
C --> D[Main Summon Loop]
D --> E[Check Current State]
E --> F{State?}
F -->|Inventory Full| G[Handle Full Inventory]
F -->|Summon Continue| D
F -->|Out of FP| H[Exit Script]
G --> I[Redirect to CE Bomb<br/>or Sell Menu] Key Features¶
Summon Limit¶
- Optional FP limit: Set a maximum number of summons to perform
- Once the limit is reached, the script can either stop or redirect to the sell menu
Inventory Full Handling¶
When the inventory becomes full, the script can:
- Redirect to CE Enhancement - Create CE bombs with the summoned CEs
- Redirect to Sell Menu - Sell unwanted cards
- Stop the script - Exit with an inventory full notification
Connection Retry¶
- Automatically handles connection issues
- Retries when network errors occur
Settings¶
| Setting | Description |
|---|---|
| Limit FP | Enable/disable summon limit |
| FP Limit Count | Maximum number of summons before stopping |
| Redirect to Sell | Navigate to sell menu when limit reached or inventory full |
| Create CE Bomb | Redirect to CE enhancement when inventory is full |
Exit Reasons¶
The script will stop and notify you when any of these conditions occur:
| Exit Reason | Description |
|---|---|
| Inventory Full | Your inventory is full and no redirect option is enabled |
| Run Out of Friend Points | No more Friend Points available for summoning |
| Summon Limit Reached | The configured summon limit has been reached |
| Reached Sell Banner | Successfully navigated to the sell menu |
| Unable to Verify CE Enhancement Menu | Failed to navigate to CE enhancement after inventory full |
| Sell Banner Not Visible | Expected to see sell menu but could not detect it |
Tips for Best Results¶
- Clear inventory space before starting for longer runs
- Enable redirect options to maximize summoning efficiency
- Set appropriate limits if you want controlled summon sessions
- Ensure stable connection for uninterrupted summoning