I'm totally a newbie in programming, and i'm trying to write my own plugin, here is my problem.
i know i can create an object by its ID using Loki.Game.LokiPoe.ObjectManager.GetObjectById(int), but the ID of the item keeps changing every time I create a new instance. So is there any function like GetObjectByName(string)?
i know i can create an object by its ID using Loki.Game.LokiPoe.ObjectManager.GetObjectById(int), but the ID of the item keeps changing every time I create a new instance. So is there any function like GetObjectByName(string)?