the only problem with that is it requires NPC definitions....( i am not an expert, don't think i am) so unless you have some i don't see how you can....
Yeah, I know I really need those lol. So far it checks all kinds of traps and has allot of function, unfortunately I can't do anything with the actual NPC part of it.
Hey guess what. I am proud to announce that Animal Taming is 70% finished. I am even including its own itemdesc.cfg that holds special items. Though I need the npc definitions mentioned above to finish everything.
Heh, well... Amazingly most of animal taming and herding had acctually nothing to do with the animal at all with the exeption of the npcdesc config file.
Now though I am at the part where I need to determine such things as reaction, sounds, and the ownership part. How would I get the definitions I need to finish them? Do they need written?
Also I need help with the NPCDESC part of it.
I need "Tamable = 1" for tamable creatures. I need TameSkill for the min tame skill and MaxTameSkill for the max tame skill. The system best works with MaxTameSkill just 20 higher than the TameSkill.
IE in the horse NPCDESC
Tamable 1
TameSkill 35
MaxTameSkill 55
Note: Tamable 0 is not needed for non-tamable animals. The system looks for the tag tamable 1 if it is not found the animal is not tamable.