I apologize if this was covered elsewhere but I was unable to find anything on this in any threads that seemed even slightly relevant. I am having a problem with player:harvest(). For some objects, it works; for others, it does not.
Here is a line from my WP file
Code: Select all
<!-- # 13 --><waypoint x="-26189" z="34159" y="-144">player:target_Object(118914);player:harvest(118914, nil, true, true);</waypoint>
When I walk to the waypoints, I get a confirmation of the item name in MM as being found and that it will be harvested. However, the item never harvests and the quest never updates.
Using the harvest command in other quests, specifically ones in which the object being used is a caged prisoner, works just fine as applied but does not here. Any help would be appreciated.