kvm_enter.txt 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. //===== rAthena Script =======================================
  2. // BattleGround System - KvM Entrance NPCs
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.1
  7. //===== Compatible With: =====================================
  8. //= rAthena 1.0
  9. //===== Description: =========================================
  10. //= [AEGIS Conversion]
  11. //= Kreiger Von Midgard Battleground Entrance NPCs
  12. //= Original NPCs scrapped from bg_common.
  13. //===== Additional Comments: =================================
  14. //= 1.0 First Version.
  15. //= 1.1 Corrected some typos, and shifted messages around.
  16. //= Corrected iRO style quest log entries, however it's
  17. //= advisable that you not use them, as they conflict.
  18. //============================================================
  19. // KvM Officer - Guillaume
  20. //============================================================
  21. bat_room,164,178,5 script KVM Mercenary Officer#1 418,{
  22. /*
  23. set .@kvm,checkquest(6026,PLAYTIME);
  24. if ((.@kvm == 0) || (.@kvm == 1)) {
  25. mes "[Croix Mercenary Officer]";
  26. mes "I know that you've already signed with the Croix. Go back and join their team. We will not accept traitors to fight for us.";
  27. close;
  28. }
  29. else if (.@kvm == 2) erasequest 6026;
  30. */
  31. set .@permit,checkquest(6025,PLAYTIME);
  32. if ((.@permit == 0) || (.@permit == 1)) {
  33. mes "[Guillaume Mercenary Officer]";
  34. mes "It seems you have recently participated in a KVM battle. You must wait 5 minutes before signing up again.";
  35. close;
  36. }
  37. else if (.@permit == 2) erasequest 6025;
  38. mes "[Guillaume Mercenary Officer]";
  39. mes "Let them know the real might of Guillaume!";
  40. next;
  41. switch(select("I will fight with you.:End Conversation.")) {
  42. case 1:
  43. mes "[Guillaume Mercenary Officer]";
  44. mes "Show them how strong we are.";
  45. mes "Today, everyone will hear the shout of triumph from Guillaume!";
  46. close2;
  47. //setquest 6025;
  48. if (BaseLevel > 79) warp "bat_room",169,223;
  49. else if (BaseLevel < 60) warp "bat_room",197,223;
  50. else warp "bat_room",225,223;
  51. close;
  52. case 2:
  53. mes "[Guillaume Mercenary Officer]";
  54. mes "We will win!";
  55. close;
  56. }
  57. }
  58. // Guillaume Knight - KvM
  59. //============================================================
  60. bat_room,167,178,5 script Guillaume Knight#kvm 417,{
  61. mes "[Guillaume Knight]";
  62. mes "Hello.";
  63. mes "What do you want to know?";
  64. next;
  65. switch(select("Apply for KVM.:What is KVM?:How do I participate in KVM?:I want to know my Kreiger Points.")) {
  66. case 1:
  67. mes "[Guillaume Knight]";
  68. mes "Applications are not available yet.";
  69. mes "To apply, you need to go to a KVM Mercenary Officer.";
  70. close;
  71. case 2:
  72. mes "[Guillaume Knight]";
  73. mes "KVM is the abbreviation of Kreiger Von Midgard.";
  74. mes "Adventurer, are you aware that the way to the new world has been opened?";
  75. next;
  76. mes "[Guillaume Knight]";
  77. mes "We, the Guillaume Administration, have several plans to advance to the new world.";
  78. mes "And KVM is one of them.";
  79. next;
  80. mes "[Guillaume Knight]";
  81. mes "It means that we, one of many countries in the Midgard continent,";
  82. mes "have decided to employ many adventurers for the immediate advance to the new world.";
  83. next;
  84. mes "[Guillaume Knight]";
  85. mes "Therefore, to select the best adventurers, we are holding the KVM.";
  86. mes "We exspect responses from many adventurers.";
  87. next;
  88. mes "[Guillaume Knight]";
  89. mes "And we will give them rewards for their participation!";
  90. mes "As for the rewards, please contact a KVM Logistic Officer.";
  91. close;
  92. case 3:
  93. mes "[Guillaume Knight]";
  94. mes "Basically, KVM is a 5 on 5 battle.";
  95. mes "First, you apply with a KVM receptionist, in a group or individually.";
  96. next;
  97. mes "[Guillaume Knight]";
  98. mes "Group applications are for when you intend to enter the KVM with your party members,";
  99. mes "and a personal application is for when you intend to enter the KVM individually.";
  100. next;
  101. mes "[Guillaume Knight]";
  102. mes "Please apply with a KVM officer, and he will contact you later when you are in Prontera.";
  103. next;
  104. mes "[Guillaume Knight]";
  105. mes "Then you enter and follow the instructions in the battlefield.";
  106. next;
  107. mes "[Guillaume Knight]";
  108. mes "However, please be advised that unless you are in the KVM office, he cannot contact you.";
  109. close;
  110. case 4:
  111. mes "[Guillaume Knight]";
  112. mes "Your Kreiger Points are:";
  113. mes ""+kvm_point+".";
  114. close;
  115. }
  116. }
  117. // KvM Officer - Croix
  118. //============================================================
  119. bat_room,164,121,1 script KVM Mercenary Officer#2 414,{
  120. /*
  121. set .@kvm,checkquest(6025,PLAYTIME);
  122. if ((.@kvm == 0) || (.@kvm == 1)) {
  123. mes "[Croix Mercenary Officer]";
  124. mes "I know that you've already signed with the Guillaume. Go back and join their team. We will not accept traitors to fight for us.";
  125. close;
  126. }
  127. else if (.@kvm == 2) erasequest 6025;
  128. */
  129. set .@permit,checkquest(6025,PLAYTIME);
  130. if ((.@permit == 0) || (.@permit == 1)) {
  131. mes "[Croix Mercenary Officer]";
  132. mes "It seems you have recently participated in a KVM battle. You must wait 5 minutes before signing up again.";
  133. close;
  134. }
  135. else if (.@permit == 2) erasequest 6025;
  136. mes "[Croix Mercenary Officer]";
  137. mes "Let them know the real might of Croix!";
  138. next;
  139. switch(select("I will fight with you.:End Conversation.")) {
  140. case 1:
  141. mes "[Croix Mercenary Officer]";
  142. mes "Show them how strong we are.";
  143. mes "Today, everyone will hear the shout of triumph from Croix!";
  144. close2;
  145. //setquest 6026;
  146. if (BaseLevel > 79) warp "bat_room",169,207;
  147. else if (BaseLevel < 60) warp "bat_room",197,207;
  148. else warp "bat_room",225,207;
  149. close;
  150. case 2:
  151. mes "[Croix Mercenary Officer]";
  152. mes "We will win!";
  153. close;
  154. }
  155. }
  156. // Croix Knight - KvM
  157. //============================================================
  158. bat_room,167,121,1 script Croix Knight#kvm 413,{
  159. mes "[Croix Knight]";
  160. mes "Hello.";
  161. mes "What do you want to know?";
  162. next;
  163. switch(select("Apply for KVM.:What is KVM?:How do I participate in KVM?:I want to know my Kreiger Points.")) {
  164. case 1:
  165. mes "[Croix Knight]";
  166. mes "Applications are not available yet.";
  167. mes "To apply, you need to go to a KVM Mercenary Officer.";
  168. close;
  169. case 2:
  170. mes "[Croix Knight]";
  171. mes "KVM is the abbreviation of Kreiger Von Midgard.";
  172. mes "Adventurer, are you aware that the way to the new world has been opened?";
  173. next;
  174. mes "[Croix Knight]";
  175. mes "We, the Croix Administration, have several plans to advance to the new world.";
  176. mes "And KVM is one of them.";
  177. next;
  178. mes "[Croix Knight]";
  179. mes "It means that we, one of many countries in the Midgard continent,";
  180. mes "have decided to employ many adventurers for the immediate advance to the new world.";
  181. next;
  182. mes "[Croix Knight]";
  183. mes "Therefore, to select the best adventurers, we are holding the KVM.";
  184. mes "We exspect responses from many adventurers.";
  185. next;
  186. mes "[Croix Knight]";
  187. mes "And we will give them rewards for their participation!";
  188. mes "As for the rewards, please contact a KVM Logistic Officer.";
  189. close;
  190. case 3:
  191. mes "[Croix Knight]";
  192. mes "Basically, KVM is a 5 on 5 battle.";
  193. mes "First, you apply with a KVM receptionist, in a group or individually.";
  194. next;
  195. mes "[Croix Knight]";
  196. mes "Group applications are for when you intend to enter the KVM with your party members,";
  197. mes "and a personal application is for when you intend to enter the KVM individually.";
  198. next;
  199. mes "[Croix Knight]";
  200. mes "Please apply with a KVM officer, and he will contact you later when you are in Prontera.";
  201. next;
  202. mes "[Croix Knight]";
  203. mes "Then you enter and follow the instructions in the battlefield.";
  204. next;
  205. mes "[Croix Knight]";
  206. mes "However, please be advised that unless you are in the KVM office, he cannot contact you.";
  207. close;
  208. case 4:
  209. mes "[Croix Knight]";
  210. mes "Your Kreiger Points are:";
  211. mes ""+kvm_point+".";
  212. close;
  213. }
  214. }