Guest User

Config/Npc

a guest
Nov 11th, 2016
1,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.26 KB | None | 0 0
  1. configs/events.properties
  2. AltFishChampionshipReward4 = 200000
  3. AltFishChampionshipReward5 = 100000
  4. +
  5. +#---------------------------------------------------------------
  6. +# Team vs. Team Event Engine                     -
  7. +#---------------------------------------------------------------
  8. +# enable TvTEvent
  9. +TvTEventEnabled = true
  10. +# Time Between TvT events (in minutes, 300 = 5 hours)
  11. +TvTEventInterval = 1
  12. +#  Registration timer (in minutes) from start of event.
  13. +TvTEventParticipationTime = 1
  14. +#  Event running time, in minutes
  15. +TvTEventRunningTime = 5
  16. +# TvT Event NPC Details (create a custom npc of type L2TvTEventNpc)
  17. +TvTEventParticipationNpcId = 70010
  18. +TvTEventParticipationNpcCoordinates = 83358,148879,-3405
  19. +# Minimum amount of players allowed in each team
  20. +TvTEventMinPlayersInTeams = 1
  21. +TvTEventMaxPlayersInTeams = 20
  22. +# Level rules
  23. +TvTEventMinPlayerLevel = 70
  24. +TvTEventMaxPlayerLevel = 80
  25. +# Remove buffs effect
  26. +TvTEventRemoveBuffs = false
  27. +# If Enable Players cant be healed
  28. +TvTHealPlayersEnable = true
  29. +# If true, gives reward for kills stage without die
  30. +# Example: Get 3/7/10 kills without die, and you will be rewarded
  31. +# No more than 1 item!
  32. +TvTKillsRewardEnable = true
  33. +TvTKillsReward = 57,500000000
  34. +# Teleport delay Timers (in seconds)
  35. +TvTEventRespawnTeleportDelay = 5
  36. +TvTEventStartLeaveTeleportDelay = 10
  37. +# Back to Town
  38. +TvTEventBack = 83013,148595,-3469
  39. +# First Team Details (name, start and death x,y,z tp point)
  40. +TvTEventTeam1Name = Good
  41. +TvTEventTeam1Coordinates = 148695,46725,-3414
  42. +# Second Team Details (name, start and death x,y,z tp point)
  43. +TvTEventTeam2Name = Evil
  44. +TvTEventTeam2Coordinates = 149999,46728,-3414
  45. +# Reward for winning team
  46. +# itemId,amount;itemId,amount;itemId,amount;...
  47. +# no ";" at the start or end
  48. +TvTEventReward = 57,100000;5575,1000
  49. +# TvTEvent Rules
  50. +TvTEventTargetTeamMembersAllowed = true
  51. +TvTEventPotionsAllowed = false
  52. +TvTEventSummonByItemAllowed = false
  53. +# Door id's to close/open on start/end
  54. +# ex.: 1;2;3;4;5;6
  55. +# no ";" at the start or end
  56. +TvTEventDoorsCloseOpenOnStartEnd =
  57.  
  58. 70000-70099.xml
  59. <list>
  60. <npc id="70010" idTemplate="31280" name="Sir Bastian" title="Event Manager">
  61. <set name="level" val="70"/>
  62. <set name="radius" val="8"/>
  63. <set name="height" val="23"/>
  64. <set name="rHand" val="0"/>
  65. <set name="lHand" val="0"/>
  66. <set name="type" val="L2TvTEventNpc"/>
  67. <set name="exp" val="0"/>
  68. <set name="sp" val="0"/>
  69. <set name="hp" val="2444.46819"/>
  70. <set name="mp" val="1345.8"/>
  71. <set name="hpRegen" val="7.5"/>
  72. <set name="mpRegen" val="2.7"/>
  73. <set name="pAtk" val="688.86373"/>
  74. <set name="pDef" val="295.91597"/>
  75. <set name="mAtk" val="470.40463"/>
  76. <set name="mDef" val="216.53847"/>
  77. <set name="crit" val="4"/>
  78. <set name="atkSpd" val="253"/>
  79. <set name="str" val="40"/>
  80. <set name="int" val="21"/>
  81. <set name="dex" val="30"/>
  82. <set name="wit" val="20"/>
  83. <set name="con" val="43"/>
  84. <set name="men" val="20"/>
  85. <set name="corpseTime" val="7"/>
  86. <set name="walkSpd" val="50"/>
  87. <set name="runSpd" val="120"/>
  88. <set name="dropHerbGroup" val="0"/>
  89. <set name="attackRange" val="40"/>
  90. <ai type="DEFAULT" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="0" canMove="true" seedable="false"/>
  91. <skills>
  92. <skill id="4045" level="1"/>
  93. <skill id="4416" level="14"/>
  94. </skills>
  95. </npc>
  96. </list>
Advertisement
Add Comment
Please, Sign In to add comment