Can anyone recommend a site that lists the various "recipes" for various items? I have the Matrix Online strategy guide, and towards the end of the book it shows the bit code requirements to make various fragments, subroutines, items, etc. But, I guess some of the items have been changed since this book was written (i.e. buffs on clothing). Is there a more up-to-date listing available?
Even though you can't create items without already knowing the recipe, each recipe consists of certain combinations of code bits, right? Are the ones listed in the guide not valid at all anymore? For instance, to craft the "Combat Insight" ability, you need (according to the guide) the following bits 1 + 2, 6 + 7, 1 + 3, and 1 + 8.
Bits 1 + 2 create common variable fragment c09, Bits 6 + 7 create common variable fragment c23, bits 1 + 3 create class routine: ability, and bits 1 + 8 create function subroutines: operative ability.
According to the guide and the game (after checking with the code writing tool), that all seems to match up. I guess I'm wondering if the buff abilities of certain items (namely clothing) changed when CR2.0 came out, which would make the strategy guide listings inaccurate. I know I'm having trouble finding clothing with buffs in the guide that match some of the ones I see in the game (the name of the outfit is there, just the buffs don't seem to match up, unless I'm reading the guide wrong). This is mainly why I was hoping to find a more up-to-date list. There are also, of course, new abilities that were added since the guide was printed as well.
The guide could be right describing how each fragment is created from which bits. Nevertheless, under the current coding model, there's no use on such information.
Meanwhile, keeping a list by yourself it's the way of the Coder. TekMon, The New Order
This is good advice and I have done this since the start. If you want to get a list of what you have then try the steps below 1) Turn on your chat log 2) type in /codestructs and hit enter (Gives lists of what you can code. That means everything) 3) Turn off chat log 4) Copy this into excel or another spreadsheet program.
The big problem with the command is that it does not list in any order that I can tell, except maybe a secret ID number that you can't see. There is no way to make it sort that I have found out. Now I have a spreadsheet that lists all that I can code divided into Normal items, Enhanced items, Shielded and Armored items and each category is then further divided into type of item that follows the Code Analyzer order (pants then shirts, etc) and each single item is in the order that it is in the analyzer. A real pain to start and to keep updated if you slack off. I have both old and CR 2.0 buffs in it and I can search for buffs etc very fast and know exactly where they are in the Analyzer. It helps quite a bit.