thana_dun.txt 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. //===== eAthena Script =======================================
  2. //= Thanatos Tower Warps
  3. //===== By: ==================================================
  4. //= [Ishizu-chan]
  5. //===== Current Version: =====================================
  6. //= 1.1 Beta
  7. //===== Compatible With: =====================================
  8. //= Any eAthena Version i guess?
  9. //===== Description: =========================================
  10. //= It's the Thanatos Tower Warps...
  11. //===== Additional Comments: =================================
  12. //= 1.0 - First Release [Ishizu-chan]
  13. //= 1.1 - Added Entrance Warp Guard
  14. //============================================================
  15. // Tour Guide - Thanatos Tower
  16. hu_fild01.gat,140,163,5 script Thanatos Tower Guard 852,{
  17. mes "[Thanatos Tower Guard]";
  18. mes "Are you sure you want to go to the Thanatos Tower?";
  19. mes "You can't go back, and I'll have to charge 5000 Zeny.";
  20. next;
  21. menu "Yes.",-,
  22. "No.",L_End;
  23. if (Zeny < 5000) goto L_Zeny;
  24. set Zeny, Zeny - 5000;
  25. warp "tha_scene01.gat",131,224;
  26. end;
  27. L_Zeny:
  28. mes "[Thanatos Tower Guard]";
  29. mes "You don't have enough Zeny.";
  30. close;
  31. L_End:
  32. mes "[Thanatos Tower Guard]";
  33. mes "Goodbye.";
  34. close;
  35. }
  36. // Thanatos Scene (tha_scene01.gat)
  37. tha_scene01.gat,144,200,0 warp WarpThana0a 1,1,tha_t01.gat,150,39
  38. tha_t01.gat,150,32,0 warp WarpThana0b 1,1,tha_scene01.gat,142,200
  39. // Thanatos Tower Level 1 (tha_t01.gat)
  40. tha_t01.gat,150,149,0 warp WarpThana1a 1,1,tha_t02.gat,150,129
  41. tha_t02.gat,150,126,0 warp WarpThana1b 1,1,tha_t01.gat,150,146
  42. // Thanatos Tower Level 2 (tha_t02.gat)
  43. tha_t03.gat,218,167,0 warp WarpThana2a 1,1,tha_t02.gat,227,159
  44. // Thanatos Tower Level 3 (tha_t03.gat)
  45. tha_t03.gat,60,141,0 warp WarpThana3a 1,1,tha_t04.gat,60,141
  46. tha_t04.gat,60,138,0 warp WarpThana3b 1,1,tha_t03.gat,60,138
  47. // Thanatos Tower Level 4 (tha_t04.gat)
  48. tha_t04.gat,82,36,0 warp WarpThana4a 1,1,tha_t05.gat,62,6
  49. // Thanatos Tower Level 5 (tha_t05.gat)
  50. tha_t05.gat,61,157,0 warp WarpThana5a 1,1,tha_t05.gat,211,97
  51. tha_t05.gat,208,97,0 warp WarpThana5b 1,1,tha_t05.gat,61,162
  52. tha_t05.gat,186,236,0 warp WarpThana5c 1,1,tha_t06.gat,207,6
  53. // Thanatos Tower Level 6 (tha_t06.gat)
  54. tha_t06.gat,119,120,4 script WarpThana6a 45,2,2,{
  55. if (ThanaQuest < 31) {
  56. mes "[Seal]";
  57. mes "It seems this portal will only open when 4 Keys are placed in the Keyholes around it.";
  58. close;
  59. }
  60. warp "thana_step.gat",73,372;
  61. end;
  62. }
  63. thana_step.gat,70,372,0 warp WarpThana6b 1,1,tha_t06.gat,236,120
  64. thana_step.gat,173,372,0 warp WarpThana6c 1,1,tha_t07.gat,28,166
  65. tha_t07.gat,25,166,0 warp WarpThana6d 1,1,thana_step.gat,170,372
  66. // Thanatos Tower Level 7 (tha_t07.gat)
  67. tha_t07.gat,114,166,0 warp WarpThana7a 1,1,tha_t08.gat,28,44
  68. tha_t08.gat,25,44,0 warp WarpThana7b 1,1,tha_t07.gat,111,166
  69. // Thanatos Tower Level 8 (tha_t08.gat)
  70. tha_t08.gat,114,44,0 warp WarpThana8a 1,1,thana_step.gat,33,223
  71. thana_step.gat,30,223,0 warp WarpThana8b 1,1,tha_t08.gat,111,44
  72. // Thanatos Tower Level 9 (tha_t09.gat)
  73. thana_step.gat,32,165,0 warp WarpThana9a 1,1,tha_t09.gat,89,146
  74. tha_t09.gat,92,146,0 script WarpThana9b 45,1,1,{
  75. if (ThanaSteps & 1) warp "thana_step.gat",183,223;
  76. else warp "thana_step.gat",35,165;
  77. end;
  78. }
  79. thana_step.gat,180,223,0 warp WarpThana9c 1,1,tha_t09.gat,89,146
  80. // Thanatos Tower Level 10 (tha_t10.gat)
  81. thana_step.gat,182,165,0 warp WarpThana10a 1,1,tha_t10.gat,167,138
  82. tha_t10.gat,170,138,0 script WarpThana10b 45,1,1,{
  83. if (ThanaSteps & 4) warp "thana_step.gat",17,73;
  84. else warp "thana_step.gat",185,165;
  85. end;
  86. }
  87. thana_step.gat,14,73,0 warp WarpThana10c 1,1,tha_t10.gat,167,138
  88. // Thanatos Tower Level 11 (tha_t11.gat)
  89. thana_step.gat,16,15,0 warp WarpThana11a 1,1,tha_t11.gat,89,36
  90. tha_t11.gat,92,36,0 script WarpThana11b 45,1,1,{
  91. if (ThanaSteps & 64) warp "thana_step.gat",183,73;
  92. else warp "thana_step.gat",19,15;
  93. end;
  94. }
  95. thana_step.gat,180,73,0 warp WarpThana11c 1,1,tha_t11.gat,89,36
  96. // Thanatos Tower Level 12 (tha_t12.gat)
  97. thana_step.gat,182,15,0 warp WarpThana12a 1,1,tha_t12.gat,129,51
  98. thana_step.gat,70,288,0 warp WarpThana12b 1,1,tha_t12.gat,129,51
  99. thana_step.gat,173,288,0 warp WarpThana12c 1,1,thana_boss.gat,135,128