byaccident submitted a new resource:

The Flame 1.0 - First scripting steps

All in one package, just drop it in your custom folder.

Quest giver can be spawned using [add jack

quest will ask the player to gather 15 fire crystals. they are scripted as loot on the flame elementals. (custom droprate) when completed you will get "the flame" . to be able to use the flame on also has to find the Firestone. (dropped by flame beetle also adjusted droprate).
The firestone is needed to light up your bolts. this way you can shoot flaming arrows.

Could be you have to edit...

Read more about this resource...
 
I think this is a cool idea for a quest. When I put the code on my server is says

Errors:
Misc/Firestone.cs:
CS0246: Line 5: The type or namespace name 'IGem' could not be found (are you missing a using directive or an assembly referance?)

So The Firestone.cs is refering to this 'IGem" where would I have to add this IGem in another script for it to work?
 
Back