RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

I need a little help please.

moemakki

Wanderer
I need a little help please.

I have done all the animals in Ultima Online(exact osi stats as well) except for a certian few. The animals just stand around so I decided to use the BaseCreature AI script. I get a few errors that I would like to know how to fix.

********Edited********

I figured all the errors out. What I would really like to know is what this line of code represents (what every part of it represents)

[code:1]public Ogre() : base(AIType.AI_Meelee, AIType.AI_Meelee, 10, 1, 1, 0.4, 2) [/code:1]
 
A

Allmight

Guest
Here

AIType.AI_Meelee = Current AI
AIType.AI_Meelee = Default AI
10 = How long the npc can see
1 = How far away they want to figth from. CloseCombat = 1, Archers are longer.
1 = Faction the npc belongs to
0.4 = Active Speed
2 = Passive Speed

Hope that helps.
 
Top