;;;;;;;;; Reward NPC - Toxin ;;;;;;;;;

[@main]
#IF
#SAY
Welcome <$USERNAME>, I've heard you battled\
bravely against the Numa tribe and it got me\
wondering if you found anything upon the\
bodies of the fallen fighters.  Have you seen\
anything like this?\\

<[ I've found this? ]/@HeroVsVillain_Reward>\
<[ I didn't see anything ]/@exit>\
\
\
<[ Join the Battle ]/@User_JoinWar>\\\

[@User_JoinWar]
#IF
#ACT
mapmove TOXIN1 35 71

[@HeroVsVillain_Reward]
#IF
checkitem NumaWarCrest
#SAY
Wow! You've found some NumaWarCrests, these\
prove to me how good a fighter you really are.\
\
I'll trade you some of my rarer goods for\
such quality items. If you click the item\
you fancy I'll make you a deal on how many\
NumaWarCrests I want for them\
\
So what would you like?\\

<[ ArmourCrest ]/@Reward_One> - 10-12 AC and MR\
<[ WarriorCrest ]/@Reward_Two> - 5-5 AC, MR and DC\
<[ TaoistCrest ]/@Reward_Three> - 5-5 AC,MR and SC\
<[ WizardCrest ]/@Reward_Four> - 5-5 AC, MR and MC\
<[ BenedictionOil ]/@Reward_Five>\\
<[ What Liqours do you have? ]/@Reward_LiquorList>\\\\
#ELSESAY
You have nothing that really interests me\
but make sure you come back if you find\
something another time.\\
<[ Close ]/@exit>\\\


[@Reward_One]
#IF
#SAY
You've got a good eye there, an ArmourCrest\
trades for {FCOLOR/10}75{FCOLOR/12} NumaWarCrests.  Would you like to\
trade me for one of these?\\
<[ Yes please ]/@GiveReward_One>\
<[ What else is there? ]/@HeroVsVillain_Reward>\\\

[@Reward_Two]
#IF
#SAY
You've got a good eye there, a WarriorCrest \
trades for {FCOLOR/10}75{FCOLOR/12} NumaWarCrests.  Would you like to\
trade me for one of these?\\
<[ Yes please ]/@GiveReward_Two>\
<[ What else is there? ]/@HeroVsVillain_Reward>\\\

[@Reward_Three]
#IF
#SAY
You've got a good eye there, a TaoistCrest\
trades for {FCOLOR/10}75{FCOLOR/12} NumaWarCrests.  Would you like to\
trade me for one of these?\\
<[ Yes please ]/@GiveReward_Three>\
<[ What else is there? ]/@HeroVsVillain_Reward>\\\

[@Reward_Four]
#IF
#SAY
You've got a good eye there, a WizardCrest\
trades for {FCOLOR/10}75{FCOLOR/12} NumaWarCrests.  Would you like to\
trade me for one of these?\\
<[ Yes please ]/@GiveReward_Four>\
<[ What else is there? ]/@HeroVsVillain_Reward>\\\

[@Reward_Five]
#IF
#SAY
You've got a good eye there, a BenedictionOil \
trades for {FCOLOR/10}20{FCOLOR/12} NumaWarCrests.  Would you like to\
trade me for one of these?\\
<[ Yes please ]/@GiveReward_Five>\
<[ What else is there? ]/@HeroVsVillain_Reward>\\\

[@Reward_LiquorList]
#IF
#SAY
Ok, I have the following Liquors available for\
just {FCOLOR/10}10{FCOLOR/12} each.\
<[ ImpactLiquor(L) ]/@ImpactOne> - <[ NatureLiquor(L) ]/@NatureOne>\
<[ SpiritLiquor(L) ]/@SpiritOne> - <[ StormLiquor(L) ]/@StormOne>\
<[ HealthLiqour(L) ]/@HealthOne> - <[ MagicLiquor(L) ]/@MagicOne>\
\
Or I have these ones at the bargain deal of\
just {FCOLOR/10}20{FCOLOR/12} each.\
<[ ImpactLiquor(XL) ]/@ImpactTwo> - <[ NatureLiquor(XL) ]/@NatureTwo>\
<[ SpiritLiquor(XL) ]/@SpiritTwo> - <[ StormLiquor(XL) ]/@StormTwo>\
<[ HealthLiqour(XL) ]/@HealthTwo> - <[ MagicLiquor(XL) ]/@MagicTwo>\\\\


