Hi friends, would anyone be willing to help me with displaying the tooltip in the drakarys skill tree? It has ..def OverInItem(self, itemVnum):
interface = constInfo.GetInterfaceInstance(), so I wrote GetInterfaceInstance() in consInfo but it still returned NONE. So I had to add
constInfo.SetInterfaceInstance(None) to game.py and that solved the problem that it no longer returns none and the tooltip works for items, but it still doesn't work for skills.
And it uses GetInterfaceInstance() for skills too. I've been dealing with this for a few days now. I would be grateful to anyone who can get rid of it for me. Thanks in advance.
Bitte melden Sie sich an, um diesen Link zu sehen.