This might be the wrong forum and I apologize.
Playing around with my brothers on a server setup primarily for low man. Are the setting in the spell specific group supposed to work? I noticed a couple seem to ignore what I have set, example ENHANCING_SONG_DURATION.
Just an informational question. Thanks
Question RE: Setting.lua
Re: Question RE: Setting.lua
it's up to individual spell scripters to remember to use those settings. i know cure power should work, but the rest i doubt. enhancing song duration i can guarantee doesn't work, since they aren't even handled in scripts right now
Re: Question RE: Setting.lua
That's what I was just noticing.
Thanks for the info and quick reply.
Thanks for the info and quick reply.
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: Question RE: Setting.lua
settings.lua is left over from when we used PXI's scripts waaaaay back in the day. A lot of it doesn't work anymore, and it really should be pruned or brought up to working condition.
As far as stuff like song duration, it's going to depend on how those are built. Some of the stuff those settings are supposed to influence are handled completely in the core, so it becomes a lot harder to apply them.
As far as stuff like song duration, it's going to depend on how those are built. Some of the stuff those settings are supposed to influence are handled completely in the core, so it becomes a lot harder to apply them.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
-
- Posts: 27
- Joined: Mon Feb 25, 2013 12:13 am
Re: Question RE: Setting.lua
How would one fix these things to work I been looking all over trying to make them work but I dont have that skill.
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Question RE: Setting.lua
Really all you can do is start reading code/scripts until you figure out what is where. You probably can't get them all working in scripts anymore, though. Too many things have moved to the core.