darkstar
darkstar copied to clipboard
SMN spririts casting flaws
I have:
- [x] searched existing issues (http://github.com/darkstarproject/darkstar/issues/) to see if the issue I am posting has already been addressed or opened by another contributor
- [x] checked the commit log to see if my issue has been resolved since my server was last updated
Client Version (type /ver
in game) :
30161103_1
Server Version (type @revision
in game) :
https://github.com/DarkstarProject/darkstar/commit/dec03e7567fe7d37016c44a9b5c2867ced2f8ffa
Source Branch (master/stable) : master
Additional Information (Steps to reproduce/Expected behavior) : if you retreat a spirit and assualt it will begin again to cast another spell over and over again. Just seems to restart the timer to 0. also I'm not sure if it should be casting immediately after being summoned I thought it had a cool down from 1st cast also. and last thing is the Light Spirit doesnt cure, which would probably need some type of AI or HP checks to function correctly. I have had it cast haste on me once other than that it does banish dia and flash.
my server is currently down and i can get the ver and misc when its back up in an edit
ver 30161103_1
revision dec03e7567fe7d37016c44a9b5c2867ced2f8ffa
re: "I'm not sure if it should be casting immediately after being summoned I thought it had a cool down from 1st cast also."
There should be a forced delay before a spirit will start casting spells. It is calculated by this formula:
Casting Time (in seconds) = 48 + (max Summoning Skill - current Summoning Skill) / 3
If Spirit is cast on corresponding day: -3 seconds
If Spirit is cast on weak day: +3 seconds
If Spirit is cast during corresponding weather: -2 seconds
If Spirit is cast during weak weather: +2 seconds
If using Summoner's Spats: -5 seconds
If using Astral Flow: -5 seconds
Light Spirit in healing mode or buffing mode: 1/2 Casting Time
I'm rather new, but this is super OP. Everyone just kills everything 15+ levels above them with spirits. They cast spells on spawn/assault and appear to cast very often regardless of skill. Something I did notice is when using spirits in certain zones, their rate of casting isn't so high. I have not dug through the code on how this is performed yet, but just what I had noticed. Fire spirit also I had noticed the highest spell cast rate.