Advertisement
Primalcyndaquil

Untitled

Apr 4th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Nogrod Egg
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=
  8. ignoresquestlimit=True
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=NOGROD EGG
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. send_chat(delay=0;message=&bYou found the third egg!)
  23. send_chat(delay=1;message=&bThe egg is made of fragile rock-candy. It shatters at your touch, revealing some candy!)
  24. give_item(delay=1;itemid=pixelmon:dynamax_candy;count=3)
  25. give_item(delay=1;itemid=pixelmon:l_exp_candy;count=3)
  26. skip_to_stage(delay=1;stage=100)
  27. }
  28. type=right_click_entity(uuid=3bd9bc68-b9c9-4634-b760-159695589a8b)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=A description
  35. hint=An optional hint
  36. timestocomplete=1
  37. hidden=True
  38. infinite=False
  39. type=chat_npc(uuid=6a32339b-c73f-47ac-97c0-b1463dddaa3;chatline1=Hi.)
  40. }
  41. }
  42. }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement