Clayplug Posted December 22, 2022 Posted December 22, 2022 A part of my script is to pick up the small fishing net next to the Fishing Tutor in Lumbridge. If I manually do it, the item is still there on the ground after populating the inventory. When I try to use code to pick it up, it doesn't seem to see the net. However, if I take a net and drop it, the code will let me pick up the dropped net. I'm using the getGroundItems() function, but is the net next to the Tutor not a ground item? Is it some other kind of item? What's another way to interact with items in situations like this?
FuryShark Posted December 22, 2022 Posted December 22, 2022 44 minutes ago, Clayplug said: A part of my script is to pick up the small fishing net next to the Fishing Tutor in Lumbridge. If I manually do it, the item is still there on the ground after populating the inventory. When I try to use code to pick it up, it doesn't seem to see the net. However, if I take a net and drop it, the code will let me pick up the dropped net. I'm using the getGroundItems() function, but is the net next to the Tutor not a ground item? Is it some other kind of item? What's another way to interact with items in situations like this? Enable Entity Hover
Clayplug Posted December 22, 2022 Author Posted December 22, 2022 3 hours ago, FuryShark said: Enable Entity Hover Oh wow this is super useful thanks! 1