Gargouille
Member
Gargouille submitted a new resource:
[UltimaLive] StaticProcess - "Framework" to deal with static/unstatic operations
Read more about this resource...
[UltimaLive] StaticProcess - "Framework" to deal with static/unstatic operations
In addition to UltimaLive, Praxiis gave us some harvestables trees, letting us chop static trees into unstatic logs...
Then I need the same kind of job for flowers and plants harvesting... I first try to use Praxiis's work, but finaly I create that "Framework" which I use after for my plant-harvesting system.
I use an Interface,
Code:
public interface IStaticProcessable
{
int OnMapStaticID { get; }
}
Her you can give any item a corresponding static-id, which is tested by static/unstatic...
Read more about this resource...