nguild_dunsw.txt 1.4 KB

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