RevokePrivilege(me, "invul");

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.

Moderator: POL Developer

Locked
innominabile
Adept Poster
Posts: 85
Joined: Wed Aug 30, 2006 5:24 pm
Location: Italy

RevokePrivilege(me, "invul");

Post by innominabile »

If I use
RevokePrivilege(me, "invul");
into an ai it npc remain invul

If I do in ai:
start_script("new_script", me)

and into "new_script.src":
RevokePrivilege(me, "invul");
npc become vulnerable.

Why?
Shinigami
Former Developer
Posts: 308
Joined: Mon Jan 30, 2006 9:28 am
Location: Germany, Bavaria
Contact:

Post by Shinigami »

why not adding SysLog() to your function call to help to better detect the problem?

Shinigami
Locked