The problem is when a config block requires wearing an equipment. The console will sometimes report success that the equipment was "equipped" but for some reason, it will sometimes say "You can't put on Orleans's Gown [Sealed Tao] [1]" or whatever item I am trying to wear. Despite the error though, the item is equipped. But Kore will spam sending the 00A9 packet in attempt to "equip" that item. It is as if Kore is not aware it already equipped the item. Here's some part of the console output.
I can't find any other obvious issue for as long as the action will not involve equipping or in-equipping item.
Code: Select all
================================================
>> Sent packet: 00A9 [Equip] [6 bytes] Jun 10 11:12:29 2013
0> A9 00 04 00 10 00 ......
You are no longer: Action Delay
You can't put on Orleans's Gown [Sealed Tao] [1] (3)
================================================
>> Sent packet: 00A9 [Equip] [6 bytes] Jun 10 11:12:29 2013
0> A9 00 04 00 10 00 ......
You equip Orleans's Gown [Sealed Tao] [1] (3) - Armor (type 0)
================================================
>> Sent packet: 00A9 [Equip] [6 bytes] Jun 10 11:12:30 2013
0> A9 00 04 00 10 00 ......
You equip Orleans's Gown [Sealed Tao] [1] (3) - Armor (type 0)
================================================
>> Sent packet: 00A9 [Equip] [6 bytes] Jun 10 11:12:30 2013
0> A9 00 04 00 10 00 ......
You equip Orleans's Gown [Sealed Tao] [1] (3) - Armor (type 0)
================================================