anthell.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. //===== eAthena Script =======================================
  2. //= Ant Hell Warp Script
  3. //===== By: ==================================================
  4. //= Nana (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.4
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version
  9. //===== Description: =========================================
  10. //= Warp Points for Ant Hell
  11. //===== Additional Comments: =================================
  12. //= 1.3 Changed var anthell to @anthell. Optimized [Lupus]
  13. //= 1.4 Removed Duplicates [Silent]
  14. //============================================================
  15. //= Ant Hell =================================================
  16. anthell01,35,267,0 script ant001 45,1,1,{
  17. if(@anthell) {
  18. warp "moc_fild15",251,248;
  19. } else {
  20. warp "moc_fild04",213,327;
  21. }
  22. end;
  23. }
  24. anthell02,171,169,0 script ant002 45,1,2,{
  25. if(@anthell) {
  26. warp "moc_fild04",213,327;
  27. } else {
  28. warp "moc_fild15",251,248;
  29. }
  30. end;
  31. }
  32. anthell01,253,32,0 warp ant01 2,1,anthell02,34,263
  33. anthell02,32,267,0 warp ant01-1 2,2,anthell01,253,35