Advertisement
Guest User

Untitled

a guest
Dec 1st, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.20 KB | None | 0 0
  1. //===== rAthena Script =======================================
  2. //= Bossnia Warp NPCs
  3. //===== By: ==================================================
  4. //= Masao
  5. //===== Current Version: =====================================
  6. //= 1.3
  7. //===== Compatible With: =====================================
  8. //= rAthena Project
  9. //===== Description: =========================================
  10. //= Bossnia MVP event.
  11. //===== Additional Comments: =================================
  12. //= 1.0 Converted from the official script.
  13. //= 1.1 Optimized. [Euphy]
  14. //= 1.2 Moved spawns and warps (by Masao) to this file. [Euphy]
  15. //= 1.3 Added VIP features. [Euphy]
  16. //============================================================
  17.  
  18. // Entrance NPCs
  19. //============================================================
  20. prontera,132,125,4 script Bossnia Staff#1 908,{
  21. mes "[Riss]";
  22. mes "Hello?";
  23. mes "I found some beautiful places";
  24. mes "while I travelled all over the world.";
  25. mes "I am an adventurer.";
  26. mes "Haha~";
  27. next;
  28. mes "[Riss]";
  29. mes "What? My name is...";
  30. mes "'Bossnia Staff'?? No no...";
  31. mes "Well, my name is not so important.";
  32. mes "Sometimes you should be generous.";
  33. mes "No time for considering that kind of small stuff";
  34. mes "when you have to concentrate on more important things.";
  35. next;
  36. mes "[Riss]";
  37. mes "Hum... anyway I want to say... something..";
  38. mes "While I was travelling through some places,";
  39. mes "I found a really fearful place.";
  40. next;
  41. mes "[Riss]";
  42. mes "Most of the time when you come to a place,";
  43. mes "there is one strong and fearful monster.";
  44. mes "Isn't it?";
  45. next;
  46. mes "[Riss]";
  47. mes "But... but... in there...";
  48. mes "There are lots of fearful and strong monsters in there...";
  49. mes "That was really frightful.";
  50. next;
  51. mes "[Riss]";
  52. mes "If I had reacted a bit later... a few seconds...";
  53. mes "I might have been killed.";
  54. next;
  55. mes "[Riss]";
  56. mes "What?";
  57. mes "You want to go in there?";
  58. mes "Oh~ Boy~ you didn't get me.";
  59. mes "In there.......";
  60. next;
  61. mes "[Riss]";
  62. mes "Uh... you already know?";
  63. mes "Although you know the place, you want to go in...";
  64. mes "Good, I will send you there.";
  65. mes "But after you went there, don't hold";
  66.  
  67. // If the VIP system is enabled, players pay a Reset Stone for 5 entrances (with a choice of warps).
  68. // If it's disabled, players pay 5,000z per entrance.
  69. if (VIP_SCRIPT) {
  70. mes "a grudge against me. It'll cost you 1 Reset Stone for 5 access.";
  71. next;
  72. mes "[Riss]";
  73. if (bossnia_event > 0) {
  74. set .@type,1;
  75. mes "Remaining access: "+bossnia_event;
  76. } else if (countitem(6320)) {
  77. set .@type,2;
  78. mes "Do you want to go?";
  79. } else {
  80. mes "You don't have a ticket now.....";
  81. mes "So come to me again with a Reset Stone later.";
  82. close;
  83. }
  84. next;
  85. if(select("Enter:Leave") == 2)
  86. close;
  87. set .@i, select("First:Second:Third:Fourth");
  88. switch(select("Warp 1:Warp 2:Warp 3:Warp 4")) {
  89. case 1: set .@x,31; set .@y,208; break;
  90. case 2: set .@x,31; set .@y,31; break;
  91. case 3: set .@x,208; set .@y,31; break;
  92. case 4: set .@x,208; set .@y,208; break;
  93. }
  94. if (.@type == 1)
  95. set bossnia_event, bossnia_event-1;
  96. else {
  97. delitem 6320,1; //Premium_Reset_Stone
  98. set bossnia_event,4;
  99. }
  100. specialeffect2 EF_MAXPOWER;
  101. warp "bossnia_0"+.@i,.@x,.@y;
  102. close;
  103. } else {
  104. mes "a grudge against me. Also it costs 5,000 zeny.";
  105. next;
  106. if (Zeny > 4999) {
  107. mes "[Riss]";
  108. mes "Would you really like to take the challenge?";
  109. mes "Ok, just choose the course.";
  110. next;
  111. set .@i, select("First:Second:Third:Fourth");
  112. mes "[Riss]";
  113. mes "Take care, boy~";
  114. mes "Don't hold a grudge against me.";
  115. close2;
  116. set Zeny, Zeny - 5000;
  117. warp "bossnia_0"+.@i,rand(202,204),rand(202,204);
  118. end;
  119. } else {
  120. mes "[Riss]";
  121. mes "You don't have enough money...";
  122. mes "Come back when you have at least 5,000 zeny.";
  123. close;
  124. }
  125. }
  126. }
  127. geffen,124,169,4 duplicate(Bossnia Staff#1) Bossnia Staff#2 908
  128. payon,165,150,4 duplicate(Bossnia Staff#1) Bossnia Staff#3 908
  129. morocc,142,100,4 duplicate(Bossnia Staff#1) Bossnia Staff#4 908
  130. lighthalzen,203,140,4 duplicate(Bossnia Staff#1) Bossnia Staff#5 908
  131. rachel,132,144,4 duplicate(Bossnia Staff#1) Bossnia Staff#6 908
  132.  
  133. // Warp Portals
  134. //============================================================
  135. bossnia_01,204,204,0 warp bossnia01 1,1,prontera,155,180
  136. bossnia_02,204,204,0 warp bossnia02 1,1,prontera,155,180
  137. bossnia_03,204,204,0 warp bossnia03 1,1,prontera,155,180
  138. bossnia_04,204,204,0 warp bossnia04 1,1,prontera,155,180
  139.  
  140. // Monster Spawns
  141. //============================================================
  142.  
  143. //----------------------------------------------------------------------------
  144. // bossnia_01 - Bossnia
  145. //----------------------------------------------------------------------------
  146. bossnia_01,0,0 monster Garm 1252,5,7200000
  147. bossnia_01,0,0 monster Gloom Under Night 1768,2,7200000
  148. bossnia_01,0,0 monster Dark Lord 1272,3,7200000
  149. bossnia_01,0,0 monster Doppelganger 1046,10,7200000
  150. bossnia_01,0,0 monster Dracula 1389,5,1800000
  151. bossnia_01,0,0 monster Drake 1112,10,1800000
  152. bossnia_01,0,0 monster Detale 1719,2,7200000
  153. bossnia_01,0,0 monster Maya 1147,10,1800000
  154. bossnia_01,0,0 monster Mistress 1059,1,1800000
  155. bossnia_01,0,0 monster Baphomet 1039,10,1800000
  156. bossnia_01,0,0 monster Egnigem Cenia 1658,10,1800000
  157. bossnia_01,0,0 monster Amon Ra 1511,1,1800000
  158. bossnia_01,0,0 monster Atroce 1785,10,1800000
  159. bossnia_01,0,0 monster Vesper 1685,2,7200000
  160. bossnia_01,0,0 monster Eddga 1115,1,1800000
  161. bossnia_01,0,0 monster Osiris 1038,10,7200000
  162. bossnia_01,0,0 monster Orc Lord 1190,10,7200000
  163. bossnia_01,0,0 monster Orc Hero 1087,2,1800000
  164. bossnia_01,0,0 monster Samurai Specter 1492,1,3600000
  165. bossnia_01,0,0 monster Moonlight Flower 1150,1,3600000
  166. bossnia_01,0,0 monster Lord of the Dead 1373,1,3600000
  167. bossnia_01,0,0 monster Ktullanux 1779,2,7200000
  168. bossnia_01,0,0 monster Kiel D-01 1734,2,7200000
  169. bossnia_01,0,0 monster Thanatos Phantom 1708,2,7200000
  170. bossnia_01,0,0 monster Lady Tanee 1688,1,3600000
  171. bossnia_01,0,0 monster Tao Gunka 1583,1,3600000
  172. bossnia_01,0,0 monster Turtle General 1312,10,7200000
  173. bossnia_01,0,0 monster Pharaoh 1157,2,3600000
  174. bossnia_01,0,0 monster Stormy Knight 1251,2,3600000
  175. bossnia_01,0,0 monster Falling Bishop 1871,5,7200000
  176. bossnia_01,0,0 monster Phreeoni 1159,10,7200000
  177. bossnia_01,0,0 monster Golden Thief Bug 1086,10,3600000
  178. bossnia_01,0,0 monster Evil Snake Lord 1418,10,7200000
  179. bossnia_01,0,0 monster RSX-0806 1623,5,7200000
  180. bossnia_01,0,0 monster Assassin Cross Eremes 1647,1
  181. bossnia_01,137,118,1,1 monster Whitesmith Howard 1648,1
  182. bossnia_01,122,195,1,1 monster Beelzebub 1873,1
  183. bossnia_01,45,118,1,1 monster Beelzebub 1873,1
  184. bossnia_01,196,122,1,1 monster Valkyrie Randgris 1751,1
  185. bossnia_01,142,61,1,1 monster Ifrit 1832,1
  186.  
  187. //----------------------------------------------------------------------------
  188. // bossnia_02 - Bossnia
  189. //----------------------------------------------------------------------------
  190. bossnia_02,0,0 monster Garm 1252,5,7200000
  191. bossnia_02,0,0 monster Gloom Under Night 1768,2,7200000
  192. bossnia_02,0,0 monster Dark Lord 1272,3,7200000
  193. bossnia_02,0,0 monster Doppelganger 1046,10,7200000
  194. bossnia_02,0,0 monster Dracula 1389,5,1800000
  195. bossnia_02,0,0 monster Drake 1112,10,1800000
  196. bossnia_02,0,0 monster Detale 1719,2,7200000
  197. bossnia_02,0,0 monster Maya 1147,10,1800000
  198. bossnia_02,0,0 monster Mistress 1059,1,1800000
  199. bossnia_02,0,0 monster Baphomet 1039,10,1800000
  200. bossnia_02,0,0 monster Egnigem Cenia 1658,10,1800000
  201. bossnia_02,0,0 monster Amon Ra 1511,1,1800000
  202. bossnia_02,0,0 monster Atroce 1785,10,1800000
  203. bossnia_02,0,0 monster Vesper 1685,2,7200000
  204. bossnia_02,0,0 monster Eddga 1115,1,1800000
  205. bossnia_02,0,0 monster Osiris 1038,10,7200000
  206. bossnia_02,0,0 monster Orc Lord 1190,10,7200000
  207. bossnia_02,0,0 monster Orc Hero 1087,2,1800000
  208. bossnia_02,0,0 monster Samurai Specter 1492,1,3600000
  209. bossnia_02,0,0 monster Moonlight Flower 1150,1,3600000
  210. bossnia_02,0,0 monster Lord of the Dead 1373,1,3600000
  211. bossnia_02,0,0 monster Ktullanux 1779,2,7200000
  212. bossnia_02,0,0 monster Kiel D-01 1734,2,7200000
  213. bossnia_02,0,0 monster Thanatos Phantom 1708,2,7200000
  214. bossnia_02,0,0 monster Lady Tanee 1688,1,3600000
  215. bossnia_02,0,0 monster Tao Gunka 1583,1,3600000
  216. bossnia_02,0,0 monster Turtle General 1312,10,7200000
  217. bossnia_02,0,0 monster Pharaoh 1157,2,3600000
  218. bossnia_02,0,0 monster Stormy Knight 1251,2,3600000
  219. bossnia_02,0,0 monster Falling Bishop 1871,5,7200000
  220. bossnia_02,0,0 monster Phreeoni 1159,10,7200000
  221. bossnia_02,0,0 monster Golden Thief Bug 1086,10,3600000
  222. bossnia_02,0,0 monster Evil Snake Lord 1418,10,7200000
  223. bossnia_02,0,0 monster RSX-0806 1623,5,7200000
  224. bossnia_02,0,0 monster Assassin Cross Eremes 1647,1
  225. bossnia_02,137,118,1,1 monster Whitesmith Howard 1648,1
  226. bossnia_02,122,195,1,1 monster Beelzebub 1873,1
  227. bossnia_02,45,118,1,1 monster Beelzebub 1873,1
  228. bossnia_02,196,122,1,1 monster Valkyrie Randgris 1751,1
  229. bossnia_02,142,61,1,1 monster Ifrit 1832,1
  230.  
  231. //----------------------------------------------------------------------------
  232. // bossnia_03 - Bossnia
  233. //----------------------------------------------------------------------------
  234. bossnia_03,0,0 monster Garm 1252,5,7200000
  235. bossnia_03,0,0 monster Gloom Under Night 1768,2,7200000
  236. bossnia_03,0,0 monster Dark Lord 1272,3,7200000
  237. bossnia_03,0,0 monster Doppelganger 1046,10,7200000
  238. bossnia_03,0,0 monster Dracula 1389,5,1800000
  239. bossnia_03,0,0 monster Drake 1112,10,1800000
  240. bossnia_03,0,0 monster Detale 1719,2,7200000
  241. bossnia_03,0,0 monster Maya 1147,10,1800000
  242. bossnia_03,0,0 monster Mistress 1059,1,1800000
  243. bossnia_03,0,0 monster Baphomet 1039,10,1800000
  244. bossnia_03,0,0 monster Egnigem Cenia 1658,10,1800000
  245. bossnia_03,0,0 monster Amon Ra 1511,1,1800000
  246. bossnia_03,0,0 monster Atroce 1785,10,1800000
  247. bossnia_03,0,0 monster Vesper 1685,2,7200000
  248. bossnia_03,0,0 monster Eddga 1115,1,1800000
  249. bossnia_03,0,0 monster Osiris 1038,10,7200000
  250. bossnia_03,0,0 monster Orc Lord 1190,10,7200000
  251. bossnia_03,0,0 monster Orc Hero 1087,2,1800000
  252. bossnia_03,0,0 monster Samurai Specter 1492,1,3600000
  253. bossnia_03,0,0 monster Moonlight Flower 1150,1,3600000
  254. bossnia_03,0,0 monster Lord of the Dead 1373,1,3600000
  255. bossnia_03,0,0 monster Ktullanux 1779,2,7200000
  256. bossnia_03,0,0 monster Kiel D-01 1734,2,7200000
  257. bossnia_03,0,0 monster Thanatos Phantom 1708,2,7200000
  258. bossnia_03,0,0 monster Lady Tanee 1688,1,3600000
  259. bossnia_03,0,0 monster Tao Gunka 1583,1,3600000
  260. bossnia_03,0,0 monster Turtle General 1312,10,7200000
  261. bossnia_03,0,0 monster Pharaoh 1157,2,3600000
  262. bossnia_03,0,0 monster Stormy Knight 1251,2,3600000
  263. bossnia_03,0,0 monster Falling Bishop 1871,5,7200000
  264. bossnia_03,0,0 monster Phreeoni 1159,10,7200000
  265. bossnia_03,0,0 monster Golden Thief Bug 1086,10,3600000
  266. bossnia_03,0,0 monster Evil Snake Lord 1418,10,7200000
  267. bossnia_03,0,0 monster RSX-0806 1623,5,7200000
  268. bossnia_03,0,0 monster Assassin Cross Eremes 1647,1
  269. bossnia_03,137,118,1,1 monster Whitesmith Howard 1648,1
  270. bossnia_03,122,195,1,1 monster Beelzebub 1873,1
  271. bossnia_03,45,118,1,1 monster Beelzebub 1873,1
  272. bossnia_03,196,122,1,1 monster Valkyrie Randgris 1751,1
  273. bossnia_03,142,61,1,1 monster Ifrit 1832,1
  274.  
  275. //----------------------------------------------------------------------------
  276. // bossnia_04 - Bossnia
  277. //----------------------------------------------------------------------------
  278. bossnia_04,0,0 monster Garm 1252,5,7200000
  279. bossnia_04,0,0 monster Gloom Under Night 1768,2,7200000
  280. bossnia_04,0,0 monster Dark Lord 1272,3,7200000
  281. bossnia_04,0,0 monster Doppelganger 1046,10,7200000
  282. bossnia_04,0,0 monster Dracula 1389,5,1800000
  283. bossnia_04,0,0 monster Drake 1112,10,1800000
  284. bossnia_04,0,0 monster Detale 1719,2,7200000
  285. bossnia_04,0,0 monster Maya 1147,10,1800000
  286. bossnia_04,0,0 monster Mistress 1059,1,1800000
  287. bossnia_04,0,0 monster Baphomet 1039,10,1800000
  288. bossnia_04,0,0 monster Egnigem Cenia 1658,10,1800000
  289. bossnia_04,0,0 monster Amon Ra 1511,1,1800000
  290. bossnia_04,0,0 monster Atroce 1785,10,1800000
  291. bossnia_04,0,0 monster Vesper 1685,2,7200000
  292. bossnia_04,0,0 monster Eddga 1115,1,1800000
  293. bossnia_04,0,0 monster Osiris 1038,10,7200000
  294. bossnia_04,0,0 monster Orc Lord 1190,10,7200000
  295. bossnia_04,0,0 monster Orc Hero 1087,2,1800000
  296. bossnia_04,0,0 monster Samurai Specter 1492,1,3600000
  297. bossnia_04,0,0 monster Moonlight Flower 1150,1,3600000
  298. bossnia_04,0,0 monster Lord of the Dead 1373,1,3600000
  299. bossnia_04,0,0 monster Ktullanux 1779,2,7200000
  300. bossnia_04,0,0 monster Kiel D-01 1734,2,7200000
  301. bossnia_04,0,0 monster Thanatos Phantom 1708,2,7200000
  302. bossnia_04,0,0 monster Lady Tanee 1688,1,3600000
  303. bossnia_04,0,0 monster Tao Gunka 1583,1,3600000
  304. bossnia_04,0,0 monster Turtle General 1312,10,7200000
  305. bossnia_04,0,0 monster Pharaoh 1157,2,3600000
  306. bossnia_04,0,0 monster Stormy Knight 1251,2,3600000
  307. bossnia_04,0,0 monster Falling Bishop 1871,5,7200000
  308. bossnia_04,0,0 monster Phreeoni 1159,10,7200000
  309. bossnia_04,0,0 monster Golden Thief Bug 1086,10,3600000
  310. bossnia_04,0,0 monster Evil Snake Lord 1418,10,7200000
  311. bossnia_04,0,0 monster RSX-0806 1623,5,7200000
  312. bossnia_04,0,0 monster Assassin Cross Eremes 1647,1
  313. bossnia_04,137,118,1,1 monster Whitesmith Howard 1648,1
  314. bossnia_04,122,195,1,1 monster Beelzebub 1873,1
  315. bossnia_04,45,118,1,1 monster Beelzebub 1873,1
  316. bossnia_04,196,122,1,1 monster Valkyrie Randgris 1751,1
  317. bossnia_04,142,61,1,1 monster Ifrit 1832,1
  318.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement