Thaelion, i have a small question, entering cellar code, there is a part after entering which you didnt use, does it work? i mean does it rly check if we are inside, and if not tries once more?
;Check if we are inside the portal now.
;easyest would be to check if we have the loothorder in memory or not, if we dont, then re-try the enter.
;Offsetlist()
;MouseClick("left", $Loc6[0], $Loc6[1])
;$OBject = IterateObjectList(0)
;$foundobject = 0
;_ArraySort($OBject, 0 , 0 , 0 ,

;For $i = 0 to UBound ( $OBject ,1 )-1
; If $OBject[$i][7] = 29944 and StringInStr($OBject[$i][2] , "LootHoarder") and $OBject[$i][1] <> 0xFFFFFFFF and $OBject[$i][1] <> 0x77BC0000 Then
; $foundobject = 1
; ExitLoop
; EndIf
;Next
;If $foundobject = 0 then
; InteractWithPortal($portalGUID)
;EndIf