- Joined
- Jan 7, 2011
- Location
- The 7th Circle of Heaven
So, I wanted to bring out to survival basic quests through the Quests plugin
Found here > https://www.spigotmc.org/resources/quests.3711/
Here's a very basic script that I wrote that requires paladin and to kill Redhand guards.
Can you do better?
The rewards can be custom, coin, etc almost anything and the steps can be very long that require you to complete previous steps. Such as... Kill Common Redhands > Elite Redhands > Redhand Bosses, if you so desired.
Found here > https://www.spigotmc.org/resources/quests.3711/
Here's a very basic script that I wrote that requires paladin and to kill Redhand guards.
Can you do better?
The rewards can be custom, coin, etc almost anything and the steps can be very long that require you to complete previous steps. Such as... Kill Common Redhands > Elite Redhands > Redhand Bosses, if you so desired.
Code:
custom2:
name: Kill Redhand Guards
redo-delay: 600000
ask-message: Go kill the Redhand Guards!
finish-message: You killed Redhand Guards! Here's some coin and exp!
requirements:
heroes-primary-class: Paladin
fail-requirement-message: You are not the proper class!
stages:
ordered:
'1':
custom-objectives:
custom1:
name: Kill MythicMobs
count: 10
data:
Killable Types: T6_CRU_WARRIOR,T6_CRU_CASTER,T6_CRU_ROGUE,T6_CRU_HEALER
Objective Name: Protectors of the Redhand
rewards:
heroes-exp-classes:
- Paladin
heroes-exp-amounts:
- 5000.0