ExX
Member
Exale submitted a new resource:
Control - Allows a staff member to control another npc.
This is an awesome script originally created by Quick Silver. (header is intact.) All I did was update a couple errors so it now works with RunUO 2.5, ServUO, and JustUO.
It allows you to take full control over an NPC.
If you want to automatically uncontrol the npc when the npc dies open up your playermobile.cs file and under the OnBeforeDeath() function add the folliowing. (optional)
Here is the original link:
http://www.runuo.com/community/threads/1-0-2-0-rc1-npc-control-command.83702/
Read more about this resource...
Control - Allows a staff member to control another npc.
This is an awesome script originally created by Quick Silver. (header is intact.) All I did was update a couple errors so it now works with RunUO 2.5, ServUO, and JustUO.
It allows you to take full control over an NPC.
If you want to automatically uncontrol the npc when the npc dies open up your playermobile.cs file and under the OnBeforeDeath() function add the folliowing. (optional)
Code:
if (Server.Commands.ControlCommand.UncontrolDeath( (Mobile)this ))
{
return...
Here is the original link:
http://www.runuo.com/community/threads/1-0-2-0-rc1-npc-control-command.83702/
Read more about this resource...
Last edited: