The_Ice_Phoenyx_Rising
Member
TheRisingPhoenyx submitted a new resource:
one of the items from the event/quest system im working on - custom forge/anvil fireplace
Read more about this resource...
one of the items from the event/quest system im working on - custom forge/anvil fireplace
//=======================================================================================//
//Script created for the Blessings Of The Fey (made for Phoenyx Rising shard and servuo) //
//By TheRisingPhoenyx (Laschiel DeLaFey of Osi,Pandora, owner of PhoenyxRising Shard) //
//=======================================================================================//
using System;
namespace Server.Items
{
public class IcePhoenyxComponent : AddonComponent
{
[Constructable]
public...
Read more about this resource...