swoopster   02-03-2015, 08:41 AM
(02-03-2015, 05:46 AM)bushido-21 Wrote: @safar46 report:dude for the latest build v5.4.2.4.4 there are error line 3386 func _colorcheck( $ncolor, $ncolor2, $sVan =5 func _ColorCheck($nColor1, $nColor2, $sVan error parsing function call...thanks Smile

This is just a typo, edit the script,

find:
Code:
If _ColorCheck($OtherPixel, Hex(0x7031F0, 6), ) Then Return $eQueen ;Check if slot is Queen

change it to
Code:
If _ColorCheck($OtherPixel, Hex(0x7031F0, 6), 5) Then Return $eQueen ;Check if slot is Queen

If you want the compiled version, you'll have to wait.
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.