Hey shim. I know I keep asking this.. but I want to edit the looting of magical items so it could better detect it on my screen. I still have the problem with it clicking the aura rather than the name.
Code:
If $LootMagic == True Then
LogWrite(" Searching - Magic")
$MagicCount += LootGear(0x6969FF, 2)
So if I were to edit either of the 2 numbers, would that stop it from clicking the aura for pixel detection and focus more on the name of the item? If I need to edit the long number, how do i go about finding the right code for my computer?
edit: ok so i looked at a previous version of the script 1.3.3 where it was perfect for looting for me. I compared the two, 1.3.3 and 1.3.6 and the looting system is the same so it made me think of something else. Is there a change in cellar detection to make it more accurate? Say for example, it could be interfering with my looting by thinking the aura of the item is the cellar and is clicking that instead, overriding the looting system to click on the name. Is that possible? If it is, is there a way to make sure it's disabled once I'm inside fighting Sarkoth?
Thanks!