Page 1 of 1
Casting Animations
Posted: Wed Jun 17, 2015 10:25 am
by aventinus
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
Posted: Wed Jun 17, 2015 8:07 pm
by whasf
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
Posted: Wed Jun 17, 2015 8:33 pm
by kjLotus
whasf 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.
i think we did that already
Re: Casting Animations
Posted: Wed Jun 17, 2015 8:39 pm
by whasf
Maybe his db is out of date then
Re: Casting Animations
Posted: Sun Aug 16, 2015 1:07 am
by uwill99
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
Posted: Sun Aug 16, 2015 10:01 pm
by whasf
You're in an unsupported state right now. We always recommend to keep as current as possible.
Re: Casting Animations
Posted: Mon Aug 17, 2015 4:35 am
by Delaide
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.
Re: Casting Animations
Posted: Wed Aug 19, 2015 8:00 pm
by uwill99
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!