Casting Animations
Casting Animations
I have looked around the forums but have not found an answer to this. When casting a spell, mainly BLM spells, the casting bar finishes LONG before the spell is actually cast. The spell is selected, animation starts, cast bar finishes and the casting animation is still going allowing the spell to be interrupted. I have looked through several files and have not been able to figure if there is a setting or something I have overlooked.
Re: Casting Animations
The spell times have been updated on the client, but not on the server (it's in the database, spell_list table, castTime column)
Someone just needs to submit a pull request with the updated values for the spells.
Someone just needs to submit a pull request with the updated values for the spells.
-- Whasf
Re: Casting Animations
i think we did that alreadywhasf wrote:The spell times have been updated on the client, but not on the server (it's in the database, spell_list table, castTime column)
Someone just needs to submit a pull request with the updated values for the spells.
Re: Casting Animations
My DB is definitely out of date, but I'm trying to keep from updating anything. I'm happy with the state it is now, except the casting issue. I haven't updated in months and months. Will I have to patch to live to be able to use any new DB that fixed this problem? I'm in rural Oregon at the moment and am using satelite, talking like 20kb/sec download speeds it's awful. I'd like to avoid a large download, but would love to fix the cast bar issue.
Re: Casting Animations
You're in an unsupported state right now. We always recommend to keep as current as possible.
-- Whasf
Re: Casting Animations
While the initial pull of the git is largish, at least for your internet speed, once you have that done it is normally very small packages for updates.
You could try just leaving your system on overnight for an initial pull, or go to a McDonald's or something to use their WiFi to do the initial pull. After that, maintenance is fairly straight forward.
You could try just leaving your system on overnight for an initial pull, or go to a McDonald's or something to use their WiFi to do the initial pull. After that, maintenance is fairly straight forward.
Re: Casting Animations
Oh, I fixed it. Well you guys fixed it, but I just took the spell_list.sql from current and put into my table. Thanks for the help on locating where/what was the problem though!