nowarp.txt 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. //===== rAthena Script =======================================
  2. //= Mapflag: Disable warping.
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //===== Current Version: =====================================
  6. //= 1.3
  7. //===== Compatible With: =====================================
  8. //= rAthena Project
  9. //===== Description: =========================================
  10. //= Disables warping from a map.
  11. //= Script commands 'warpparty' and 'warpguild' will not warp
  12. //= players.
  13. //= Atcommands @warp, @go, @load, @jump, @partyrecall,
  14. //= @guildrecall, and @recallall will not warp players.
  15. //= GD_EMERGENCYCALL and UNT_CALLFAMILY will not warp players.
  16. //===== Additional Comments: =================================
  17. //= 1.3 Added WoE SE maps.
  18. //============================================================
  19. // Special Quests Places =====
  20. ama_test mapflag nowarp
  21. gon_test mapflag nowarp
  22. // Guild Castles =============
  23. aldeg_cas01 mapflag nowarp
  24. aldeg_cas02 mapflag nowarp
  25. aldeg_cas03 mapflag nowarp
  26. aldeg_cas04 mapflag nowarp
  27. aldeg_cas05 mapflag nowarp
  28. gefg_cas01 mapflag nowarp
  29. gefg_cas02 mapflag nowarp
  30. gefg_cas03 mapflag nowarp
  31. gefg_cas04 mapflag nowarp
  32. gefg_cas05 mapflag nowarp
  33. payg_cas01 mapflag nowarp
  34. payg_cas02 mapflag nowarp
  35. payg_cas03 mapflag nowarp
  36. payg_cas04 mapflag nowarp
  37. payg_cas05 mapflag nowarp
  38. prtg_cas01 mapflag nowarp
  39. prtg_cas02 mapflag nowarp
  40. prtg_cas03 mapflag nowarp
  41. prtg_cas04 mapflag nowarp
  42. prtg_cas05 mapflag nowarp
  43. schg_cas01 mapflag nowarp
  44. schg_cas02 mapflag nowarp
  45. schg_cas03 mapflag nowarp
  46. schg_cas04 mapflag nowarp
  47. schg_cas05 mapflag nowarp
  48. arug_cas01 mapflag nowarp
  49. arug_cas02 mapflag nowarp
  50. arug_cas03 mapflag nowarp
  51. arug_cas04 mapflag nowarp
  52. arug_cas05 mapflag nowarp
  53. n_castle mapflag nowarp
  54. nguild_alde mapflag nowarp
  55. nguild_gef mapflag nowarp
  56. nguild_pay mapflag nowarp
  57. nguild_prt mapflag nowarp
  58. //Aldebaran Turbo Track ======
  59. turbo_n_1 mapflag nowarp
  60. turbo_n_4 mapflag nowarp
  61. turbo_n_8 mapflag nowarp
  62. turbo_n_16 mapflag nowarp
  63. turbo_e_4 mapflag nowarp
  64. turbo_e_8 mapflag nowarp
  65. turbo_e_16 mapflag nowarp
  66. //Monster Races ================
  67. p_track01 mapflag nowarp
  68. p_track02 mapflag nowarp
  69. // Battle Grounds ==============
  70. bat_c01 mapflag nowarp
  71. bat_c02 mapflag nowarp
  72. bat_c03 mapflag nowarp
  73. bat_b01 mapflag nowarp
  74. bat_b02 mapflag nowarp
  75. bat_a01 mapflag nowarp
  76. bat_a02 mapflag nowarp
  77. // Poring War ==================
  78. poring_w01 mapflag nowarp
  79. poring_w02 mapflag nowarp