Well, I was using unofficial Tiara to update my data folder, when I realized that it did not have these easy pet mods.
When you have your pet heal you, they have to first walk up to you and then use heal, and this can get really annoying especially when its one of those slow flying mounts trying to walk. All I did is delete that part so that the pet starts healing right away. (This works great with long range heal too)
Just delete this line of code:
<cmd name="chase" target="1" />
You can also replace the multiple lines below with this :
<cmd name="prepare_and_use_all_stacks" skill_id="30006" try_cnt="5" target="5" skilldelay="400" />
(Although, I did not come up with this myself and don't remember where I got it) It should make the pet always use all charges.
The second thing that this ai does, is prevent the border collie from picking up items. (Because that is also really annoying)
Just delete this line:
<cmd name="pet_pickup_item" success_msg="_LT[xml.ai_local.152]" fail_msg="_LT[xml.ai_local.153]" />
So here is the xml for the border collie, it goes in data/db/ai/local:
http://www.mediafire.com/?1wg9nncfan3196iHere is the unmodified version:
http://www.mediafire.com/?7z90dzbxqbpmcd5There are a lot of other mods that can be done to the AIs (ex. spiders don't make cobwebs, so they don't waste mp), and whoever has permission to put this in whatever
(AKA Tiara?)