L2J_Mobius_Essence_09.1_Warg
進階版自動狩獵加入以下功能 :
- 自動狩獵模式轉換 : 原地模式/跟隨模式/自由移動 (打開自動狩獵,雙擊自己的狀態條切換模式)
- 可設定狩獵半徑範圍
- 進階隊伍協助模式 : 協助攻擊模式(協助目標隊員攻擊同一目標)|跟隨模式(跟隨目標隊伍但攻擊不同目標), (雙擊隊伍成員狀態條切換模式)
=================== 安裝及設定 ==========
下載解壓並複製到 /libs
https://drive.google.com/file/d/1baAH7gOoWPZv6xsbgyn5keLY-8Ko7-_z/view?usp=drive_link
player.ini
加入以下設定
# --------------------------------------------------------------------------- # Auto Play Settings: # --------------------------------------------------------------------------- # Default return-to-start mode when auto-play is activated # Hold = return to starting point when max distance exceeded # Follow = follow party assist target (updates starting point) # Off = unrestricted roaming (no distance check) AutoPlayDefaultReturnMode = Follow
# Maximum distance player can move from where they started auto play. # 0 = unlimited distance (current behavior) # Recommended: 500-800 # Note: Player will return to starting location when exceeding this distance after a kill # Default: 600 # Minimum: 500 AutoPlayMaxDistanceFromStart = 600
# Minimum distance to return to when max distance is reached. # When player exceeds max distance, they will return until within this distance from start. # 0 = return to exact starting point # Recommended: Set to about 1/3 of max distance (e.g., if max is 600, set this to 200) # Default: 200 AutoPlayMinDistanceFromStart = 200
# --------------------------------------------------------------------------- # Party Assist Settings: # --------------------------------------------------------------------------- # Default party assist mode when activating on a party member. # Assist = Attack same target as assisted player # Follow = Follow position only, do not attack same target # Default: Assist DefaultPartyAssistMode = Assist
# Party assist position shift - random offset added to prevent stacking. # When party assist updates starting point, a random offset is applied. # Min/Max values define the range of the offset (both positive and negative). # Default: Min = 50, Max = 100 PartyAssistPosShiftMin = 20 PartyAssistPosShiftMax = 50
# Party assist max distance - maximum distance from assist target before pausing updates. # When player is farther than this distance from their assist target, target updates are paused. # Assist resumes automatically when player gets closer. # Default: 2000 PartyAssistMaxDistance = 10000
|