prototack / runuomondains

Automatically exported from code.google.com/p/runuomondains
1 stars 0 forks source link

Crafted Artifacts and Replicas #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Powder of Fortifying can be used on Champion Artifacts ( replicas ), but 
originally it cannot be.

http://www.uoguide.com/Champion_Spawn_Artifacts
"No Replicas have the Self Repair property regardless of whether the 
originals did or not, and Powder of Fortifying cannot be used on them. "

Crafted Artifacts has't got original hue and meterial hue/title ( like 
barbed)/ resist bonuses added on them when it crafted. But originaly it is 
impossible.

http://www.uoguide.com/Craftable_Artifact

"They are always created in a certain colour, regardless of the material 
from which they are made. They can be dyed with Pigments of Tokuno. 

Craftable Artifacts cannot have additional Item Properties added using 
Runic Tools, nor can they typically receive Exceptional bonuses. If they 
can be damaged, their maximum Durability can be increased back to the 
original of 255 via Powder of Fortifying."

Original issue reported on code.google.com by mightyodhinn@gmail.com on 11 Jun 2009 at 2:56

GoogleCodeExporter commented 9 years ago
There are few change for all the creature dropping minor (AncientFarmerKasa 
etc.)
artifacts in the Tokuno, but I never meet any minor artifacts, is there any 
problem
for dropping rate?

Original comment by zjay...@gmail.com on 11 Jun 2009 at 6:54

GoogleCodeExporter commented 9 years ago
zjaybbs,

scripts/engines/treasures of tokuno/treasuresoftokonu.cs

find;

private static bool m_Enabled = (Core.Expansion == Expansion.SE);

and change this with below;

private static bool m_Enabled = (Core.Expansion == Expansion.ML);

Original comment by mightyodhinn@gmail.com on 11 Jun 2009 at 7:07

GoogleCodeExporter commented 9 years ago
As far as the colorable Essence of Battle, Resiliant Bracer and all other 
Craftable
Artifacts.  My code is based off of RunUO SVN and MalGanis Mondain's Legacy 
SVN.  I
will bring this up to MalGanis and see what he sais.  

And the Powder thing I'll work on that.

I will enable the Treasures of Tokuno in my next update.

Original comment by ShaiTanMalkier@gmail.com on 11 Jun 2009 at 11:08

GoogleCodeExporter commented 9 years ago
Treasures of Tokuno is now active.  Powder of Temperament cannot be used on 
Champ
Artifacts now.

Original comment by ShaiTanMalkier@gmail.com on 14 Jun 2009 at 4:42

GoogleCodeExporter commented 9 years ago
Fixed with next update.

Original comment by ShaiTanMalkier@gmail.com on 5 Jul 2009 at 9:48