Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- configs/events.properties
- AltFishChampionshipReward4 = 200000
- AltFishChampionshipReward5 = 100000
- +
- +#---------------------------------------------------------------
- +# Team vs. Team Event Engine -
- +#---------------------------------------------------------------
- +# enable TvTEvent
- +TvTEventEnabled = true
- +# Time Between TvT events (in minutes, 300 = 5 hours)
- +TvTEventInterval = 1
- +# Registration timer (in minutes) from start of event.
- +TvTEventParticipationTime = 1
- +# Event running time, in minutes
- +TvTEventRunningTime = 5
- +# TvT Event NPC Details (create a custom npc of type L2TvTEventNpc)
- +TvTEventParticipationNpcId = 70010
- +TvTEventParticipationNpcCoordinates = 83358,148879,-3405
- +# Minimum amount of players allowed in each team
- +TvTEventMinPlayersInTeams = 1
- +TvTEventMaxPlayersInTeams = 20
- +# Level rules
- +TvTEventMinPlayerLevel = 70
- +TvTEventMaxPlayerLevel = 80
- +# Remove buffs effect
- +TvTEventRemoveBuffs = false
- +# If Enable Players cant be healed
- +TvTHealPlayersEnable = true
- +# If true, gives reward for kills stage without die
- +# Example: Get 3/7/10 kills without die, and you will be rewarded
- +# No more than 1 item!
- +TvTKillsRewardEnable = true
- +TvTKillsReward = 57,500000000
- +# Teleport delay Timers (in seconds)
- +TvTEventRespawnTeleportDelay = 5
- +TvTEventStartLeaveTeleportDelay = 10
- +# Back to Town
- +TvTEventBack = 83013,148595,-3469
- +# First Team Details (name, start and death x,y,z tp point)
- +TvTEventTeam1Name = Good
- +TvTEventTeam1Coordinates = 148695,46725,-3414
- +# Second Team Details (name, start and death x,y,z tp point)
- +TvTEventTeam2Name = Evil
- +TvTEventTeam2Coordinates = 149999,46728,-3414
- +# Reward for winning team
- +# itemId,amount;itemId,amount;itemId,amount;...
- +# no ";" at the start or end
- +TvTEventReward = 57,100000;5575,1000
- +# TvTEvent Rules
- +TvTEventTargetTeamMembersAllowed = true
- +TvTEventPotionsAllowed = false
- +TvTEventSummonByItemAllowed = false
- +# Door id's to close/open on start/end
- +# ex.: 1;2;3;4;5;6
- +# no ";" at the start or end
- +TvTEventDoorsCloseOpenOnStartEnd =
- 70000-70099.xml
- <list>
- <npc id="70010" idTemplate="31280" name="Sir Bastian" title="Event Manager">
- <set name="level" val="70"/>
- <set name="radius" val="8"/>
- <set name="height" val="23"/>
- <set name="rHand" val="0"/>
- <set name="lHand" val="0"/>
- <set name="type" val="L2TvTEventNpc"/>
- <set name="exp" val="0"/>
- <set name="sp" val="0"/>
- <set name="hp" val="2444.46819"/>
- <set name="mp" val="1345.8"/>
- <set name="hpRegen" val="7.5"/>
- <set name="mpRegen" val="2.7"/>
- <set name="pAtk" val="688.86373"/>
- <set name="pDef" val="295.91597"/>
- <set name="mAtk" val="470.40463"/>
- <set name="mDef" val="216.53847"/>
- <set name="crit" val="4"/>
- <set name="atkSpd" val="253"/>
- <set name="str" val="40"/>
- <set name="int" val="21"/>
- <set name="dex" val="30"/>
- <set name="wit" val="20"/>
- <set name="con" val="43"/>
- <set name="men" val="20"/>
- <set name="corpseTime" val="7"/>
- <set name="walkSpd" val="50"/>
- <set name="runSpd" val="120"/>
- <set name="dropHerbGroup" val="0"/>
- <set name="attackRange" val="40"/>
- <ai type="DEFAULT" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="0" canMove="true" seedable="false"/>
- <skills>
- <skill id="4045" level="1"/>
- <skill id="4416" level="14"/>
- </skills>
- </npc>
- </list>
Advertisement
Add Comment
Please, Sign In to add comment