Overview
Battlefield Move provides:- Instant teleportation between battlefield zones
- Level-based zone restrictions
- Debuff-based movement prevention
- Prevention of same-zone teleportation
The move will be instant, like the official server. This is not a delayed teleport - players are moved immediately upon request.
Configuration
File Location
The library expects BattleFieldMoveInfo.ini to be in the PSM_Client/Bin/Data directory.Configuration File Path
Configuration Requirements
Assign Unique Map Numbers
Assign a unique value to each
MAP_NO key in the configuration file.Example MAP_NO Configuration
Define Level Ranges
Assign a unique level range for each battlefield zone. Level ranges should not overlap.
Movement Restrictions
Debuff Prevention
Certain debuffs will prevent battlefield movement:- Stun effects
- Root/immobilize effects
- Other movement-restricting debuffs
Zone Restrictions
Moving to the same zone is not allowed. Players must select a different battlefield.
Players must meet the level requirements specified in the configuration file for each battlefield.
Client Compatibility
The following table shows client compatibility for Battlefield Move:| Locale | Patch | Supported |
|---|---|---|
| ES | 171 | ❌ |
| PT | 182 | ❌ |
| PT | 189 | ❌ |
Configuration Examples
Basic Configuration
BattleFieldMoveInfo.ini - Basic Setup
Advanced Configuration
BattleFieldMoveInfo.ini - Multiple Zones
Implementation Details
Instant Teleportation
Unlike some teleport systems that have delays or casting times, Battlefield Move is instant:- No cast time required
- No cooldown between uses (unless specified by items)
- Immediate position change upon request
Server-Side Validation
The server validates all movement requests:- Check if player has movement-restricting debuffs
- Verify player meets level requirements
- Confirm destination is different from current zone
- Process instant teleportation
Troubleshooting
Configuration file not found
Configuration file not found
Ensure The path is case-sensitive on some systems.
BattleFieldMoveInfo.ini is placed in the correct directory:Cannot teleport despite meeting level requirements
Cannot teleport despite meeting level requirements
Check for active debuffs that prevent movement:
- Stun effects
- Root/immobilize effects
- Other crowd control effects
Same zone teleportation blocked
Same zone teleportation blocked
This is intentional behavior. Select a different battlefield zone to teleport to.
Related Features
- Town Move Scrolls: Item-based teleportation to towns
- Map Configuration: General map and zone settings