juperos.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. //===== eAthena Script =======================================
  2. //= Juperos Dungeon Warp Script
  3. //===== By: ==================================================
  4. //= Muad-Dib (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.6
  7. //===== Compatible With: =====================================
  8. //= eAthena with independant npctimer support; RO Episode 8+
  9. //===== Description: =========================================
  10. //= Warp Points for Juperos Dungeon
  11. //===== Additional Comments: =================================
  12. //= 1.0 Converted by Dr.Evil [Lupus]
  13. //= 1.1 More temp warps to Juperos by Justin84 [Lupus]
  14. //= 1.2 Justin84's fixed elevator scripts
  15. //= 1.3 Fixed getting stuck when player relogs in. [Lance]
  16. //= 1.4 Added attachnpctimer to the initnpctimer calls. [Skotlex]
  17. //= 1.5 Implemented a part of the Juperos quest [MasterOfMuppets]
  18. //= 1.6 Removed area1 and area2 warps. These are event warps. [L0ne_W0lf]
  19. //= Added static warps for gate -> area1/2/elevator.
  20. //= 1.6a COrrected new warps [L0ne_W0lf]
  21. //============================================================
  22. yuno_fild07,207,175,0 warp jupwrp01 1,1,jupe_cave,143,52
  23. jupe_cave,148,52,0 warp jupwrp02 1,1,yuno_fild07,212,175
  24. jupe_cave,26,52,0 warp jupwrp03 1,1,juperos_01,53,247
  25. juperos_01,50,250,0 warp jupwrp04 1,1,jupe_cave,29,52
  26. juperos_01,99,92,1 script jupwrp05 -1,0,0,{
  27. OnTouch:
  28. mes "^666666[" + strcharinfo(0) + "]";
  29. mes "^000000This light...";
  30. mes "It feels like...";
  31. mes "Its warmth is...";
  32. mes "Wrapping all over me...";
  33. next;
  34. menu "Ah, it's so nice...",s_Nice,"No! This is wrong!",-;
  35. mes "^666666[" + strcharinfo(0) + "]";
  36. mes "^000000N-No! This is";
  37. mes "wrong! Something";
  38. mes "weird's happening!";
  39. mes "I gotta get away!";
  40. close2;
  41. warp "juperos_01",96,91;
  42. end;
  43. s_Nice:
  44. specialeffect 309;
  45. mes "^666666[" + strcharinfo(0) + "]";
  46. mes "^000000Ahhhh...";
  47. mes "It feels like";
  48. mes "I'm floating...";
  49. close2;
  50. warp "juperos_02",128,278;
  51. end;
  52. }
  53. jupe_gate,28,145,0 warp gate#left1 2,4,jupe_area1,100,222
  54. jupe_area1,103,222,0 warp gate#left2 2,4,jupe_gate,31,145
  55. jupe_gate,71,145,0 warp gate#right1 2,4,jupe_area2,63,222
  56. jupe_area2,60,222,0 warp gate#right2 2,4,jupe_gate,68,145
  57. jupe_gate,49,55,0 warp gate#ele 4,2,jupe_ele_r,49,30