guild_dungeon.txt 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. //===== eAthena Script =======================================
  2. //= War of Emperium Second Edition
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= WoE SE Guild dungeon entrances in Juno and Rachel
  11. //===== Additional Comments: =================================
  12. //= 1.0 First Version [L0ne_W0lf]
  13. //============================================================
  14. schg_cas01,280,391,3 script Mysterious Sunflower#01 976,{
  15. set .@GID, GetCastleData("schg_cas01",1);
  16. if (getcharid(2) == .@GID) {
  17. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  18. next;
  19. switch(select("Hold the stem.:Do nothing.")) {
  20. case 1:
  21. warp "schg_dun01",262,314;
  22. end;
  23. case 2:
  24. mes "It's too scary to touch unknown things.";
  25. close;
  26. }
  27. }
  28. }
  29. schg_cas02,174,328,3 script Mysterious Sunflower#02 976,{
  30. set .@GID, GetCastleData("schg_cas02",1);
  31. if (getcharid(2) == .@GID) {
  32. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  33. next;
  34. switch(select("Hold the stem.:Do nothing.")) {
  35. case 1:
  36. warp "schg_dun01",94,284;
  37. end;
  38. case 2:
  39. mes "It's too scary to touch unknown things.";
  40. close;
  41. }
  42. }
  43. }
  44. schg_cas03,25,22,3 script Mysterious Sunflower#03 976,{
  45. set .@GID, GetCastleData("schg_cas03",1);
  46. if (getcharid(2) == .@GID) {
  47. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  48. next;
  49. switch(select("Hold the stem.:Do nothing.")) {
  50. case 1:
  51. warp "schg_dun01",79,140;
  52. end;
  53. case 2:
  54. mes "It's too scary to touch unknown things.";
  55. close;
  56. }
  57. }
  58. }
  59. schg_cas04,280,391,3 script Mysterious Sunflower#04 976,{
  60. set .@GID, GetCastleData("schg_cas04",1);
  61. if (getcharid(2) == .@GID) {
  62. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  63. next;
  64. switch(select("Hold the stem.:Do nothing.")) {
  65. case 1:
  66. warp "schg_dun01",212,70;
  67. end;
  68. case 2:
  69. mes "It's too scary to touch unknown things.";
  70. close;
  71. }
  72. }
  73. }
  74. schg_cas05,280,391,3 script Mysterious Sunflower#05 976,{
  75. set .@GID, GetCastleData("schg_cas05",1);
  76. if (getcharid(2) == .@GID) {
  77. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  78. next;
  79. switch(select("Hold the stem.:Do nothing.")) {
  80. case 1:
  81. warp "schg_dun01",322,166;
  82. end;
  83. case 2:
  84. mes "It's too scary to touch unknown things.";
  85. close;
  86. }
  87. }
  88. }
  89. arug_cas01,157,345,3 script Mysterious Sunflower#06 977,{
  90. set .@GID, GetCastleData("arug_cas01",1);
  91. if (getcharid(2) == .@GID) {
  92. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  93. next;
  94. switch(select("Hold the stem.:Do nothing.")) {
  95. case 1:
  96. warp "arug_dun01",350,350;
  97. end;
  98. case 2:
  99. mes "It's too scary to touch unknown things.";
  100. close;
  101. }
  102. }
  103. }
  104. arug_cas02,350,294,3 script Mysterious Sunflower#07 977,{
  105. set .@GID, GetCastleData("arug_cas02",1);
  106. if (getcharid(2) == .@GID) {
  107. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  108. next;
  109. switch(select("Hold the stem.:Do nothing.")) {
  110. case 1:
  111. warp "arug_dun01",350,50;
  112. end;
  113. case 2:
  114. mes "It's too scary to touch unknown things.";
  115. close;
  116. }
  117. }
  118. }
  119. arug_cas03,312,154,3 script Mysterious Sunflower#08 977,{
  120. set .@GID, GetCastleData("arug_cas03",1);
  121. if (getcharid(2) == .@GID) {
  122. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  123. next;
  124. switch(select("Hold the stem.:Do nothing.")) {
  125. case 1:
  126. warp "arug_dun01",50,50;
  127. end;
  128. case 2:
  129. mes "It's too scary to touch unknown things.";
  130. close;
  131. }
  132. }
  133. }
  134. arug_cas04,312,154,3 script Mysterious Sunflower#09 977,{
  135. set .@GID, GetCastleData("arug_cas04",1);
  136. if (getcharid(2) == .@GID) {
  137. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  138. next;
  139. switch(select("Hold the stem.:Do nothing.")) {
  140. case 1:
  141. warp "arug_dun01",50,350;
  142. end;
  143. case 2:
  144. mes "It's too scary to touch unknown things.";
  145. close;
  146. }
  147. }
  148. }
  149. arug_cas05,312,154,3 script Mysterious Sunflower#10 977,{
  150. set .@GID, GetCastleData("arug_cas05",1);
  151. if (getcharid(2) == .@GID) {
  152. mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
  153. next;
  154. switch(select("Hold the stem.:Do nothing.")) {
  155. case 1:
  156. warp "arug_dun01",200,386;
  157. end;
  158. case 2:
  159. mes "It's too scary to touch unknown things.";
  160. close;
  161. }
  162. }
  163. }