Hi
Where do I change the range in wich im able to tame creatures, same goes for casting spells?
BTW really love this emulator, you guys have done a great job making this.
/Moffe
 
In AnimalTaming.cs in the constructor for the Internal Target, it shows this:

C#:
base(Core.AOS ? 3 : 2, false, TargetFlags.None)

That shows that the range is 3 in AOS+ or 2 below that. Range for most spells will be configured in each spell.
 
Back