You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Have a low level (20) Vanil with not enough remaining sp to cast a bolt
What is the expected outcome? What do you see instead?
Expected: Use autoattack on enemy
Instead: Vanil waits til sp regens and casts bolt
What revision of the product are you using?
208
What type of homunculus/mercenary are you using?
Vanilmirth
Please provide any additional information below.
This may not be an issue once the homunculus levels up and gains better sp regen
Original issue reported on code.google.com by [email protected] on 8 Aug 2011 at 3:11
The text was updated successfully, but these errors were encountered:
I can confirm this does indeed happen. I've read through the Wiki including
State File Index and found no solution. I've been going over the code but I
can't seem to find the problem.
The behaviour seems to be if a higher priority enemy comes near it will change
target but if it has insufficient SP to cast it will stand there and be beaten
on rather than attack the higher priority enemy.
I have a temporary solution until either faithful comes back or I find the
cause myself.
Open the Skills.lua file in a text editor (Notepad++ is great).
Go to line 150 and change Range = 15, to Range = 1,
This will mean that Vanil can only cast at melee range but it does fix the
issue for now
Original issue reported on code.google.com by
[email protected]
on 8 Aug 2011 at 3:11The text was updated successfully, but these errors were encountered: