How can I make spell that "drains" stamina?
------------------
Quote
Originally posted by KJK:
How can I make spell that "drains" stamina?
Set a duration and give it damage in min/max fields.
------------------
(url="http://"http://stark.evula.net/pogwalkthrough.htm")PoG Walkthrough and Compendium(/url) | (url="http://"http://stark.evula.net/plugins/dev_tools.htm")PoG Dev Tools(/url) | (url="http://"http://stark.evula.net/plugins/spells_expander.htm")Spells Expander(/url)
(url="http://"http://stark.evula.net")Stark.evula.net(/url) | (url="http://"http://www.evula.net")EVula.net(/url) | (url="http://"http://mail.ambrosiasw.com/mailman/listinfo/coldstone_dev")Coldstone-dev mailing list(/url) | (url="http://"http://ucplugs.evula.net/pog.html")PoG Upcoming Plug-Ins Directory(/url)
Or for more controlled stamina drain (X stamina/second, as rounds don't translate into seconds nicely) refer to (url="http://"http://stark.evula.net/plugin_faq.htm")Creating a plug-in for Pillars of Garendall: 101(/url) and take a look at (url="http://"http://stark.evula.net/plugin_faq.htm#tiptimer")Creating a Timer(/url)
Stark, I think you have the most visited PoG walkthrough and the most visited Coldstone plugin tutorial, even though you don't link to it anywhere on your site. It must be the quality. It's so good you don't even need to advertise. Good job!
------------------
CI-I@()s
(url="http://"http://www.evula.org/cha0s/")The Homepage of Cha0s(/url)
That would be tricky... Hmmmm....
Create a spell that has a single target and deals X damage. Then another spell targeting the caster that does -X damage (I don't think you can record the amount of damage dealt...so you need to only have 1 number).
When you cast the first spell, have it link to an event containing the second spell in the "Hit Target" section.
I don't think you can create a spell that, while it lasts, all damage you do is converted into life. It would be cool, but I don't think it is possible.
------------------
CI-I@()s
(url="http://"http://www.evula.org/cha0s/")The Homepage of Cha0s(/url)
Quote
Originally posted by CI-Ia0s:
Create a spell that has a single target and deals X damage. Then another spell targeting the caster that does -X damage (I don't think you can record the amount of damage dealt...so you need to only have 1 number).
When you cast the first spell, have it link to an event containing the second spell in the "Hit Target" section.
Yep, this is pretty much all you can do; create 2 spells and have the first call the second.
So what will happen is this:
Keep in mind a few things:
Good luck.
------------------
(url="http://"http://stark.evula.net/pogwalkthrough.htm")PoG Walkthrough and Compendium(/url) | (url="http://"http://stark.evula.net/plugins/dev_tools.htm")PoG Dev Tools(/url) | (url="http://"http://stark.evula.net/plugins/spells_expander.htm")Spells Expander(/url)
(url="http://"http://stark.evula.net")Stark.evula.net(/url) | (url="http://"http://www.evula.net")EVula.net(/url) | (url="http://"http://mail.ambrosiasw.com/mailman/listinfo/coldstone_dev")Coldstone-dev mailing list(/url) | (url="http://"http://ucplugs.evula.net/pog.html")PoG Upcoming Plug-Ins Directory(/url)