RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[online command isnt in tha forums anymore =(

photonIV

Wanderer
[online command isnt in tha forums anymore =(

Hey i have the [online script just i cant remember the line i have to put in PlayerMobile.cs the SMSG function
/??

can anyone remember what the line is
 

photonIV

Wanderer
nah do a search for [online =O or OnlineClientGump.cs , it aint there =O i just need to know that line i add to the playermobile.cs
 

Wolverana

Wanderer
[code:1] private ArrayList m_PermaFlags;
private ArrayList m_VisList;
private Hashtable m_AntiMacroTable;
private TimeSpan m_GameTime;
private TimeSpan m_ShortTermElapse;
private TimeSpan m_LongTermElapse;
private DateTime m_SessionStart;
public bool Smsg = true; // This is the line added in wherever lol
private DateTime m_LastEscortTime;
private DateTime m_NextSmithBulkOrder;
private DateTime m_NextTailorBulkOrder;
private DateTime m_SavagePaintExpiration;
private SkillName m_Learning = (SkillName)(-1);[/code:1]
 
Top