[@GiveReward_One]
#IF
checkitem NumaWarCrest 75
#ACT
take NumaWarCrest 75
give ArmourCrest 1
#SAY
Here's the ArmourCrest you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@GiveReward_Two]
#IF
checkitem NumaWarCrest 75
#ACT
take NumaWarCrest 75
give WarriorCrest 1
#SAY
Here's the WarriorCrest you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@GiveReward_Three]
#IF
checkitem NumaWarCrest 75
#ACT
take NumaWarCrest 75
give TaoistCrest 1
#SAY
Here's the TaoistCrest you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@GiveReward_Four]
#IF
checkitem NumaWarCrest 75
#ACT
take NumaWarCrest 75
give WizardCrest 1
#SAY
Here's the WizardCrest you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@GiveReward_Five]
#IF
checkitem NumaWarCrest 20
#ACT
take NumaWarCrest 20
give BenedictionOil 1
#SAY
Here's the BenedictionOil you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@ImpactOne]
#IF
checkitem NumaWarCrest 10
#ACT
take NumaWarCrest 10
give ImpactLiquor(L) 1
#SAY
Here's the ImpactLiquor(L) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@NatureOne]
#IF
checkitem NumaWarCrest 10
#ACT
take NumaWarCrest 10
give NatureLiquor(L) 1
#SAY
Here's the NatureLiquor(L) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@SpiritOne]
#IF
checkitem NumaWarCrest 10
#ACT
take NumaWarCrest 10
give SpiritLiquor(L) 1
#SAY
Here's the SpiritLiquor(L) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@StormOne]
#IF
checkitem NumaWarCrest 10
#ACT
take NumaWarCrest 10
give StormLiquor(L) 1
#SAY
Here's the StormLiquor(L) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@HealthOne]
#IF
checkitem NumaWarCrest 10
#ACT
take NumaWarCrest 10
give HealthLiquor(L) 1
#SAY
Here's the HealthLiquor(L) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@MagicOne]
#IF
checkitem NumaWarCrest 10
#ACT
take NumaWarCrest 10
give MagicLiquor(L) 1
#SAY
Here's the MagicLiquor(L) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@ImpactTwo]
#IF
checkitem NumaWarCrest 20
#ACT
take NumaWarCrest 20
give ImpactLiquor(XL) 1
#SAY
Here's the ImpactLiquor(XL) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@NatureTwo]
#IF
checkitem NumaWarCrest 20
#ACT
take NumaWarCrest 20
give NatureLiquor(XL) 1
#SAY
Here's the NatureLiquor(XL) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@SpiritTwo]
#IF
checkitem NumaWarCrest 20
#ACT
take NumaWarCrest 20
give SpiritLiquor(XL) 1
#SAY
Here's the SpiritLiquor(XL) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@StormTwo]
#IF
checkitem NumaWarCrest 20
#ACT
take NumaWarCrest 20
give StormLiquor(XL) 1
#SAY
Here's the StormLiquor(XL) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@HealthTwo]
#IF
checkitem NumaWarCrest 20
#ACT
take NumaWarCrest 20
give HealthLiquor(XL) 1
#SAY
Here's the HealthLiquor(XL) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

[@MagicTwo]
#IF
checkitem NumaWarCrest 20
#ACT
take NumaWarCrest 20
give MagicLiquor(XL) 1
#SAY
Here's the MagicLiquor(XL) you requested, enjoy!\
<[ Trade More ]/@HeroVsVillain_Reward>\
<[ Thanks ]/@exit>\\\
#ELSESAY
I'm sorry to say but you don't seem to have\
enough NumaWarCrests for this item.\
<[ Close ]/@exit>\\\

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;