Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. ===ASSIGNMENTS===
  2.  
  3. Denizens:
  4. RogueGW:
  5. Interact Scripts:
  6. - 0 StartFetch
  7. - 1 EndFetch
  8. archerx:
  9. Interact Scripts:
  10. - 0 ArcherStart
  11. - 1 ArcherEnd
  12. magician595:
  13. Interact Scripts:
  14. - 0 MagicianStart
  15. - 1 MagicianEnd
  16. knight11:
  17. Interact Scripts:
  18. - 0 FighterStart
  19. - 1 FighterComplete
  20. - 2 FighterEnd
  21. WarriorHeart:
  22. Interact Scripts:
  23. - 0 WarriorStart
  24. - 1 WarriorEnd
  25. Wizard567:
  26. Interact Scripts:
  27. - 0 WizardStart
  28. - 1 WizardEnd
  29.  
  30. ===SCRIPTS===
  31.  
  32. 'MagicianStart':
  33. Type: Interact
  34. Requirements:
  35. Mode: All
  36. List:
  37. - PERMISSION rpg.tier1
  38. Steps:
  39. 1:
  40. Click Trigger:
  41. Script:
  42. - LOOK AT
  43. - CHAT "Hello <PLAYER>'"
  44. - CHAT "The magician is a man of wisdom. A life time of studying the spiritual elements,"
  45. - CHAT "he is able to cast powerful spells and curses upon his enemies. Magical powers of exploding magnitude flows through this hero's veins."
  46. - CHAT "Do you want to become a Magician?"
  47. Chat Trigger:
  48. 1:
  49. Trigger: /Yes/. I do.
  50. Script:
  51. - CHAT "As we magicians rely on magic in combat we like to use a book for binding our spells as it is appropriate for us."
  52. - WAIT 1
  53. - CHAT "Your task will be to create a book and deliver it to me and I will be glad to recruit you to the Mages Guild!"
  54. - FINISH
  55. - ZAP
  56. 2:
  57. Trigger: /No/. I don't.
  58. Script:
  59. - CHAT "Figured you'd be the simple minded type..."
  60. 2:
  61. Click Trigger:
  62. Script:
  63. - CHAT "Return to me when you have an empty book."
  64. 3:
  65. Click Trigger:
  66. Script:
  67. - CHAT "Hello there, <PLAYER>. Are your studies going well?"
  68.  
  69.  
  70. 'MagicianEnd':
  71. Type: Interact
  72. Requirements:
  73. Mode: All
  74. List:
  75. - FINISHED MagicianStart
  76. - -FINISHED MagicianEnd
  77. - ITEM 340 1
  78. Steps:
  79. 1:
  80. Click Trigger:
  81. Script:
  82. - ENGAGE
  83. - TAKE BOOK QTY:1
  84. - GIVE STICK QTY:1
  85. - GIVE BOOK QTY:1
  86. - CHAT "I am impressed, this is a nice book!"
  87. - WAIT 1
  88. - CHAT "Welcome to the Mages Guild"
  89. - EXECUTE ASSERVER 'hero admin class <PLAYER> magician'
  90. - EXECUTE ASSERVER 'hero admin level <PLAYER> magician 10'
  91. #This handy command will move the first script to Step 3.
  92. - ZAP 3 SCRIPT:MagicianStart
  93. #Mark this script as completed.
  94. - FINISH
  95. - DISENGAGE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement