I have learn a lot there those days
but there still some question in offset of bobber bobbing
this is the code form jadd's fishing bot, i tried the code ,but not work
link of jadd's bot code AutoIt pastebin - collaborative debugging tool
$g_clientConnection = _MemoryRead(0x12705B0, $WoW, 'DWord')
$s_curMgr = _MemoryRead($g_clientConnection + 0x2D94, $WoW, 'DWord')
$curObj = _MemoryRead($s_curMgr + 0xAC, $WoW, 'DWord')
.......
If _MemoryRead($curObj + 0xBC, $WoW, 'Byte') <> 0 Then
LogItem('Fishing Bobber splashed!')
those code are not work, i debug it ,
_MemoryRead($curObj + 0xBC, $WoW, 'Byte')
The number it return are just static,262144.is there any wrong?
sorry for my poor english,it's time to sleep now.hope someone could help me