December 22, 20223 yr 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?
December 22, 20223 yr 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
December 22, 20223 yr Author 3 hours ago, FuryShark said: Enable Entity Hover Oh wow this is super useful thanks!
Create an account or sign in to comment