Moffe Initiate Mar 20, 2020 #1 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
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
Lokai Moderator Mar 23, 2020 #2 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.
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.