correct formulae, but incorrect face?

A place for people to post strange occurances that could be potential bugs.

Moderator: Board moderators

Post Reply
Stephan-Alexander Heyn
Newbie
Posts: 9
Joined: Fri Nov 30, 2007 11:39 am

correct formulae, but incorrect face?

Post 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
Leaf
Forum Aficionado
Posts: 1994
Joined: Tue Apr 29, 2003 5:55 pm
Location: Minnesota, USA
Contact:

Re: correct formulae, but incorrect face?

Post 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?
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
Stephan-Alexander Heyn
Newbie
Posts: 9
Joined: Fri Nov 30, 2007 11:39 am

Re: correct formulae, but incorrect face?

Post 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
Post Reply