nguild_dunsw.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. //===== eAthena Script =======================================
  2. //= War of Emperium Dungeon Switch for NGuild Castles
  3. //===== By: ==================================================
  4. //= jAthena - kalen (1.0)
  5. //= 1.1 by Akaru, ho|yAnge|X, and Valaris
  6. //===== Current Version: =====================================
  7. //= 1.2
  8. //===== Compatible With: =====================================
  9. //= eAthena 0.1+; RO Episode 4+
  10. //===== Description: =========================================
  11. //= Switch that warps guild members to the guild dungeon
  12. //===== Additional Comments: =================================
  13. //Based off existing guild scripts. Do not know if it is accurate.[kobra_k88]
  14. //============================================================
  15. // Castle 1 ===============================================
  16. nguild_alde.gat,212,181,0 script Switch#DunN01 111,{
  17. callfunc "F_GldDunSw","nguild_alde","02",32,122;
  18. close;
  19. }
  20. // Castle 2 ===============================================
  21. nguild_gef.gat,78,84,0 script Switch#DunN02 111,{
  22. callfunc "F_GldDunSw","nguild_gef","04",39,258;
  23. close;
  24. }
  25. // Castle 3 ===============================================
  26. nguild_pay.gat,101,25,0 script Switch#DunN03 111,{
  27. callfunc "F_GldDunSw","nguild_pay","01",186,165;
  28. close;
  29. }
  30. // Castle 4 ===============================================
  31. nguild_prt.gat,94,200,0 script Switch#DunN04 111,{
  32. callfunc "F_GldDunSw","nguild_prt","03",28,251;
  33. close;
  34. }