AvatarsConquest/Docs/types/EnhanceResult.html

19 lines
642 B
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - EnhanceResult</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Engines.Craft.html">Back to Server.Engines.Craft</a></h4>
<h2>EnhanceResult (Enum)</h2>
None = 0,<br>
NotInBackpack = 1,<br>
BadItem = 2,<br>
BadResource = 3,<br>
AlreadyEnhanced = 4,<br>
Success = 5,<br>
Failure = 6,<br>
Broken = 7,<br>
NoResources = 8,<br>
NoSkill = 9<br>
</body>
</html>