PvpEventZone.rar
drive.google.com
# ==========================================
# PvPZone Event Configuration //admin_event_start and //admin_event_stop
# ==========================================
# Enable the event
PvPZoneEnabled=true
# Cron schedule (Unix format: Min Hour Day Month Weekday)
# Example: 0 20 * * * (Every day at 20:00)
PvPZoneSchedule=0 20 * * *
# Event duration in minutes
PvPZoneDurationMinutes=5
# Entry time in seconds (5 minutes = 300)
PvPZoneEntryTime=50
# Minimum and maximum level to participate
PvPZoneMinLevel=76
PvPZoneMaxLevel=80
# Minimum and maximum number of participants
PvPZoneMinParticipants=2
PvPZoneMaxParticipants=100
# ==========================================
# Rewards
# ==========================================
# Participation reward (ID and amount)
# 57 = Adena
PvPZoneRewardId=57
PvPZoneRewardCount=1000
# Kills required to receive the participation reward
PvPZoneKillsForReward=1
# --- TOP 3 Rewards (New) ---
# Reward for 1st place (ID and amount)
PvPZoneRewardTop1Id=57
PvPZoneRewardTop1Count=10000
# Reward for 2nd place (ID and amount)
PvPZoneRewardTop2Id=57
PvPZoneRewardTop2Count=5000
# Reward for 3rd place (ID and amount)
PvPZoneRewardTop3Id=57
PvPZoneRewardTop3Count=2500
# ==========================================
# Buffs and Customization
# ==========================================
# Buffs for Mages (ID-Level;ID-Level)
# Buffs para Mages (ID-Nível;ID-Nível)
# Exemple: 1204-2 (Wind Walk lvl 2)
PvPZoneBuffsMage=1204-2,1078-6,1259-4,1035-4,1040-3,1036-2,1389-3,1085-3,1059-3,1045-6,1303-2,1062-2,268-1,267-1,264-1,273-1,276-1,349-1,304-1,1413-1,4703-1,4554-4
# Buffs for Fighters (ID-Nível;ID-Nível)
PvPZoneBuffsFighter=1204-2,1040-3,1086-2,1068-3,1388-3,1077-3,1242-2,1062-2,1240-3,1035-4,1036-2,1045-6,1388-3,271-1,275-1,274-1,269-1,264-1,267-1,268-1,304-1,1363-1,4699-13,4551-4,4552-4,4553-4
# Name shown for all players (Hidden Identity)
PvPZoneAnonName=Warrior
# Revive time in seconds after death
PvPZoneReviveDelay=10
# Spawn/Entry protection (Spawn Protection) (New)
# Players remain invulnerable for X seconds
PvPZoneBuffProtection=true
PvPZoneProtectionSeconds=5
# Abnormal visual effect in the zone (New)
# Example: FOOT_TRAIL, BIG_HEAD, STEALTH
PvPZoneAbnormalEffect=true
PvPZoneAbnormalEffectName=FOOT_TRAIL
# Spawn zone name (must be defined in the server's zone.xml)
PvPZoneSpawnRegion=pvp_zone_spawn
# Instance ID (Reflection ID)
PvPZoneInstanceId=900
# ==========================================
# Boss Configuration
# ==========================================
# Enable Boss in the event
PvPZoneBossEnabled=true
# Boss ID list (New)
# You can put multiple IDs separated by semicolon (
# The system will pick one randomly each spawn.
PvPZoneBossList=25001;29001
# Boss spawn chance (0-100%)
PvPZoneBossChance=100
# Boss respawn time in seconds (0 = no respawn)
PvPZoneBossRespawnDelay=100
# --- Boss Rewards (New) ---
# Last Hit reward (Final Blow)
PvPZoneBossRewardLastHit=true
PvPZoneBossLastHitItemId=57
PvPZoneBossLastHitItemCount=50000
# Top Damage reward (Highest Damage)
PvPZoneBossRewardTopDmg=true
PvPZoneBossTopDmgItemId=57
PvPZoneBossTopDmgItemCount=100000
# ==========================================
# Restrictions (Classes, IP, HWID)
# ==========================================
# Block by IP (one player per IP)
PvPZoneBlockSameIP=false
# Block by HWID (one player per HWID)
PvPZoneBlockSameHWID=false
# Blocked classes list (by name or ID, comma-separated)
# Example: Bishop, Shillien Elder, 16
PvPZoneBlockedClasses=
# Screen Messages
PvPZoneBossScreenMsgEnabled=true
PvPZoneBossScreenMsgTime=10
PvPZoneOnScreenTopKills=true
Last edited:

