Page 1 of 1

C | 6549 | trying to eq an already eqed item in bulkEquip

Posted: 22 Sep 2008, 12:07
by Mimihots01
  • [ 59/ 16] You attack Monster Orc Lady (2) - Dmg: 771 + 161 (delay 25.2) trying to eq an already eqed item in bulkEquip
    Exp gained: 323/204 (0.00%/0.00%)
    Target died
    [ 59/ 16] Monster High Orc (3) attacks you - Dmg: Miss! (delay 50)
    [ 59/ 17] Monster High Orc (1) attacks you - Dmg: Miss! (delay 50)
    [ 59/ 17] Monster High Orc (3) attacks you - Dmg: Miss! (delay 50)
    [ 59/ 17] Monster High Orc (1) attacks you - Dmg: Miss! (delay 50)
    [ 59/ 17] Monster High Orc (3) attacks you - Dmg: Miss! (delay 50)
    You unequip Clip [Yoyo] [1] (6) - Accessory
    You equip Clip [Vitata] [1] (14) - Accessory (type 128)
    You use Heal on yourself : 132 hp gained
    [ 61/ 14] Monster High Orc (1) attacks you - Dmg: Miss! (delay 50)
    Attacking: Monster High Orc (1)
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    [ 61/ 14] Monster High Orc (3) attacks you - Dmg: Miss! (delay 50)
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
    Inventory Item: Clip [Yoyo] [1] is already equipped in slot: rightAccessory
why my bot keep say dis and i update my svn today

Re: equip bug

Posted: 22 Sep 2008, 13:09
by Technology
Thanks for the bug report, but could you post your config here?
And wich SVN revision are you using?

[EDIT 1]
OK, i assume latest SVN, i'm working on it.
Got the solution, but gimme some more time to test.

Re: equip bug

Posted: 22 Sep 2008, 23:51
by Mimihots01
My Config for Accessory I use the 2.0.7
attackEquip_leftAccessory Clip [Yoyo] [1]
attackEquip_rightAccessory Clip [Yoyo] [1]

teleportAuto_equip_rightAccessory Belt [Creamy] [1]

useSelf_skill Heal {
lvl 1
hp < 60%
sp > 10%
inLockOnly 1
notOnAction attack
equip_leftAccessory Clip [Vitata] [1]
notInTown 0
timeout 2
}

Re: equip bug

Posted: 23 Sep 2008, 12:11
by Technology
The problem was that the recuirements for equipping was not strict enough in kore's source.
So if your Clip [Yoyo Card] [1] was already equipped,
kore would still try to equip it.
Now, if the item is already equipped, kore will not try to re-equip it.

i'm quite sure that the problem should be resolved in latest SVN.
Can you test and confirm this?

Re: equip bug

Posted: 23 Sep 2008, 12:28
by Cozzie
moved to commited section and updated title.

Re: C | 6549 | trying to eq an already eqed item in bulkEquip

Posted: 23 Sep 2008, 13:17
by kali
Cozzie, the commit queue is for code contributions that have been reviewed but is still pending commit - not for discussions of bugfixes. For example, this thread is a prime candidate for moving into the queue: http://forums.openkore.com/viewtopic.php?f=36&t=2770

Once the code has been committed it's moved out of commit queue and into the developer's section.

The queue's purpose is to serve as a heads up to the devs that there is some code waiting to be committed.

Re: C | 6549 | trying to eq an already eqed item in bulkEquip

Posted: 24 Sep 2008, 00:13
by Cozzie
Hrmm I can understand your logic there but I thought it would be better to move all commited fixes to a particular section for better organization. Either way, a bug tracking system should be used instead.