Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- BlackSmithQuest:
- type: assignment
- interact scripts:
- - 20 QuestCompleted
- - 10 HasItems
- - 10 DoesNotHaveItems
- - 0 BlackSmith
- BlackSmith:
- Type: Interact
- Requirements:
- Mode: All
- List:
- - -FLAGGED "BlackSmith Quest Started"
- - -FLAGGED "BlackSmith Quest Finished"
- Steps:
- 1:
- Click Trigger:
- Script:
- - CHAT "I need your help!"
- - CHAT "Will you help me?"
- - WAIT 1
- - ZAP 2
- 2:
- Chat Trigger:
- 1:
- Trigger: /Yes/, I would like to help you.
- Script:
- - CHAT "Great, I need You to make some Stone Swords for me."
- - WAIT 1
- - CHAT "Come back to me when you have made 5 swords"
- - FLAG "BlackSmith Quest Started"
- - ZAP 1
- 2:
- Trigger: /No/, I do not have time to do that
- Script:
- - CHAT "Well, oke then"
- - ZAP 1
- HasItems:
- Type: Interact
- Requirements:
- Mode: All
- List:
- - FLAGGED "BlackSmith Quest Started"
- - -FLAGGED "BlackSmith Quest Finished"
- - item 272 'qty:5'
- Steps:
- 1:
- Click Trigger:
- Script:
- - CHAT "You have got the Swords"
- - TAKE 'ITEM:Stone_Sword' 'qty:5'
- - NARRATE "You gave the Swords to the BlackSmith"
- - WAIT 1
- - CHAT "Here is your reward"
- - GIVE 'ITEM:Iron_Sword' 'qty:1'
- - FLAG "BlackSmith Quest Finished"
- - execute as_player "me has completed the BlackSmith Quest"
- DoesNotHaveItems:
- Type: Interact
- Requirements:
- Mode: All
- List:
- - FLAGGED "BlackSmith Quest Started"
- - -FLAGGED "BlackSmith Quest Finished"
- - -item 272 'qty:5'
- Steps:
- 1:
- Click Trigger:
- Script:
- - CHAT "You do not have the Swords"
- - CHAT "Come back when you have the Swords"
- QuestCompleted:
- Type: Interact
- Requirements:
- Mode: All
- List:
- - Flagged "BlackSmith Quest Finished"
- Steps:
- 1:
- Click Trigger:
- Script:
- - CHAT "Now go to the HeadMaster for your training"
Advertisement
Add Comment
Please, Sign In to add comment