Primalcyndaquil

Untitled

Jul 5th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.90 KB | None | 0 0
  1. Underworld Vendor
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=
  8. ignoresquestlimit=True
  9. repeatdays=0
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=A description
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_options(delay=5;id=1;name=The Underworld Vendor;text=You'd like to trade?;choice1=Yes!;choice2=No!)
  23. }
  24. conditions
  25. {
  26. has_item(flipped=False;itemid=pixelmon:relic_silver)
  27. }
  28. type=chat_npc(uuid=1c123296-fde5-4089-83fc-bf6adfad714e;chatline1=Hmmm..? You seem to have brought some coins.;chatline2=I take it you'd like to trade?)
  29. }
  30. {
  31. description=1-Yes
  32. hint=An optional hint
  33. timestocomplete=1
  34. hidden=True
  35. infinite=False
  36. triggers
  37. {
  38. show_options(delay=1;id=TradeScreen1;name=The Underworld Vendor;text=Very well... Have a look at my collection.;choice1=XL Candy Pack -5-;choice2=Lesser Event Key -10-;choice3=Brimstone Tools -20-;choice4=Standard Event Key -25-;choice5=-See 2nd Menu-)
  39. skip_to_stage(delay=0;stage=1)
  40. }
  41. type=choose_option(id=1;choice=1)
  42. }
  43. {
  44. description=1-No
  45. hint=An optional hint
  46. timestocomplete=1
  47. hidden=True
  48. infinite=False
  49. triggers
  50. {
  51. show_chat_gui(delay=0;name=The Underworld Vendor;chatline1=...Alright. Return when you'd like to trade.)
  52. skip_to_stage(delay=0;stage=0)
  53. }
  54. type=choose_option(id=1;choice=2)
  55. }
  56. }
  57. stage=1
  58. {
  59. {
  60. description=Xl Candy Package (Has)
  61. hint=An optional hint
  62. timestocomplete=1
  63. hidden=True
  64. infinite=False
  65. triggers
  66. {
  67. show_options(delay=1;id=ConfirmCandy;name=The Underworld Vendor;text=You're sure you want the XL Candy Package?;choice1=Yes;choice2=No)
  68. }
  69. conditions
  70. {
  71. has_item(flipped=False;itemid=pixelmon:relic_silver;count=5)
  72. }
  73. type=choose_option(id=TradeScreen1;choice=1)
  74. }
  75. {
  76. description=Xl Candy Package (Doesnt)
  77. hint=An optional hint
  78. timestocomplete=1
  79. hidden=True
  80. infinite=False
  81. triggers
  82. {
  83. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  84. skip_to_stage(delay=0;stage=0)
  85. }
  86. conditions
  87. {
  88. has_item(flipped=True;itemid=pixelmon:relic_silver;count=5)
  89. }
  90. type=choose_option(id=TradeScreen1;choice=1)
  91. }
  92. {
  93. description=Confirm Candy
  94. hint=An optional hint
  95. timestocomplete=1
  96. hidden=True
  97. infinite=False
  98. triggers
  99. {
  100. take_item(delay=0;itemid=pixelmon:relic_silver;count=5)
  101. give_item(delay=0;itemid=pixelmon:xl_exp_candy;count=3)
  102. skip_to_stage(delay=0;stage=0)
  103. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  104. }
  105. conditions
  106. {
  107. has_item(flipped=False;itemid=pixelmon:relic_silver;count=5)
  108. }
  109. type=choose_option(id=ConfirmCandy;choice=1)
  110. }
  111. {
  112. description=UnconfirmCandy
  113. hint=An optional hint
  114. timestocomplete=1
  115. hidden=True
  116. infinite=False
  117. triggers
  118. {
  119. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  120. skip_to_stage(delay=0;stage=0)
  121. }
  122. type=choose_option(id=ConfirmCandy;choice=2)
  123. }
  124. {
  125. description=Lesser event crate has
  126. hint=An optional hint
  127. timestocomplete=1
  128. hidden=True
  129. infinite=False
  130. triggers
  131. {
  132. show_options(delay=1;id=ConfirmLesser;name=The Underworld Vendor;text=You're sure you want the Lesser Event Crate?;choice1=Yes;choice2=No)
  133. }
  134. conditions
  135. {
  136. has_item(flipped=False;itemid=pixelmon:relic_silver;count=10)
  137. }
  138. type=choose_option(id=TradeScreen1;choice=2)
  139. }
  140. {
  141. description=lesser event crate (Doesnt)
  142. hint=An optional hint
  143. timestocomplete=1
  144. hidden=True
  145. infinite=False
  146. triggers
  147. {
  148. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  149. skip_to_stage(delay=0;stage=0)
  150. }
  151. conditions
  152. {
  153. has_item(flipped=True;itemid=pixelmon:relic_silver;count=10)
  154. }
  155. type=choose_option(id=TradeScreen1;choice=2)
  156. }
  157. {
  158. description=ConfirmLesser
  159. hint=An optional hint
  160. timestocomplete=1
  161. hidden=True
  162. infinite=False
  163. triggers
  164. {
  165. take_item(delay=0;itemid=pixelmon:relic_silver;count=10)
  166. skip_to_stage(delay=0;stage=0)
  167. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  168. fire_command(delay=0;command=teslacrate key give PLAYER lesser 1)
  169. }
  170. conditions
  171. {
  172. has_item(flipped=False;itemid=pixelmon:relic_silver;count=10)
  173. }
  174. type=choose_option(id=ConfirmLesser;choice=1)
  175. }
  176. {
  177. description=UnconfirmLesser
  178. hint=An optional hint
  179. timestocomplete=1
  180. hidden=True
  181. infinite=False
  182. triggers
  183. {
  184. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  185. skip_to_stage(delay=0;stage=0)
  186. }
  187. type=choose_option(id=ConfirmLesser;choice=2)
  188. }
  189. {
  190. description=Brimstone Toolkit
  191. hint=An optional hint
  192. timestocomplete=1
  193. hidden=True
  194. infinite=False
  195. triggers
  196. {
  197. show_options(delay=1;id=ConfirmTool;name=The Underworld Vendor;text=You're sure you want the Brimstone toolkit;choice1=Yes;choice2=No)
  198. }
  199. conditions
  200. {
  201. has_item(flipped=False;itemid=pixelmon:relic_silver;count=20)
  202. }
  203. type=choose_option(id=TradeScreen1;choice=3)
  204. }
  205. {
  206. description=Toolkit (Doesnt)
  207. hint=An optional hint
  208. timestocomplete=1
  209. hidden=True
  210. infinite=False
  211. triggers
  212. {
  213. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  214. skip_to_stage(delay=0;stage=0)
  215. }
  216. conditions
  217. {
  218. has_item(flipped=True;itemid=pixelmon:relic_silver;count=20)
  219. }
  220. type=choose_option(id=TradeScreen1;choice=3)
  221. }
  222. {
  223. description=ConfirmTool
  224. hint=An optional hint
  225. timestocomplete=1
  226. hidden=True
  227. infinite=False
  228. triggers
  229. {
  230. take_item(delay=0;itemid=pixelmon:relic_silver;count=20)
  231. skip_to_stage(delay=0;stage=0)
  232. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  233. fire_command(delay=0;command=give PLAYER pixelmon:fire_stone_pickaxe 1 0 {display:{Name:"Brimstone Pickaxe",Lore:["A fiery pickaxe capable of mining through hell itself."]},ench:[{id:32,lvl:3},{id:34,lvl:2},{id:35,lvl:2}]})
  234. fire_command(delay=0;command=give PLAYER pixelmon:fire_stone_axe 1 0 {display:{Name:"Brimstone Battleaxe",Lore:["A fiery axe capable of carving through hell itself."]},ench:[{id:16,lvl:4},{id:32,lvl:3},{id:34,lvl:2}]})
  235. fire_command(delay=0;command=give PLAYER pixelmon:fire_stone_shovel 1 0 {display:{Name:"Brimstone Shovel",Lore:["A fiery spade capable of digging through hell itself."]},ench:[{id:32,lvl:4},{id:34,lvl:3}]})
  236. }
  237. conditions
  238. {
  239. has_item(flipped=False;itemid=pixelmon:relic_silver;count=20)
  240. }
  241. type=choose_option(id=ConfirmTool;choice=1)
  242. }
  243. {
  244. description=UnconfirmTool
  245. hint=An optional hint
  246. timestocomplete=1
  247. hidden=True
  248. infinite=False
  249. triggers
  250. {
  251. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  252. skip_to_stage(delay=0;stage=0)
  253. }
  254. type=choose_option(id=ConfirmTool;choice=2)
  255. }
  256. {
  257. description=Standard Has
  258. hint=An optional hint
  259. timestocomplete=1
  260. hidden=True
  261. infinite=False
  262. triggers
  263. {
  264. show_options(delay=1;id=ConfirmStandard;name=The Underworld Vendor;text=You're sure you want the Standard Event Crate?;choice1=Yes;choice2=No)
  265. }
  266. conditions
  267. {
  268. has_item(flipped=False;itemid=pixelmon:relic_silver;count=25)
  269. }
  270. type=choose_option(id=TradeScreen1;choice=4)
  271. }
  272. {
  273. description=Standard (Doesnt)
  274. hint=An optional hint
  275. timestocomplete=1
  276. hidden=True
  277. infinite=False
  278. triggers
  279. {
  280. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  281. skip_to_stage(delay=0;stage=0)
  282. }
  283. conditions
  284. {
  285. has_item(flipped=True;itemid=pixelmon:relic_silver;count=25)
  286. }
  287. type=choose_option(id=TradeScreen1;choice=4)
  288. }
  289. {
  290. description=ConfirmStandard
  291. hint=An optional hint
  292. timestocomplete=1
  293. hidden=True
  294. infinite=False
  295. triggers
  296. {
  297. take_item(delay=0;itemid=pixelmon:relic_silver;count=25)
  298. skip_to_stage(delay=0;stage=0)
  299. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  300. fire_command(delay=0;command=teslacrate key give PLAYER standard 1)
  301. }
  302. conditions
  303. {
  304. has_item(flipped=False;itemid=pixelmon:relic_silver;count=25)
  305. }
  306. type=choose_option(id=ConfirmStandard;choice=1)
  307. }
  308. {
  309. description=UnconfirmStandard
  310. hint=An optional hint
  311. timestocomplete=1
  312. hidden=True
  313. infinite=False
  314. triggers
  315. {
  316. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  317. skip_to_stage(delay=0;stage=0)
  318. }
  319. type=choose_option(id=ConfirmStandard;choice=2)
  320. }
  321. {
  322. description=If you exit the menu...
  323. hint=speak to the Underworld Vendor to get set back.
  324. timestocomplete=1
  325. hidden=False
  326. infinite=False
  327. triggers
  328. {
  329. skip_to_stage(delay=0;stage=0)
  330. }
  331. type=chat_npc(uuid=1c123296-fde5-4089-83fc-bf6adfad714e;chatline1=Hm? You exited the menu? Very well, speak to me when you're ready.)
  332. }
  333. {
  334. description=A description
  335. hint=An optional hint
  336. timestocomplete=1
  337. hidden=True
  338. infinite=False
  339. triggers
  340. {
  341. show_options(delay=1;id=TradeScreen2;name=The Underworld Vendor;text=Here's some of my more expensive items...;choice1=Brimstone Key -50-;choice2=3iv The Vendors G-Yamask -55-;choice3=4iv Brimstone Numel -75-;choice4=5iv Netherrack Rookidee -100-;choice5=Random UB token -125-)
  342. skip_to_stage(delay=0;stage=2)
  343. }
  344. type=choose_option(id=TradeScreen1;choice=5)
  345. }
  346. }
  347. stage=2
  348. {
  349. {
  350. description=Brimstone Key
  351. hint=An optional hint
  352. timestocomplete=1
  353. hidden=True
  354. infinite=False
  355. triggers
  356. {
  357. show_options(delay=1;id=ConfirmKey;name=The Underworld Vendor;text=You're sure you want the Brimstone Key?;choice1=Yes;choice2=No)
  358. }
  359. conditions
  360. {
  361. has_item(flipped=False;itemid=pixelmon:relic_silver;count=50)
  362. }
  363. type=choose_option(id=TradeScreen2;choice=1)
  364. }
  365. {
  366. description=Brimstone Key (Doesnt)
  367. hint=An optional hint
  368. timestocomplete=1
  369. hidden=True
  370. infinite=False
  371. triggers
  372. {
  373. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  374. skip_to_stage(delay=0;stage=0)
  375. }
  376. conditions
  377. {
  378. has_item(flipped=True;itemid=pixelmon:relic_silver;count=50)
  379. }
  380. type=choose_option(id=TradeScreen2;choice=1)
  381. }
  382. {
  383. description=Confirm Key
  384. hint=An optional hint
  385. timestocomplete=1
  386. hidden=True
  387. infinite=False
  388. triggers
  389. {
  390. take_item(delay=0;itemid=pixelmon:relic_silver;count=50)
  391. give_item(delay=0;itemid=pixelmon:ultra_ruin_key;nbt={display:{Name:"Brimstone Key",Lore:["A mysterious key that may be of interest to Professor Ras. For use after the Season of Brimstone concludes."]}};count=1)
  392. skip_to_stage(delay=0;stage=0)
  393. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  394. }
  395. conditions
  396. {
  397. has_item(flipped=False;itemid=pixelmon:relic_silver;count=50)
  398. }
  399. type=choose_option(id=ConfirmKey;choice=1)
  400. }
  401. {
  402. description=UnconfirmKey
  403. hint=An optional hint
  404. timestocomplete=1
  405. hidden=True
  406. infinite=False
  407. triggers
  408. {
  409. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  410. skip_to_stage(delay=0;stage=0)
  411. }
  412. type=choose_option(id=ConfirmKey;choice=2)
  413. }
  414. {
  415. description=Yamask (has)
  416. hint=An optional hint
  417. timestocomplete=1
  418. hidden=True
  419. infinite=False
  420. triggers
  421. {
  422. show_options(delay=1;id=ConfirmYamask;name=The Underworld Vendor;text=You're sure you want one of my Galarian Yamask?;choice1=Yes;choice2=No)
  423. }
  424. conditions
  425. {
  426. has_item(flipped=False;itemid=pixelmon:relic_silver;count=55)
  427. }
  428. type=choose_option(id=TradeScreen2;choice=2)
  429. }
  430. {
  431. description=Yamask(Doesnt)
  432. hint=An optional hint
  433. timestocomplete=1
  434. hidden=True
  435. infinite=False
  436. triggers
  437. {
  438. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  439. skip_to_stage(delay=0;stage=0)
  440. }
  441. conditions
  442. {
  443. has_item(flipped=True;itemid=pixelmon:relic_silver;count=55)
  444. }
  445. type=choose_option(id=TradeScreen2;choice=2)
  446. }
  447. {
  448. description=Confirm Yam
  449. hint=An optional hint
  450. timestocomplete=1
  451. hidden=True
  452. infinite=False
  453. triggers
  454. {
  455. take_item(delay=0;itemid=pixelmon:relic_silver;count=55)
  456. skip_to_stage(delay=0;stage=0)
  457. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  458. give_pokemon(delay=0;spec=Yamask f:2 egg lvl:1 ivhp:31 ivdef:31 ivspdef:31 ball:cherish n:impish customtexture:terraevents)
  459. }
  460. conditions
  461. {
  462. has_item(flipped=False;itemid=pixelmon:relic_silver;count=55)
  463. }
  464. type=choose_option(id=ConfirmYamask;choice=1)
  465. }
  466. {
  467. description=UnconfirmYamn
  468. hint=An optional hint
  469. timestocomplete=1
  470. hidden=True
  471. infinite=False
  472. triggers
  473. {
  474. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  475. skip_to_stage(delay=0;stage=0)
  476. }
  477. type=choose_option(id=ConfirmYamask;choice=2)
  478. }
  479. {
  480. description=Numel (has)
  481. hint=An optional hint
  482. timestocomplete=1
  483. hidden=True
  484. infinite=False
  485. triggers
  486. {
  487. show_options(delay=1;id=ConfirmNumel;name=The Underworld Vendor;text=You're sure you want a Brimstone Numel?;choice1=Yes;choice2=No)
  488. }
  489. conditions
  490. {
  491. has_item(flipped=False;itemid=pixelmon:relic_silver;count=75)
  492. }
  493. type=choose_option(id=TradeScreen2;choice=3)
  494. }
  495. {
  496. description=Num(Doesnt)
  497. hint=An optional hint
  498. timestocomplete=1
  499. hidden=True
  500. infinite=False
  501. triggers
  502. {
  503. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  504. skip_to_stage(delay=0;stage=0)
  505. }
  506. conditions
  507. {
  508. has_item(flipped=True;itemid=pixelmon:relic_silver;count=75)
  509. }
  510. type=choose_option(id=TradeScreen2;choice=3)
  511. }
  512. {
  513. description=Confirm Num
  514. hint=An optional hint
  515. timestocomplete=1
  516. hidden=True
  517. infinite=False
  518. triggers
  519. {
  520. take_item(delay=0;itemid=pixelmon:relic_silver;count=75)
  521. skip_to_stage(delay=0;stage=0)
  522. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  523. give_pokemon(delay=0;spec=Numel egg lvl:1 ivhp:31 ivdef:31 ivspdef:31 ivspatk:31 move3:Strange_Steam ball:cherish n:modest customtexture:terraevents)
  524. }
  525. conditions
  526. {
  527. has_item(flipped=False;itemid=pixelmon:relic_silver;count=75)
  528. }
  529. type=choose_option(id=ConfirmNumel;choice=1)
  530. }
  531. {
  532. description=UnconfirmNume
  533. hint=An optional hint
  534. timestocomplete=1
  535. hidden=True
  536. infinite=False
  537. triggers
  538. {
  539. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  540. skip_to_stage(delay=0;stage=0)
  541. }
  542. type=choose_option(id=ConfirmNumel;choice=2)
  543. }
  544. {
  545. description=Rook (has)
  546. hint=An optional hint
  547. timestocomplete=1
  548. hidden=True
  549. infinite=False
  550. triggers
  551. {
  552. show_options(delay=1;id=ConfirmRook;name=The Underworld Vendor;text=You're sure you want a Netherrack'd Rookidee?;choice1=Yes;choice2=No)
  553. }
  554. conditions
  555. {
  556. has_item(flipped=False;itemid=pixelmon:relic_silver;count=100)
  557. }
  558. type=choose_option(id=TradeScreen2;choice=4)
  559. }
  560. {
  561. description=Rook(Doesnt)
  562. hint=An optional hint
  563. timestocomplete=1
  564. hidden=True
  565. infinite=False
  566. triggers
  567. {
  568. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  569. skip_to_stage(delay=0;stage=0)
  570. }
  571. conditions
  572. {
  573. has_item(flipped=True;itemid=pixelmon:relic_silver;count=100)
  574. }
  575. type=choose_option(id=TradeScreen2;choice=4)
  576. }
  577. {
  578. description=Confirm Rook
  579. hint=An optional hint
  580. timestocomplete=1
  581. hidden=True
  582. infinite=False
  583. triggers
  584. {
  585. take_item(delay=0;itemid=pixelmon:relic_silver;count=100)
  586. skip_to_stage(delay=0;stage=0)
  587. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  588. give_pokemon(delay=0;spec=Rookidee egg lvl:1 ivhp:31 ivdef:31 ivspdef:31 ivatk:31 ivspd:31 ball:cherish n:impish customtexture:terraevents)
  589. }
  590. conditions
  591. {
  592. has_item(flipped=False;itemid=pixelmon:relic_silver;count=100)
  593. }
  594. type=choose_option(id=ConfirmRook;choice=1)
  595. }
  596. {
  597. description=UnconfirmRook
  598. hint=An optional hint
  599. timestocomplete=1
  600. hidden=True
  601. infinite=False
  602. triggers
  603. {
  604. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  605. skip_to_stage(delay=0;stage=0)
  606. }
  607. type=choose_option(id=ConfirmRook;choice=2)
  608. }
  609. {
  610. description=If you exit the menu...
  611. hint=speak to the Underworld Vendor to get set back.
  612. timestocomplete=1
  613. hidden=False
  614. infinite=False
  615. triggers
  616. {
  617. skip_to_stage(delay=0;stage=0)
  618. }
  619. type=chat_npc(uuid=1c123296-fde5-4089-83fc-bf6adfad714e;chatline1=Hm? You exited the menu? Very well, speak to me when you're ready.)
  620. }
  621. {
  622. description=UB (has)
  623. hint=An optional hint
  624. timestocomplete=1
  625. hidden=True
  626. infinite=False
  627. triggers
  628. {
  629. show_options(delay=1;id=ConfirmUB;name=The Underworld Vendor;text=You're sure you want a Netherrack'd Rookidee?;choice1=Yes;choice2=No)
  630. }
  631. conditions
  632. {
  633. has_item(flipped=False;itemid=pixelmon:relic_silver;count=125)
  634. }
  635. type=choose_option(id=TradeScreen2;choice=5)
  636. }
  637. {
  638. description=UB(Doesnt)
  639. hint=An optional hint
  640. timestocomplete=1
  641. hidden=True
  642. infinite=False
  643. triggers
  644. {
  645. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Hm? You don't have enough silver for that.)
  646. skip_to_stage(delay=0;stage=0)
  647. }
  648. conditions
  649. {
  650. has_item(flipped=True;itemid=pixelmon:relic_silver;count=125)
  651. }
  652. type=choose_option(id=TradeScreen2;choice=5)
  653. }
  654. {
  655. description=Confirm UB
  656. hint=An optional hint
  657. timestocomplete=1
  658. hidden=True
  659. infinite=False
  660. triggers
  661. {
  662. take_item(delay=0;itemid=pixelmon:relic_silver;count=125)
  663. skip_to_stage(delay=0;stage=0)
  664. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=There you go. Enjoy.)
  665. give_item(delay=0;itemid=pixelmon:ultra_forest_key;nbt={display:{Name:"Random UB Token",Lore:["A token to be redeemed with a SMod/Lead for a random UB."]}};count=1)
  666. }
  667. conditions
  668. {
  669. has_item(flipped=False;itemid=pixelmon:relic_silver;count=125)
  670. }
  671. type=choose_option(id=ConfirmUB;choice=1)
  672. }
  673. {
  674. description=UnconfirmUB
  675. hint=An optional hint
  676. timestocomplete=1
  677. hidden=True
  678. infinite=False
  679. triggers
  680. {
  681. show_chat_gui(delay=1;name=The Underworld Vendor;chatline1=Oh, alright.)
  682. skip_to_stage(delay=0;stage=0)
  683. }
  684. type=choose_option(id=ConfirmUB;choice=2)
  685. }
  686. }
  687. }
Add Comment
Please, Sign In to add comment