Ryandor.com
http://www.ryandor.com/forum/

No names.
http://www.ryandor.com/forum/viewtopic.php?f=4&t=2872
Page 1 of 1

Author:  TradeMAAK [ Tue May 23, 2006 9:51 am ]
Post subject:  No names.

I'm developing a hardcore rp server and I need to make it so the names of mobs, players and npc's are not seen. How can I do this?

Author:  Xuri [ Tue May 23, 2006 11:14 am ]
Post subject: 

That would depend on what server you're intending to use.

Author:  TradeMAAK [ Tue May 23, 2006 11:23 am ]
Post subject: 

I use RunUO v1.3e

Author:  Spudz777 [ Tue May 23, 2006 3:36 pm ]
Post subject: 

This will require disabling the Allnames macro (this might just be a variation of the OnSingleClick method, which would make this part unnecessary), a modification of the OnSingleClick methods for each type of mobile (and/or possibly the same function in mobile.cs of the core), and the gump system (both the status gump that you get by clicking and dragging and the portrait gump).

As a quick example, to make enemy mobs "anonymous" to a single click, you would find the method OnSingleClick in basecreature.cs and comment out everything, especially the call
Code:
base.OnSingleClick( from );
since it's what actually produces the name for most clicks. Do the same in playermobile.cs for other players. You'd have to create the method in basevendor.cs since it doesn't already exist. Hmm...

I think there's an easier way to do this, but I'm drawing a blank at the moment...

What is RunUO 1.3e? The current public release is 1.0.0, isn't it?

Author:  TradeMAAK [ Wed May 24, 2006 5:39 am ]
Post subject: 

Thanks, and how do I disable the "You see..." in the log window?

Author:  Spudz777 [ Wed May 24, 2006 9:35 am ]
Post subject: 

I'm not sure. I thought that would be taken care of with the others. Did the others work?

Author:  Xenoth [ Fri May 26, 2006 1:52 pm ]
Post subject: 

Nope. We absolutely idle, muahahaha.

I'll check my scripts for that, soon.

Author:  Pandaros [ Sat May 27, 2006 12:16 pm ]
Post subject: 

That No-names idea is sort of great, but serious roleplaying inflicts the fact that -The player knows (and must do) what's that, but the character played by him ignores that-...Cooperation from true roleplayers is also needed when trying to do that.

No regular power-gamer would like to play on a shard where he/she doesn't know what's the name of the thing he/she is killing, even when they normally don't care about that

Just a though

Author:  Xuri [ Sat May 27, 2006 12:27 pm ]
Post subject: 

Pandaros wrote:
No regular power-gamer would like to play on a shard where he/she doesn't know what's the name of the thing he/she is killing, even when they normally don't care about that

No regular power-gamers? Sounds like a great idea to implement this indeed! I don't want no stinking regular power-gamers on MY shard, at least ;P

Author:  RoseThorn [ Sat May 27, 2006 3:32 pm ]
Post subject: 

Same

*runs off scripting no names* :wink:

Author:  Kronos [ Sat May 27, 2006 4:27 pm ]
Post subject: 

heh, you could run through all the scripts of the characters you dont want names and where it has the Name = "billy"; just remove the name inbetween the quotes and it will remove it (i have some living statue script things that i did the same)

Page 1 of 1 All times are UTC - 7 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/