View Single Post
  #6  
Old 04-14-2016, 05:08 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Just for note..

Armor Types 1-4 are only weighted if you have used ^hradaptive on.

There are some sorting criteria in adaptive healing that use base - and non-adaptive healing only uses Base - .. but, most of the weighting is done
with Armor Type in this option.

If you want to experiment with Armor Type tweaking, use ^hrcrit n -, ^hrcrit n +, ^hrsafe n - and ^hrsafe n + - where 'n' is the Armor Type.
This will adjust the current value +/- 5 percent from its current value, up or down, to the absolute value (min: 0%, max: 100%)


I will eventually look at the actual bot code for determining which spells to use.

I noticed that 'Fast Heals' at level 65 was reporting no usable spells..but, I did a manual search in the database and found 4.


I think that spells are determined by npcid..and there should be a table of spells that can be used by each npcid.

I made the bot command spells load dynamically from the in-memory spell list..I'll have to see what can be done with heal rotation spells.
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 04-14-2016 at 05:16 PM..
Reply With Quote