Francesco24 wrote:
but my mercenary uses the skill on any monster in the mon_control.txt and not just on Karakasa.
That's really a bug. I found why it does happen and
posted in related topic about homunculus/mercenary skill bugs. It probably would be fixed in the future.
Quote:
Also, while the Mercenary is using skills (untill no more SP), my bot itself is not attacking at all. (when the Mercenary attacks normally without skills, the bot will attack correctly too).
That's known issue, happens because all the skills are processed with character's AI queue now (unlike movement and weapon attack), so while homun/merc uses skills, the character is blocked.
Quote:
Also I noticed that if I send a pm or chat from my bot, it will show a
Code:
|00
in front of the message to normal clients.
chatLangCode
Quote:
Finally, I also very often get a
Code:
Unknown stat (130-35) received for You
or
Code:
Unknown stat (130-25) received for You
message in console.
Yea, stat 130 (VAR_PLUSATTREFININGPOWEROFITEM - refining power?) doesn't have any handler. When it is received, do you switch equips, buffs or something?