tvand7093 / forgottenserver

A free and open-source MMORPG server emulator written in C++
GNU General Public License v2.0
0 stars 0 forks source link

Interaction between Pots and runes #73

Closed paraknell closed 10 years ago

paraknell commented 10 years ago

Is there technically a CD timer for pots? And can you make it so they don't reset the timer on runes. I can't use both at the same time, but I can cast spells and pots at the same time. Just seems to slow to cast the pot to heal...wait...cast rune...wait...cast pot. Takes too long in between each.

EpicLord commented 10 years ago

I have already put into my notes to fix mana pot to change from 2 sec delay to 1 just like regular healing. Runes I'll look into idk the exact timing on them. Either way later down the road it's all gonna be custom spells so people won't really use runes.

On Saturday, May 24, 2014, Ct notifications@github.com wrote:

Is there technically a CD timer for pots? And can you make it so they don't reset the timer on runes. I can't use both at the same time, but I can cast spells and pots at the same time. Just seems to slow to cast the pot to heal...wait...cast rune...wait...cast pot. Takes too long in between each.

— Reply to this email directly or view it on GitHubhttps://github.com/tvand7093/forgottenserver/issues/73 .

EpicLord commented 10 years ago

runes have correct attack time rate, potions i cannot edit until i download the item editor, will fix later