View previous topic :: View next topic |
Author |
Message |
ShaDoOoW
Joined: 20 Aug 2005 Posts: 584
|
Posted: Sat Dec 17, 2005 16:50 Post subject: Function idea: SetDM |
|
|
Long time I looking for way to hide Player <account> has log in as player. All of my attempt failed. TLK change is client-side, to TLK is impossible add minus value (i tryed get there -X so in outcome was 6610 as row there is "player <account> ..."), after that I fall, that i set a player DMstatus and turn off show DM login to game player will be invisible for other . Is it possible ? |
|
Back to top |
|
|
ShaDoOoW
Joined: 20 Aug 2005 Posts: 584
|
Posted: Mon Dec 19, 2005 0:20 Post subject: |
|
|
or maybe hardcoded script testing
if(!GetIsDM(GetEnteringObject()))
{
SendMessageToPC(GetEnteringObject(),GetStringByStrRef(6610));
}
So if is possible change function GetIsDM, it identify my PC as DM and do not speak this string.
So is it possible to change function GetIsDM ? |
|
Back to top |
|
|
Primogenitor
Joined: 08 Jan 2005 Posts: 88
|
Posted: Mon Dec 19, 2005 11:09 Post subject: |
|
|
You cant change bioware functions. If your using your own scripts, you could replace them with a custom one, but your talking about a hard-coded thing. AFAIK, you cannot remove the "Bob has entered" message.
One option, I dont know if it would work or not, is to test if ActivatePortal still triggers the message. I assume it does, but it might be worth testing. |
|
Back to top |
|
|
ShaDoOoW
Joined: 20 Aug 2005 Posts: 584
|
Posted: Mon Jan 02, 2006 10:33 Post subject: |
|
|
So only one way how hide true account of player entering to game is move him character to new account. I using anti account thief system so I can do it for all players same. Question is it, if is possible move .bic file from account: ShaDoOoW to account (or from directory) Assasin. |
|
Back to top |
|
|
|