Advertisement
Guest User

MedSystem Hulkov Config

a guest
Dec 14th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <MedicalSystemConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <LicenseKey>00000000-0000-0000-0000-000000000000</LicenseKey>
  4. <messageColor>red</messageColor>
  5. <useAdvancedZonesSupport>false</useAdvancedZonesSupport>
  6. <reviveRadius>3</reviveRadius>
  7. <reviveTimeSec>35</reviveTimeSec>
  8. <reviveHealth>65</reviveHealth>
  9. <revivePermission>medicalsystem.revive.hulkov</revivePermission>
  10. <fillRadiationAfterRevive>true</fillRadiationAfterRevive>
  11. <defibrillatorID>9800</defibrillatorID>
  12. <defibrillatorChargeID>9801</defibrillatorChargeID>
  13. <defibrillatorZapID>9802</defibrillatorZapID>
  14. <defReviveTimeSec>10</defReviveTimeSec>
  15. <defReviveHeath>100</defReviveHeath>
  16. <defRevivePermission>medicalsystem.defrevive.hulkov</defRevivePermission>
  17. <fillRadiationAfterDefRevive>false</fillRadiationAfterDefRevive>
  18. <dragDownedPermission>medicalsystem.drag.hulkov</dragDownedPermission>
  19. <useMedbag>true</useMedbag>
  20. <medbagID>9805</medbagID>
  21. <medbagPermission>medicalsystem.medbag.hulkov</medbagPermission>
  22. <medbagSizeX>7</medbagSizeX>
  23. <medbagSizeY>5</medbagSizeY>
  24. <medbagDatabaseAddress>localhost</medbagDatabaseAddress>
  25. <medbagDatabaseUsername></medbagDatabaseUsername>
  26. <medbagDatabasePassword></medbagDatabasePassword>
  27. <medbagDatabaseName>medbaghulkov</medbagDatabaseName>
  28. <medbagDatabaseTableName>medicalsystem_medbag</medbagDatabaseTableName>
  29. <medbagDatabasePort>3306</medbagDatabasePort>
  30. <medbagWhitelistedItems>
  31. <itemID>9800</itemID>
  32. <itemID>15</itemID>
  33. <itemID>394</itemID>
  34. <itemID>95</itemID>
  35. <itemID>403</itemID>
  36. <itemID>269</itemID>
  37. </medbagWhitelistedItems>
  38. <deathTimeSec>300</deathTimeSec>
  39. <deadUIID>9770</deadUIID>
  40. <downedMovementSpeed>0</downedMovementSpeed>
  41. <explosionInstaKill>true</explosionInstaKill>
  42. <notifyKiller>true</notifyKiller>
  43. <breakLegsAfterRevive>false</breakLegsAfterRevive>
  44. <killDownedOnLogout>false</killDownedOnLogout>
  45. <disableCraftingWhileDowned>true</disableCraftingWhileDowned>
  46. <dropItemsWhenDowned>false</dropItemsWhenDowned>
  47. <groupRevive>false</groupRevive>
  48. <useUconomyPayForRevive>true</useUconomyPayForRevive>
  49. <useExpPayForRevive>false</useExpPayForRevive>
  50. <shouldDeadPlayerPay>true</shouldDeadPlayerPay>
  51. <payPerRevive>3500</payPerRevive>
  52. <canKillDowned>true</canKillDowned>
  53. <downedHealth>45</downedHealth>
  54. <downedResistenceSec>5</downedResistenceSec>
  55. <blockedPermissionsWhileDowned>
  56. <permission>hulkov.admin.medsystem</permission>
  57. </blockedPermissionsWhileDowned>
  58. <deathTimeMultiplier>
  59. <skull>1</skull>
  60. <spine>1</spine>
  61. <left_arm>1</left_arm>
  62. <right_arm>1</right_arm>
  63. <left_hand>1</left_hand>
  64. <right_hand>1</right_hand>
  65. <left_back>1</left_back>
  66. <right_back>1</right_back>
  67. <left_front>1</left_front>
  68. <right_front>1</right_front>
  69. <left_leg>1</left_leg>
  70. <right_leg>1</right_leg>
  71. <left_foot>1</left_foot>
  72. <right_foot>1</right_foot>
  73. </deathTimeMultiplier>
  74. <ignoreKillWeaponIDs>
  75. <id>488</id>
  76. </ignoreKillWeaponIDs>
  77. </MedicalSystemConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement