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!

Screen mobile updates from mobile.cs

ft2085267

Sorceror
I read all the code Server/mobile.cs, but did not find out which way is to update all mobile players in the region. You can tell me?

I guess these are related:

public Map Map
public void SendEverything()
public void ClearScreen()
 

ft2085267

Sorceror
What do you mean by "update" and by "region"?
Also are you talking about the core mobile.cs?

Oh, sorry, my English is not very good. This involves my packet, I would like to know which one is to be sent to players other players exist within the screen of the packet. In other words, the screen update packet inside.
Do you know which method has the effect of it?
I changed Server/Mobile.cs
public virtual bool Move (Direction d)
Some of the code to achieve some results, but only when the player moves will be effective.
Standing still, the code will lose effect.
 
Top