twintowers.txt 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. //===== rAthena Script =======================================
  2. //= Twin Towers NPCs
  3. //===== By: ==================================================
  4. //= sEiKaN (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.6
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version; 0315+
  9. //===== Description: =========================================
  10. //= mRO Event: Twin Towers NPCs
  11. //===== Additional Comments: =================================
  12. //= 1.2 by Akaru 1.3 by massdriller(Fixed typos)
  13. //= 1.4 fixed coords, according to off. src [Lupus]
  14. //= 1.5 Removed Duplicates [Silent]
  15. //= 1.6 Fixed wrong sprite id on main npc [ultramage]
  16. //============================================================
  17. prontera,146,92,4 script Twin Towers#tt1::Twin-Towers 812,{
  18. mes "[Twin Towers]";
  19. mes "How are you? We are the Twin Towers.";
  20. mes "It is such a pleasure to be able to meet you here.";
  21. mes "I suppose you know that this is Ragnarok Online, a land of dreams and fantasies.";
  22. mes "Are you having a joyous adventure and exciting experience?";
  23. next;
  24. mes "[Twin Towers]";
  25. mes "Although we can't move around and can't live the way you do,";
  26. mes "we love the world as much as you do!";
  27. next;
  28. mes "[Twin Towers]";
  29. mes "May you experience the sensation of this lovely world!";
  30. mes "For this reason, we are here at your service with our special magic.";
  31. mes "Kindly let us know.";
  32. next;
  33. menu "I shall accept your offer.",YES,"I'll ask for your service next time.",NO;
  34. NO:
  35. mes "[Twin Towers]";
  36. mes "Er, what a pity. Traveling by yourself is still the best evidence of adventure.";
  37. mes "Isn't this proving that you are still young?";
  38. mes "We respect brave hearts like this";
  39. next;
  40. mes "[Twin Towers]";
  41. mes "There are good and bad times in life, moreover, adventure isn't an easy task in the first place.";
  42. mes "Isn't this true?";
  43. mes "Feel free to come to us when you have time, we will always be there to serve you.";
  44. next;
  45. mes "[Twin Towers]";
  46. mes "Forget all your troubles, and create a splendid legend in this wonderful world.";
  47. mes "This is such a wonderful world, and you'll always be a great adventurer!";
  48. close;
  49. YES:
  50. mes "[Twin Towers]";
  51. mes "The flaming passion of an adventurer,";
  52. mes "The desire to explore the unknown realms,";
  53. mes "The dedication and commitment to achieve the aspiration...";
  54. mes "You are simply a true adventurer with what compassion.";
  55. next;
  56. mes "[Twin Towers]";
  57. mes "We wish to help passionate adventurers.";
  58. mes "Although we are not able to move, luckily we have the special ability that can warp you to places of danger and excitement.";
  59. next;
  60. mes "[Twin Towers]";
  61. mes "Come on! Where do you wish to go?";
  62. mes "Just let us know you desired destination and we will send your there!";
  63. menu "Hidden Temple", HiddenTemple,"Orc Dungeon",OrcDungeon,"Ant Hell",AntHell,"Mjolnir Waste Pit",MjolnirWastePit,"Sphinx",Sphinx,"Glast Heim",GlastHeim,"Comodo",Comodo;
  64. HiddenTemple:
  65. warp "prt_fild01",136,368;
  66. close;
  67. OrcDungeon:
  68. warp "gef_fild10",67,334;
  69. close;
  70. AntHell:
  71. warp "moc_fild04",210,329;
  72. close;
  73. MjolnirWastePit:
  74. warp "mjolnir_02",79,361;
  75. close;
  76. Sphinx:
  77. warp "moc_fild19",105,99;
  78. close;
  79. GlastHeim:
  80. warp "gef_fild06",45,304;
  81. close;
  82. Comodo:
  83. warp "cmd_fild01",30,317;
  84. close;
  85. }
  86. morocc,160,97,4 duplicate(Twin-Towers) Twin Towers#tt2 812
  87. payon,176,226,4 duplicate(Twin-Towers) Twin Towers#tt3 812
  88. izlude,134,92,4 duplicate(Twin-Towers) Twin Towers#tt4 812
  89. alberta,25,238,4 duplicate(Twin-Towers) Twin Towers#tt5 812
  90. geffen,120,60,4 duplicate(Twin-Towers) Twin Towers#tt6 812
  91. aldebaran,143,116,4 duplicate(Twin-Towers) Twin Towers#tt7 812
  92. comodo,194,158,4 duplicate(Twin-Towers) Twin Towers#tt8 812