pvp.txt 994 B

12345678910111213141516171819202122232425262728293031323334
  1. //===== rAthena Script =======================================
  2. //= PvP NPCs
  3. //===== By: ==================================================
  4. //= Euphy
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= rAthena Project
  9. //===== Description: =========================================
  10. //= PvP NPCs that are found in the Inns in major cities.
  11. //= Includes Yoyo Mode, Nightmare Mode, and Event Mode.
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Pre-Renewal.
  14. //============================================================
  15. // PVP Warpers
  16. //============================================================
  17. pvp_y_room,86,85,4 script Fight Square Reception#8 105,{
  18. callfunc "F_PVP_FSRS";
  19. end;
  20. OnInit:
  21. waitingroom "Free for all",0;
  22. end;
  23. }
  24. pvp_n_room,30,85,4 script Fight Square Reception#n 105,{
  25. callfunc "F_PVP_FSRS";
  26. end;
  27. OnInit:
  28. waitingroom "Free for all",0;
  29. end;
  30. }