jelsea wrote:Im also starting to notice that the script is trying to loot too fast. Is there wait command that can be put in the script after the target dies before it trys to loop. I Think there might be one but not sure where to increase the time it waits to loot.
It seems that they havn't fixed the bug where your in the Gelenia Focus and the problem of the focus reseting every couple secs, so this causes a problem when you add the change to the defensive focus for the loot macro, cause if the focus are reseting and you hit the loot macro you will find that the focus will not change, so it stays in the Gelenia focus witch causes problems for the script. So untill they get this bug fixed in VG best to only use the script in the Unfocused mode.
i have insert the Unfocused in the invis spell and works since many hours without problems.
also i change the looting at the first day so the orginal:
*************************************************************************'
'*''''''''''''''''''''''''''''' Looting '''''''''''''''''''''''''''''''''*'
'*************************************************************************'
DIM c 'temp counter
function LootTarget
Sleep 1000
c = 0
if (getTargetID = 0) then ' If you have lost the target of the dead mob try to retarget it
end if
' Log.DebugLog "Lets try to loot..."
Sleep 200
VGSEndtext "%1" ' Alt Hot Bar 1 Loot macro
Sleep 200
hits1 = GetPlayerHealth
and so i use it:
*************************************************************************'
'*''''''''''''''''''''''''''''' Looting '''''''''''''''''''''''''''''''''*'
'*************************************************************************'
DIM c 'temp counter
function LootTarget
Sleep 1000
c = 0
if (getTargetID = 0) then ' If you have lost the target of the dead mob try to retarget it
end if
' Log.DebugLog "Lets try to loot..."
Sleep 2000
VGSEndtext "%1" ' Alt Hot Bar 1 Loot macro
Sleep 1000
VGSEndtext "%1" ' Alt Hot Bar 1 Loot macro
Sleep 200
hits1 = GetPlayerHealth ' Hits1 and Hits2 checking to make sure health is moving up, if not needs to break you are under attack