System.InvalidCastException:specifiedcastis not valid.
ItemNameHue.WeaponItemProps.CheckWeapon(BaseWeaponitem)e:\ServUO-master\Scripts\ customlocationcan correspond in content\colorequipmentequipmentname\WeaponItemProps.cs:linenumber180
public override void AddNameProperty(ObjectPropertyList list)
{
//Colored Item Name Mod Start
//Getting Props code
BaseWeapon wea = this as BaseWeapon;
int props = 0;
foreach (int i in Enum.GetValues(typeof(AosAttribute)))...
Hello, thanks for your reply, can you provide me a mature, single control script, I may not be able to achieve, because my skills are limited. Thank you so much
Excuse me, how can set the names of the objects color, like rank, a name that color is different, this is how to do it. Thank you, thank you for administrator.
using System;
using Server;
using Server.Items;
using Server.Mobiles;
using Server.Network;
using Server.Engines.InstancedPeerless;
namespace Server.Gumps
{
public class ConfirmExitInstanceGump : Gump
{
private InstanceExitGate m_Gate;
public ConfirmExitInstanceGump( InstanceExitGate...