|
||
|
|
#1 (permalink) |
|
It would be very usefull for all Fully-RPG shard, to have a boolean flag, under RunUO server config parameters, that if set to false, that tell to runuo to never send to clients the name of the approacing player/npc.
(like to have ShowAllNames set to off in all of the clients) There's any chance to have this little add-on into the next release of RunUo? |
|
|
|
|
|
|
#2 (permalink) | |
|
Account Terminated
|
Quote:
|
|
|
|
|
|
|
#3 (permalink) | |
|
Quote:
i mean, that if i set this flag to false, the server (RUNUO), never sends to the clients, the name of players/npcs that approaching its. if the server never sends this info, the client never show it ![]() |
||
|
|
|
|
|
#5 (permalink) | |
|
Join Date: May 2003
Posts: 2,848
|
Quote:
|
|
|
|
|
|
|
#7 (permalink) |
|
UO Gamers: Demise Administrator
Join Date: Oct 2002
Location: Swamp
Age: 29
Posts: 10,798
|
The problem is, as Phantom said, this is a client-side thing. I don't think (could be wrong) that there is a way to get ALL clients to not show names via the server.
__________________
psz Demise' Creator (Retired) The RunUO.com Forum Moderator Team Former Official RunUO Scripter (Retired) Websites: My 360 Blog My Gaming Site(Old Link) My Gaming Site(New Link) |
|
|
|
|
|
#8 (permalink) |
|
Join Date: Apr 2004
Location: Florida, USA
Age: 35
Posts: 47
|
If you think about it, this is something that's probably so hardwired into RunUO that it's not even feasible to turn it off. It wouldn't be as easy as coding the "don't show the names of approaching players to other players" switch. My guess is that all item and mobile names, itemid's, bodyvalues, etc. are automatically transmitted to the client for proper display, not just esthetic value.
Phantom, would this be something that's in the core? Peace, Mark |
|
|
|
|
|
#9 (permalink) | ||
|
UO Gamers: Demise Administrator
Join Date: Oct 2002
Location: Swamp
Age: 29
Posts: 10,798
|
Quote:
Quote:
__________________
psz Demise' Creator (Retired) The RunUO.com Forum Moderator Team Former Official RunUO Scripter (Retired) Websites: My 360 Blog My Gaming Site(Old Link) My Gaming Site(New Link) |
||
|
|
|
|
|
#10 (permalink) | |
|
Quote:
??? wait ![]() first of all, i've already done a thing such this, by writing a "proxy" in such way: ServerMachine with: -RunUO listening on 9000 -Proxy listening on 2593 Clients connects to my proxy at 2593, then the connection is forwarded to RunUo at 9000. What the proxy does? simply, watch the packets sent from RunUO to the clients, and "REMOVE" the packests that contains the info about the approacing players. this is the idea, and this works. but to have "showallnames" features (read: to is certain that EVERY player, never show the approacing mobile), i've wrote a proxy, and i've introduced an external element. it would be very useful, if with a flag set to false, runuo does the same thing that i've done with my proxy. Note: this is very easy to do. i assume that it would require not more of 5 or 6 lines of code. RunUO always know which packet is sending to a client, and which info contains. Suggestion: The easiest way to do this, is to set the buffer (inside the packet) that contains the name of the mobile, to 0x00. |
||
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|