MMOMinion

Full Version: Gatherable entity level
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was looking at GetNearestGatherable and saw the minlevel and maxlevel option for the EntityList command and was wondering what value it was comparing them to.

Basically I'm trying to fine the node level from an entity list of all gather nodes is the area but cant find it from the dev target info windows.
GetNearestGatherable checks the passed in minlevel/maxlevel values against the level of the nodes within range of the entitylist. The devmonitor might not be updated with the correct node level values...we had to do a fix on those a few weeks ago and the devmonitor might be lagging behind. If you select a node, grab the pointer like

Code:
nodeTarget = Player:GetTarget()
d(nodeTarget.level)

does it print out the correct node level?
I've tested it with node level 5 and 10 but the output is always 0. But it works on mobs.