'Archer quest':
Type: Interact
Requirements:
Mode: Any 2
List:
- GROUP Citizen
- GROUP Donator
Steps:
1:
Click Trigger:
Script:
- CHAT "To become a true §cArcher§f you need to prove you have what it takes. I'd say killing 100 or so Skeleton Archers should do."
- WAIT 6
- CHAT "But remember this, you can only follow one path. Choose wisely."
- LISTEN KILL TYPE:ENTITY NAME:SKELETON QTY:100 'SCRIPT:Archer quest reward'
- ZAP 2
2:
Click Trigger:
Script:
- CHAT "How many Skeletal Archers have you slain so far?"
3:
Click Trigger:
Script:
- CHAT "Well, well, well. Looks like we have ourselves someone who has...proven themselves worthy."
- WAIT 5
- NARRATE "You've become an §cArcher§f!"
- EXECUTE ASSERVER 'manuadd <PLAYER> Archer'
- EXECUTE ASSERVER 'hero admin class <PLAYER> Archer'
- GIVE MONEY QTY:150
- NARRATE "You've received 150 §egold§f!"
- WAIT 3
- CHAT "Congratulations, <PLAYER>. You now have access to the §aThieve's Guild§f downstairs."
- WAIT 4
- CHAT "You can use it to learn more about being an §cArcher§f as well as for special quests and items."
'Archer quest reward':
Type: Task
Script:
- NARRATE "You've killed 100 Skeletal Archers."
- ZAP 'SCRIPT:Archer quest' 3