9 lines
940 B
HTML
9 lines
940 B
HTML
<html><body>Blacksmith Buryun:<br>
|
|
OK, you can augment an item here.<br>
|
|
Did you hear that Life Stones can no longer be found? The good thing is that a more powerful stone has been found. It's called the <font color="LEVEL">Spirit Stone</font>.<br>
|
|
If you have some Life Stones left, you can still augment items. I can also exchange those Life Stones for <font color="LEVEL">Spirit Stones</font>.<br>
|
|
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/augmentation_01.htm">"I want to augment an item."</Button>
|
|
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/augmentation_02.htm">"I want to remove an augmentation."</Button>
|
|
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/augmentation_exchange.htm">"I want to exchange Life Stones."</Button>
|
|
<Button ALIGN="LEFT" ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
|
|
</body></html> |