nif_dun.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. //===== rAthena Script =======================================
  2. //= Niflheim dungeon warps script
  3. //===== Changelogs: ==========================================
  4. //= 1.0 First version. [Capuche]
  5. //============================================================
  6. niflheim,149,124,0 script nifla_nifdun01a WARPNPC,1,1,{
  7. end;
  8. OnTouch:
  9. if (isbegin_quest(8640) == 0) {
  10. npctalk "Angry Gatekeeper: How are you adventurer? Go in? Do you want to go in? Kick!", "Angry Gatekeeper#lv200", bc_self;
  11. npctalk "Funny Gatekeeper's Friend: Awesome!", "Funny Gatekeeper's Friend#lv20", bc_self;
  12. end;
  13. }
  14. warp "nif_dun01",145,85;
  15. end;
  16. }
  17. nif_dun01,145,82,0 warp2 nifdun01a_nifla 1,1,niflheim,146,122
  18. nif_dun01,146,36,0 script nifdun01a_nifdun02a WARPNPC,1,1,{
  19. end;
  20. OnTouch:
  21. if (BaseLevel < 240) {
  22. npctalk "Helpful Gatekeeper: Hey, look at how you look! How can you come all the way here!", "Helpful Gatekeeper#240", bc_self;
  23. npctalk "Silent Gatekeeper: ...means lack of training.", "Silent Gatekeeper#240", bc_self;
  24. end;
  25. }
  26. warp "nif_dun02",149,23;
  27. end;
  28. }
  29. nif_dun02,162,15,0 warp2 nifdun02a_nifdun01a 1,1,nif_dun01,146,39
  30. nif_dun02,137,15,0 warp2 nifdun02a_nifdun01a_ 1,1,nif_dun01,146,39