SETNPCAI d


You may wonder what NPC AI's are fore, well i will explain that here.

To make certain NPC's unique or carry out a certain action, we need
some way to specify what he will do to be special.

The programmers of UOX3 came up with the idea to use the now very
popular word in game society, Artificial Inteligence, AI for short.
They took certain NPC's that had unique tasks in the game, such as bankers
and guards. They created a specific AI to assign them to make them do
what the players would like them to do.

Thats where the SETNPCAI comes into the picture. Below i will
Describe the different values to assign to it.

01 = Sets NPC to a healer. It will ressurrect ghosts. 10 = As AI 02, but will attack weakest enemy first.
02 = Sets NPC to evil monster. Monster will attack all
        good monsters/Animals and players.
20 = As AI 02, but will attack strongest enemy first.
04 = Sets NPC to Guard. Will attack all of AI 02. 40 = As AI 08, but makes the guard teleport instead
        of walking.
08 = Banker. Will open bankbox when somone say
        bank ner him/her.
 

So to set an NPC to a Banker you type...

/SETNPCAI 08

And then select the NPC that should be a banker.

Thats all there is to it. Good Luck.

ALLMIGHT