gostaria de um Help com Open Corpse : sem Proxy
Dim TargetLoc As Location
For Each m As Creature In c.BattleList.GetCreatures
If m.IsReachable Then
If m.Name = "Rat" Then
m.Attack()
While p.RedSquare < 0
TargetLoc = c.BattleList.GetCreatures(p.RedSquare).Location
End While
Dim Tile As Tile = c.Map.GetTile(TargetLoc)
Tile.Items.Last.OpenAsContainer(c.Inventory.GetContainers.Count)
End If
End If
Next
erro na seguinte linha > Dim Tile As Tile = c.Map.GetTile(TargetLoc)
gostaria de uma luz oq pode ser, dicas plx '-'