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
correct formulae, but incorrect face?
Moderator: Board moderators
-
- Newbie
- Posts: 9
- Joined: Fri Nov 30, 2007 11:39 am
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
Re: correct formulae, but incorrect face?
Is it possible to post an archetype code snippet of one of these misbehaving formulas or artifacts?Stephan-Alexander Heyn wrote:
Did I missed something in the construction of the formulae and/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
Eric Meyer
-
- Newbie
- Posts: 9
- Joined: Fri Nov 30, 2007 11:39 am
Re: correct formulae, but incorrect face?
Godd morning Leaf,
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
Take the known archetype gem (diamond),Leaf wrote:Is it possible to post an archetype code snippet of one of these misbehaving formulas or artifacts?Stephan-Alexander Heyn wrote: Did I missed something in the construction of the formulae and/or artifacts?
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