Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. ################################################################################################
  2. # TeleNPC custom config options
  3. #
  4. # TeleNPC.OnlyGMs
  5. # players are not allowed to use the NPC if this is enabled
  6. # Default: 0 - disable
  7. # 1 - enable
  8. #
  9. # TeleGoldCost
  10. # An option will be added to the gossip menu for Teleports Cost. Make sure to change the GoldCost whit the GoldCost you wanna pay.
  11. # The Calculation of gold is in coper so (100 Copper = 1 Silver and 100 Silver = 1 Gold )
  12. # Default: 2 - GoldCost = 20000 Copper
  13. #
  14. #
  15. # TeleNPC.EnableRemoveResSickness
  16. # An option will be added to the gossip menu for removing resurrect sickness
  17. # Default: 1 - enable
  18. # 0 - disable
  19. #
  20. # TeleNPC.EnableAlliancevsHordePvP
  21. # An option will be added to the gossip menu to teleport Horde in Goldshire and Alliance in Razor Hill For PvP if enabled. Make sure to change the Coordinates.
  22. # Default: 1 - enable
  23. # 0 - disable
  24. # PvP For Alliance
  25. # Default coordinates: Razor Hill PvP For Alliance
  26. # PvP For Horde
  27. # Default coordinates: Goldshire PvP For Horde
  28. #
  29. # TeleNPC.EnablePlayerTools
  30. # An option will be added to the gossip menu to teleport Player to GuildShip if enabled and removing Resurrect Sickness if enabled plus Reset Talent Points
  31. # Default: 1 - enable
  32. # 0 - disable
  33. #
  34. # TeleNPC.EnableInnkeeper
  35. # An option will be added to the gossip menu to Make This Place Your Home
  36. # Default: 1 - enable
  37. # 0 - disable
  38. #
  39. # TeleNPC.EnableShoppingMall
  40. # Will add a gossip item for shopping mall if enabled. Make sure to change the coordinates.
  41. # Default coordinates: GM Island
  42. #
  43. # TeleNPC.HarmonyGuildShip
  44. # An option will be added to the gossip menu to teleport Player to HarmonyGuildShip if enabled. Make sure to change the GuildId and Coordinates.
  45. # Default coordinates: GM Island
  46. #
  47. # TeleNPC.UnityGuildShip
  48. # An option will be added to the gossip menu to teleport Player to UnityGuildShip if enabled. Make sure to change the GuildId and Coordinates.
  49. # Default coordinates: GM Island
  50. #
  51. ################################################################################################
  52.  
  53. TeleNPC.OnlyGMs = 0
  54. TeleGoldCost = 20000 (2 Gold)
  55. TeleNPC.EnableRemoveResSickness = 0
  56. TeleNPC.EnableAlliancevsHordePvP = 0
  57. // PvP For Alliance
  58. MapIDA = 1
  59. X_posA = 315.721
  60. Y_posA = -4743.4
  61. Z_posA = 10.4867
  62. // PvP For Horde
  63. MapIDH = 0
  64. X_posH = -9464.0
  65. Y_posH = 62.0
  66. Z_posH = 56.0
  67. TeleNPC.EnablePlayerTools = 0
  68. TeleNPC.EnableInnkeeper = 0
  69. TeleNPC.EnableShoppingMall = 0
  70. MapID = 1
  71. X_pos = 7448.005371
  72. Y_pos = -1694.252075
  73. Z_pos = 194.930710
  74. TeleNPC.HarmonyGuildShip = 0
  75. GuildId1 = 1
  76. MapID1 = 1
  77. X_pos1 = 16225.11
  78. Y_pos1 = 16251.11
  79. Z_pos1 = 12.7
  80. TeleNPC.UnityGuildShip = 0
  81. GuildId2 = 1
  82. MapID2 = 1
  83. X_pos2 = 16225.11
  84. Y_pos2 = 16251.11
  85. Z_pos2 = 12.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement