scripts_mapflags.conf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. // --------------------------------------------------------------
  2. // - Warning!! Acktung!! Awas!! gevaar!! peligro!! Âíèìàíèå! -
  3. // --------------------------------------------------------------
  4. // - All scripts here should be used at your own risk. If you -
  5. // - have edited it yourself, we are not responsible for any -
  6. // - Damages or whatsoever. Do not report any bugs unless you -
  7. // - are sure they exist. Please provide evidence and proof. -
  8. // - eAthena developers are not responsible for any damages or -
  9. // - disruptions of service during the service of the server -
  10. // - caused by the included scripts or for any damages -
  11. // - resulting in the use of the scripts. -
  12. // - Thanks, -
  13. // - eAthena Dev Team -
  14. // --------------------------------------------------------------
  15. // --------------------------------------------------------------
  16. // - Map Flags -
  17. // --------------------------------------------------------------
  18. npc: conf/mapflag/gvg.txt
  19. npc: conf/mapflag/indoors.txt
  20. npc: conf/mapflag/jail.txt
  21. npc: conf/mapflag/nightmare.txt
  22. npc: conf/mapflag/nobranch.txt
  23. npc: conf/mapflag/noexp.txt
  24. npc: conf/mapflag/noicewall.txt
  25. npc: conf/mapflag/noloot.txt
  26. npc: conf/mapflag/nomemo.txt
  27. npc: conf/mapflag/nopenalty.txt
  28. npc: conf/mapflag/nopvp.txt
  29. npc: conf/mapflag/nosave.txt
  30. npc: conf/mapflag/noteleport.txt
  31. npc: conf/mapflag/noreturn.txt
  32. npc: conf/mapflag/nowarp.txt
  33. npc: conf/mapflag/nowarpto.txt
  34. npc: conf/mapflag/pvp.txt
  35. npc: conf/mapflag/pvp_noparty.txt
  36. npc: conf/mapflag/pvp_noguild.txt
  37. npc: conf/mapflag/night.txt
  38. npc: conf/mapflag/restricted.txt
  39. // --------------------------------------------------------------