Page 1 of 1

correct formulae, but incorrect face?

Posted: Tue Apr 15, 2008 7:57 am
by Stephan-Alexander Heyn
Dear participants,

during the tests of an enhancement concerning new types of jewelstones and inserting some new formulae I was encountered by a weird result:

putting the correct numbers into the jeweler's bench and applying the skill onto it, the result was the correct artifact gemstone, but the face was always the last one listed in the artifact file (in this case not pretty_crystal, but pretty_amethyst). When killing monsters which leave gemstone, these artifact gems show up properly.

Similar, when creating the new items as dungeon master from the new artifacts, the face set isn't correct.

Did I missed something in the construction of the formulae and/or artifacts?

best regards,
Stephan-Alexander Heyn

Re: correct formulae, but incorrect face?

Posted: Wed Apr 16, 2008 10:32 pm
by Leaf
Stephan-Alexander Heyn wrote:
Did I missed something in the construction of the formulae and/or artifacts?
Is it possible to post an archetype code snippet of one of these misbehaving formulas or artifacts?

Re: correct formulae, but incorrect face?

Posted: Thu Apr 17, 2008 5:48 am
by Stephan-Alexander Heyn
Godd morning Leaf,

Leaf wrote:
Stephan-Alexander Heyn wrote: Did I missed something in the construction of the formulae and/or artifacts?
Is it possible to post an archetype code snippet of one of these misbehaving formulas or artifacts?
Take the known archetype gem (diamond),
The artifact is the well known "of great value"
The formula is as follows:
Object of great value
arch gem
chance 2
diff 7
exp 11000
yield 1
trans 1
skill jeweler
cauldron jeweler_bench
ingred 10 diamond, diamond of Strass


creating a diamond of Strass should also work, but the faceset is that of normal gems instead of "pretty.crystal" though the artifact is as follows:
#
Allowed diamond,leukosapphire,rockcrystal,zirkon,goshenit
chance 250
difficulty 1
Object Strass
face pretty_crystal.111
Value 1
cursed 1
stand_still 1
type 60
weight 50
nrof 5
end
#

HTH
Stephan-Alexander Heyn