thor_v.txt 1.3 KB

12345678910111213141516171819202122232425262728
  1. //===== eAthena Script =======================================
  2. //= Thor's Volcano Dungeon Warp Script
  3. //===== By: ==================================================
  4. //= $ephiroth
  5. //===== Current Version: =====================================
  6. //= 1.3
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version
  9. //===== Description: =========================================
  10. //= Warp Points for Thor's Volcano Dungeon
  11. //===== Additional Comments: =================================
  12. //= 1.3 Rescripted to Aegis 11.2 Standards. [L0ne_W0lf
  13. //============================================================
  14. ve_fild03,168,240,0 warp thor_v1-1 1,1,thor_v01,21,229
  15. thor_v01,21,224,0 warp thor_v1-2 1,1,ve_fild03,168,235
  16. thor_v01,201,37,0 warp thor_v2-1 1,1,thor_v02,78,203
  17. thor_v02,192,60,0 warp thor_v2-2 1,1,thor_v03,35,262
  18. thor_v02,73,203,0 warp thor_v3-1 1,1,thor_v01,196,37
  19. thor_v03,30,262,0 warp thor_v3-2 1,1,thor_v02,187,58
  20. //============================================================
  21. // Old changelog
  22. //============================================================
  23. //= 1.0 Initial version [$ephiroth]
  24. //= 1.1 Updated warps, according to Japan site [$ephiroth]
  25. //= 1.2 Updated more warps to thor_camp [$ephiroth]
  26. //============================================================