13440130

Member
13440130 submitted a new resource:

Smelt Ore like sphere51a - Edit Ore.cs

View attachment 26063
Edit Ore.cs
Find OnDoubleClick

C#:
public override void OnDoubleClick(Mobile from)
        {
            if (!this.Movable)
                return;

            if (this.RootParent is BaseCreature)
            {
                from.SendLocalizedMessage(500447); // That is not accessible
            }
            else if (from.InRange(this.GetWorldLocation(), 2))
            {
                // 先检查玩家周围是否有熔炉
                bool foundForge =...

Read more about this resource...
 

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back