Minzee

NecropolisOfSacrifice_teleports

May 9th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.19 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_Classic_Interlude
  3. Index: dist/game/data/html/teleporter/31095.htm
  4. ===================================================================
  5. --- dist/game/data/html/teleporter/31095.htm    (nonexistent)
  6. +++ dist/game/data/html/teleporter/31095.htm    (working copy)
  7. @@ -0,0 +1,7 @@
  8. +<html><body>
  9. +Gatekeeper Ziggurat:<br>Behold, the sphere speaks...<br>
  10. +This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.<br><br>
  11. +Do you wish to enter?<br>
  12. +<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">Yes, I wish to enter!</button>
  13. +<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
  14. +</body></html>
  15. \ No newline at end of file
  16. Index: dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml
  17. ===================================================================
  18. --- dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml   (nonexistent)
  19. +++ dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml   (working copy)
  20. @@ -0,0 +1,13 @@
  21. +<?xml version="1.0" encoding="UTF-8"?>
  22. +<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
  23. +   <npc id="31095"> <!-- Gatekeeper Ziggurat -->
  24. +       <teleport type="OTHER">
  25. +           <location x="-41570" y="209785" z="-5089" /> <!-- Entrance -->
  26. +       </teleport>
  27. +   </npc>
  28. +   <npc id="31103"> <!-- Gatekeeper Ziggurat -->
  29. +       <teleport type="OTHER">
  30. +           <location x="-41567" y="209292" z="-5091" /> <!-- Exit -->
  31. +       </teleport>
  32. +   </npc>
  33. +</list>
  34. \ No newline at end of file
  35. Index: dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml
  36. ===================================================================
  37. --- dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml   (nonexistent)
  38. +++ dist/game/data/teleporters/others/Catacombs/NecropolisOfSacrifice.xml   (working copy)
  39. @@ -0,0 +1,13 @@
  40. +<?xml version="1.0" encoding="UTF-8"?>
  41. +<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
  42. +   <npc id="31095"> <!-- Gatekeeper Ziggurat -->
  43. +       <teleport type="OTHER">
  44. +           <location x="-41570" y="209785" z="-5089" /> <!-- Entrance -->
  45. +       </teleport>
  46. +   </npc>
  47. +   <npc id="31103"> <!-- Gatekeeper Ziggurat -->
  48. +       <teleport type="OTHER">
  49. +           <location x="-41567" y="209292" z="-5091" /> <!-- Exit -->
  50. +       </teleport>
  51. +   </npc>
  52. +</list>
  53. \ No newline at end of file
  54. Index: dist/game/data/html/teleporter/31103.htm
  55. ===================================================================
  56. --- dist/game/data/html/teleporter/31103.htm    (nonexistent)
  57. +++ dist/game/data/html/teleporter/31103.htm    (working copy)
  58. @@ -0,0 +1,8 @@
  59. +<html><body>
  60. +Gatekeeper Ziggurat:<br>
  61. +Behold, the sphere speaks...<br>
  62. +This is the Forbidden Sanctum. I guard this vital portal. No one may pass without my permission.<br>
  63. +What is your wish?<br>
  64. +<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">I wish to exit</button>
  65. +<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
  66. +</body></html>
  67. \ No newline at end of file
Add Comment
Please, Sign In to add comment