Craft plan list

Added by Holina about 9 years ago

Would it be possible to either include the plans bought by the crafter in the skill tree in the Character XML (if not in the full version, then maybe in part=plans)? You could use the same codes as for items, so ictm2ms_3 and iczm2ms_3 to indicate that the character has bought the Tryker and Zorai HQ magic amplifier plans and can craft them.

Maybe something like this (to go with the above example)?

<plans>
  <pcmca ictm2ms_3="yes" iczm2ms_3="yes" />
</plans>

Alternative if included in the skill tree:

<skills>
  <scmca ictm2ms_3="yes" iczm2ms_3="yes">150</scmca>
</skills>

This would enable one to search for crafters that can create the specific item desired.


Replies (3)

RE: Craft plan list - Added by nimetu about 9 years ago

brick/stanza list chars have.... would be interesting indeed, but there is 3943 rows in my database for stanzas so gonna be long list hehe
most definitely would need it's own part type

RE: Craft plan list - Added by vl about 9 years ago

Indeed, the list will be big and not often use.
We'll see if we can add it in a next release.

RE: Craft plan list - Added by Holina about 9 years ago

We'll see if we can add it in a next release.

Cool :)

To limit server load, you could probably set the cache time to 1day -- it's not like these things change that often.

(1-3/3)