Page 1 of 1
Guild Contracts
Posted: Sat May 09, 2015 2:22 am
by Desufire
I didn't want to post about this, but it looks like I need help because everything I try just isn't working.
I'm guessing that the guild options in the settings script are no longer viable because players are receiving default points for items turned in for GP instead of the multiplied amount I have set. Players are also limited to 1 GW contract at a time now too while I have that set to allow the accumulation of GP for all guilds at once.
So, can anyone give me an idea as to where I can change the contract check at? I've looked and messed around in the crafting script to no avail, but I'll admit that I might not be changing the correct lines. I can always change the points given in another script I saw (can't recall if it was an sql or not, but I can find it again.) I just need open contracts is all if possible.
Re: Guild Contracts
Posted: Sun May 24, 2015 6:49 pm
by kjLotus
Desufire wrote:I didn't want to post about this, but it looks like I need help because everything I try just isn't working.
I'm guessing that the guild options in the settings script are no longer viable because players are receiving default points for items turned in for GP instead of the multiplied amount I have set. Players are also limited to 1 GW contract at a time now too while I have that set to allow the accumulation of GP for all guilds at once.
So, can anyone give me an idea as to where I can change the contract check at? I've looked and messed around in the crafting script to no avail, but I'll admit that I might not be changing the correct lines. I can always change the points given in another script I saw (can't recall if it was an sql or not, but I can find it again.) I just need open contracts is all if possible.
I never wrote any such settings. Probably why they don't work
Re: Guild Contracts
Posted: Sun May 24, 2015 7:02 pm
by Desufire
kjLotus wrote:Desufire wrote:I didn't want to post about this, but it looks like I need help because everything I try just isn't working.
I'm guessing that the guild options in the settings script are no longer viable because players are receiving default points for items turned in for GP instead of the multiplied amount I have set. Players are also limited to 1 GW contract at a time now too while I have that set to allow the accumulation of GP for all guilds at once.
So, can anyone give me an idea as to where I can change the contract check at? I've looked and messed around in the crafting script to no avail, but I'll admit that I might not be changing the correct lines. I can always change the points given in another script I saw (can't recall if it was an sql or not, but I can find it again.) I just need open contracts is all if possible.
I never wrote any such settings. Probably why they don't work
Rofl! I wonder who put them there then. I've moved on from this anyway. The union works, so I'm happy. Does make me wonder what actually works in the settings lua now. Something I'll need to test when I get the time.
Re: Guild Contracts
Posted: Sun May 24, 2015 7:04 pm
by kjLotus
need to get rid of the settings that were added but never implemented - just makes it confusing when it gets implemented without them
Re: Guild Contracts
Posted: Sun May 24, 2015 8:29 pm
by TeoTwawki
In a few cases something got entirely redone and the old setting for whatever stopped working because the person rewriting it both didn't use it in their new code and left it dangling in the global. If the removal is intentional it should be deleted form the global then and there. When someone leaves a dead setting behind it tells me they either a) expected someone else to do the work later or more likely b) simply did not pay attention.
But yeah, a lot was in there that never worked, and never should have been in the global before code to make it real existed. That was just dumb.