Erm stupid question.

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 096.
Note: Core 096 is no longer officially supported.
Post Reply
Poi
Grandmaster Poster
Posts: 298
Joined: Fri Apr 14, 2006 9:36 am

Erm stupid question.

Post by Poi »

Is there a command to see hidden players? For some reason I cannot, If this is an option then where do I change it?.

(This is a new scriptbase, yes I know you don't support it but I'm sure there is some way)
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Check out the Privileges

* moveany - can move any item
* renameany - can rename any character
* clotheany - can equip items on any character
* showadv - does nothing
* invul - cannot be killed
* seehidden - hidden characters can be seen
* seeghosts - ghosts can always be seen
* hearghosts - ghosts are heard normally
* seeinvisitems - can see items that are inivisble
* dblclickany - can use any item, regardless of LOS or distance
* losany - always has Line-of-sight to any object
* ignoredoors - doors do not block movement
* freemove - immune to paralyze, frozen, stamina cost for movement, ignores PushThrough syshook.
* all - grants all available privilages
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

You may already know this, but you'd grant these privileges with the GrantPrivilege( character, privilege ) function:
http://docs.polserver.com/pol096/single ... e=uoem.xml

So in your case, it would be:

Code: Select all

GrantPrivilege( character, "seehidden");
Since you say it's a new script base, I'd add a textcommand for admin's (not GMs) to grant privs. The 095 has a simple command that does this and the 097 distro has a cool gump command that takes care of a lot of things, including this.
Post Reply