Ryandor.com

Forums
It is currently Thu Mar 28, 2024 4:36 am

All times are UTC - 7 hours [ DST ]




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: No names.
PostPosted: Tue May 23, 2006 9:51 am 
Offline
Apprentice
Apprentice

Joined: Fri Aug 19, 2005 2:56 pm
Posts: 20
Location: Russia
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?


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 23, 2006 11:14 am 
Offline
Grand Master
Grand Master
User avatar

Joined: Thu Aug 07, 2003 6:57 am
Posts: 472
That would depend on what server you're intending to use.

_________________
-= Ho Eyo He Hum =-


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 23, 2006 11:23 am 
Offline
Apprentice
Apprentice

Joined: Fri Aug 19, 2005 2:56 pm
Posts: 20
Location: Russia
I use RunUO v1.3e


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 23, 2006 3:36 pm 
Offline
Master
Master

Joined: Tue May 17, 2005 12:23 am
Posts: 279
Location: USA
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?


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 24, 2006 5:39 am 
Offline
Apprentice
Apprentice

Joined: Fri Aug 19, 2005 2:56 pm
Posts: 20
Location: Russia
Thanks, and how do I disable the "You see..." in the log window?


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 24, 2006 9:35 am 
Offline
Master
Master

Joined: Tue May 17, 2005 12:23 am
Posts: 279
Location: USA
I'm not sure. I thought that would be taken care of with the others. Did the others work?


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 26, 2006 1:52 pm 
Offline
Master
Master
User avatar

Joined: Fri Oct 07, 2005 2:02 am
Posts: 246
Location: Russian Federation, Moscow
Nope. We absolutely idle, muahahaha.

I'll check my scripts for that, soon.

_________________
"Be calm and silent, as Darkness care not of passions and lies. Be patient and cold, as Darkness exists out of borders of time and emotions. Just be yourself, as You are in the Darkness and Darkness is inside of you."
-Dark Ones Doctrine, 2001y (c)-


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 27, 2006 12:16 pm 
Offline
Young
Young

Joined: Thu May 25, 2006 11:12 am
Posts: 9
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 27, 2006 12:27 pm 
Offline
Grand Master
Grand Master
User avatar

Joined: Thu Aug 07, 2003 6:57 am
Posts: 472
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

_________________
-= Ho Eyo He Hum =-


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 27, 2006 3:32 pm 
Offline
Grand Master
Grand Master
User avatar

Joined: Wed Jun 12, 2002 12:13 am
Posts: 414
Location: West Virginia, USA
Same

*runs off scripting no names* :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 27, 2006 4:27 pm 
Offline
Journeyman
Journeyman
User avatar

Joined: Fri Sep 30, 2005 12:26 pm
Posts: 75
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)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group