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?
1,Two versions, one of which has been modified a lot, are modified on the basis of the earlier Cuo. The other is just language translation and adding layers slot
2,The more modified version adds all layers, while the other one does not add left and right hands
3,I use Chinese
about stars on the equipment,i used Colored Equipment Names 0.57.2。
It just changed its default description text to the special symbol "★"
many slots?
I asked a friend to help me modify the source code of classicuo and recompile it
https://www.servuo.com/archive/colored-equipment-names.404/...
A switch is responsible for displaying / not displaying attributes
Another switch is responsible for whether attributes are valid
If no is selected for all, it is like T2a mode
However, this T2a mode has AOS's resistanceproperties and AOS's properties display
This switch is for all players...
In PlayerMobile.cs
[CommandProperty(AccessLevel.GameMaster)]
public override int HitsMax
{
get
{
int strBase;
int strOffs = GetStatOffset(StatType.Str);
strBase = Str; //Str already includes...