Overview
The Lapisian Remake system allows players to combine multiple lapisians of the same type to create higher-tier lapisians with better stat bonuses. This feature is essential for creating powerful equipment enchantments.The number of lapisians required for combination is determined by the
ReqLuc value in the item configuration.Activation Item
Use the following item to activate the Lapisian Remake window:| ItemID | Description |
|---|---|
| 101101 | Lapisian Combination Scroll |
How It Works
Acquire Combination Scroll
Obtain Item 101101 (Lapisian Combination Scroll) from the item mall or in-game sources.
Select Lapisians
Place the required number of lapisians of the same type into the combination slots. The
ReqLuc value determines how many are needed.Configuration
ReqLuc Value
TheReqLuc field in the Items table determines the number of lapisians required for combination:
The number of lapisians required for combination.
- 2: Combine 2 lapisians
- 3: Combine 3 lapisians
- 5: Combine 5 lapisians
- 10: Combine 10 lapisians
System Message
The Lapisian Remake system uses the following system message:- The remake window is opened
- A combination is attempted
- Combination succeeds or fails
- Invalid lapisians are selected
Combination Rules
Valid Combinations
- ✅ All lapisians must be the same ItemID
- ✅ All lapisians must be the same type and grade
- ✅ Each lapisian must be from a different inventory slot (no stacking)
- ✅ Must have exactly the number specified by ReqLuc
Invalid Combinations
- ❌ Mixing different lapisian types
- ❌ Using lapisians from the same stack
- ❌ Using fewer lapisians than required
- ❌ Using more lapisians than required
Example Lapisian Tiers
Strength Lapisian Progression
Strength Lapisian Progression
Here’s an example of how lapisians might progress through combination:
| Tier | Item Name | ItemID | STR Bonus | ReqLuc | Creates |
|---|---|---|---|---|---|
| 1 | Basic STR Lapisian | 100001 | +5 STR | 0 | - |
| 2 | STR Lapisian | 100002 | +10 STR | 2 | Requires 2x Tier 1 |
| 3 | Greater STR Lapisian | 100003 | +20 STR | 3 | Requires 3x Tier 2 |
| 4 | Superior STR Lapisian | 100004 | +40 STR | 5 | Requires 5x Tier 3 |
| 5 | Perfect STR Lapisian | 100005 | +80 STR | 10 | Requires 10x Tier 4 |
These are example values. Actual stat bonuses and requirements are defined in your Items database.
Database Configuration
Example SQL for Combination Chain
Success Rates
The Lapisian Remake system typically has a 100% success rate when:- All input lapisians are valid
- The correct number of lapisians is provided
- All lapisians are of the same type
Some server configurations may implement failure rates for lapisian combination. Check your server’s specific configuration for success rate details.
Cost Calculation
The total cost to create a high-tier lapisian can be significant:Best Practices
- Plan Ahead: Calculate how many base lapisians you need before starting
- Organize Inventory: Keep lapisians organized by tier to avoid confusion
- Batch Processing: Combine multiple lapisians in sequence to save time
- Verify Types: Double-check all lapisians are the same type before combining
- Storage: Use warehouse space to store intermediate tier lapisians
Troubleshooting
Combination Window Won't Open
Combination Window Won't Open
- Verify you have Item 101101 in your inventory
- Check that you’re not in combat or a restricted zone
- Ensure your client version supports this feature
- Try relogging and attempting again
Cannot Add Lapisian to Combination Slot
Cannot Add Lapisian to Combination Slot
Common causes:
- Using lapisians from the same stack (they must be separate items)
- Mixing different lapisian types (all must be identical)
- Inventory slots locked or in use
- Lapisians are currently socketed in equipment
Combination Button Is Disabled
Combination Button Is Disabled
ReqLuc Value in Database
ReqLuc Value in Database
To check the ReqLuc requirement for a specific lapisian:If ReqLuc = 0, this lapisian cannot be created through combination (it’s a base tier or special item).
Integration with Other Systems
Alchemy System
The Lapisian Remake system is related to the Alchemy system (not yet implemented):The Alchemy system requires NPCs with merchant type 20 (Alchemist). NpcType 1 with NpcTypeID 310 is used for alchemist NPCs.
Materials for Advanced Combinations
Some lapisian combinations require special materials:| ItemID | ItemName | ItemEffect | Usage |
|---|---|---|---|
| 100248 | Crowley Liquid | 92 | Required for lapisian combination |
Related Features
- Perfect Lapisian - Create perfect lapisians with guaranteed success
- Item Ability Move - Transfer lapisians between equipment
- Alchemy System - Advanced crafting system (not yet implemented)