public static bool CheckConvert(BaseCreature bc, Point3D location, Map m)
{
if (!Core.AOS)
return false;
if (Array.IndexOf(Maps, m) == -1)
return false;
//EDIT
Region reg = Region.Find(location...
Oct 8, 2022
Add bookmark
#3
Would that just go in like this?
C#:
[Constructable]
public PlateShield()
{
Hue = 2498;
ArmorAttributes.SelfRepair = 10;
XmlSocketable sock = (XmlSocketable)XmlAttach.FindAttachment(this...
It is very convenient to use classicuo to meet your needs, because it is open source. I now set that I can only use my modified classicuo to login to my shard, and no other way is available
I have a question. If it's ore harvester, double clicking it can't detect the floor tiles. You must use a setting region to take effect. Can this problem be solved?