Paradigm MUD Forums

Bug Reports => Engine Related Bug Reports => Post v0.9 Bugs => Topic started by: The Crazy Animal on April 05, 2007, 02:11:27 AM

Title: (bigbang) Limited items
Post by: The Crazy Animal on April 05, 2007, 02:11:27 AM
well limited items are not working.... this was something I thought was implimented...
Title: Re: Limited items
Post by: DeathCow on April 05, 2007, 03:38:54 AM
Recall: Vitoc always wants to do things his way. Which requires 30-40 rewrites before it works correctly.

[/ownage]
Title: Re: Limited items
Post by: Vitoc on April 05, 2007, 01:28:13 PM
Quote from: The Crazy Animal on April 05, 2007, 02:11:27 AM
well limited items are not working.... this was something I thought was implimented...
What exactly isn't working?

Part of this might stem from the fact that people insist I keep the players info between content changes.  So people might have limited items, but when I do the "BigBang" on the realm after a content update I go ahead and spawn all the limited items that mobs/bosses carry without checking how many exist. (because really at a big bang you shouldn't have players that already have limited items, otherwise it really wouldn't be a big bang, would it?)  I can add in a modification to check for the quantity of limiteds during big bang while creating mobs for the first time, I just thought it felt kind of silly at the time.
Title: Re: Limited items
Post by: DeathCow on April 05, 2007, 02:15:55 PM
Wow. So um if an item is Lim-2 what happens.
Title: Re: Limited items
Post by: Vitoc on April 05, 2007, 02:57:13 PM
Quote from: DeathCow on April 05, 2007, 02:15:55 PM
Wow. So um if an item is Lim-2 what happens.
42
Title: Re: Limited items
Post by: The Crazy Animal on April 05, 2007, 05:49:50 PM
SO start working on little bang :)
Title: Re: (bigbang) Limited items
Post by: The Crazy Animal on May 03, 2007, 10:55:18 AM
I'm guessing that the littlebang project has yet to start?? Am I right, wrong....
Title: Re: (bigbang) Limited items
Post by: Vitoc on May 03, 2007, 05:22:57 PM
Quote from: The Crazy Animal on May 03, 2007, 10:55:18 AM
I'm guessing that the littlebang project has yet to start?? Am I right, wrong....
You are correct sir.  Or revising the Big Bang method to account for limited items already on players.
Title: Re: (bigbang) Limited items
Post by: DeathCow on May 03, 2007, 06:29:29 PM
I dont really see why this is a unique event, shouldn't the coding automatically do this...
Title: Re: (bigbang) Limited items
Post by: The Crazy Animal on May 03, 2007, 06:44:55 PM
Na this is different then when the game is actually running.

Bigbang Is a unique instance that is run normal once and only once and that is when the game starts up for the first time it sets everything up so that it can be played fresh. However since were not reseting the realm for each content update its being run when it isn't supposed to and is behaving like it should. Now In the case of content updates an instance called littlebang should be running instead and that will account for stuff like limited items already in game and ignore objects that are already there. Unfortuanatly code wise were just not there yet. Hope that makes more sense???
Title: Re: (bigbang) Limited items
Post by: Faceless thing on May 04, 2007, 10:32:05 PM
   If u had it index items so it knew where they where u could use that same program to run a lim list to know where they where in game   or at least thats my thought.... ;D
Title: Re: (bigbang) Limited items
Post by: The Crazy Animal on May 04, 2007, 11:05:40 PM
Quote from: Faceless thing on May 04, 2007, 10:32:05 PM
   If u had it index items so it knew where they where u could use that same program to run a lim list to know where they where in game   or at least thats my thought.... ;D

Bigbang is supposed to wipe clean all the old info and start fresh but because were not reseting the player data its causeing problems. So really bigbang is doing its job right. Once littlebang is in this will go away because that will only touch new or changed records in the db.
Title: Re: (bigbang) Limited items
Post by: Raybdbomb on July 02, 2008, 06:09:39 AM
Is this still relevant?
Title: Re: (bigbang) Limited items
Post by: The Crazy Animal on July 02, 2008, 11:32:19 AM
yes sort of...