View Full Version : [dev1123] Porter Moogle Changes
Elgorian
06-06-2012, 12:49 AM
Not a huge deal I guess, but do we really NEED slip 14? We already have a slip for Nyzul Isle why can't we just use that instead of add more inventory-.?
You're adding new gear to already existing slips, you should be able to do the same with this as well.
edit: if anything the ogier's / rubeus / athos' should get it's own slip, I mean Slip 03 is Campaign / Zeni. Voidwatch stuff just doesn't really make sense there.
edit2: Sorry editing again xD. What we really need is just a .... Voidwatch slip that can hold.... you know.. all voidwatch drops?
RAIST
06-06-2012, 02:19 AM
They may be looking more at the long-term use of the slips, as each slip will eventually run out of room in the bit-mask for linking items.
Annex
06-06-2012, 02:52 AM
All VW gear slip please, including all accesories. My space is really limited, especially with augmented gear that cant be stored and that is why i have a love/hate relationship with synergy.
Add non-augmented Relic+2 slips too. Some of them are just annoying to XP.
Dreamin
06-07-2012, 04:33 AM
They may be looking more at the long-term use of the slips, as each slip will eventually run out of room in the bit-mask for linking items.
bit mask??? god forbid if they go that bit conservation route for server side storage. I sure as hell hope not. Honestly in theory because all these are stored on the server, all they really needed are:
- Your Id
- Slip #
- Item #
- You can throw in descriptions or not in this table or have an item table with all the Item # that gets join and returned whatever info needed but that part really isn't important.
In theory they dont even need to have different Slips but I can see the problem with 1 slip having to hold so many items - it'll create a too long of a list that the user will have to go through to dig out those items that unfortunately are at the bottom.
Bluplanet
06-07-2012, 02:28 PM
The original post did not state an effective date. So I tried to store my Decennial gear. Nope can't do it.
Also checked with NPC, Decennial gear isn't on the list of acceptable items for Moogle Slip 11.
When will this become effective?
Bluplanet
06-07-2012, 02:37 PM
Additionally, why aren't these types of armor eligible for NPC storage?
- Hydra gear
Also, how about a storage slip for RARE/EX weapons?
RAIST
06-07-2012, 02:39 PM
bit mask??? god forbid if they go that bit conservation route for server side storage. I sure as hell hope not. Honestly in theory because all these are stored on the server, all they really needed are:
- Your Id
- Slip #
- Item #
- You can throw in descriptions or not in this table or have an item table with all the Item # that gets join and returned whatever info needed but that part really isn't important.
In theory they dont even need to have different Slips but I can see the problem with 1 slip having to hold so many items - it'll create a too long of a list that the user will have to go through to dig out those items that unfortunately are at the bottom.
Have to remember two important things: memory constraints of the legacy systems, and bandwidth constraints of dialup. They have to keep everything as small as they can to minimize the impact on the dated technology in play.