Hello, there seems to be some strange things with arrows, if you are on fly and reload arrows you will loose Fly status, you will remain flying after it runs out of time and monsters will start hitting you even you are in the air.
Its same for Fly Skill and XP Skill.
Any idea why ItemActionPacket 8 appears while equipping arrows on fly?
Sometimes packet 1111 will appear on console.
Any idea how to edit this code in order to make an NPC create the task input into database?
Wanted to modifiy the EXP Ball saving method so i can use it for other quests.
Its same for Fly Skill and XP Skill.
Any idea why ItemActionPacket 8 appears while equipping arrows on fly?
Sometimes packet 1111 will appear on console.
Any idea how to edit this code in order to make an NPC create the task input into database?
Code:
_client.Tasks.TryAdd(TaskType.ExpBall, new Task(_client.UID, TaskType.ExpBall, DateTime.Now.AddHours(24)));