Atm i am using the standard asm for GetName of any Object via Baseaddr
But it doesnt work for the item
Conjured Fresh Water
I've read it as Assci and Utf8 both dont work.
All my other items work fine just not this one.
Code:
wow.Asm.AddLine("mov EDX, [{0}]", [PTRHERE]);
wow.Asm.AddLine("mov EDX, [EDX+{0}]", [PTRHERE]);
wow.Asm.AddLine("FS mov EAX, [0x2C]");
wow.Asm.AddLine("mov EAX, [EAX]");
wow.Asm.AddLine("add EAX, 0x10");
wow.Asm.AddLine("mov [EAX], EDX");
wow.Asm.AddLine("mov ecx, " + baseAddress);
wow.Asm.AddLine("mov eax, " + VMT48);
wow.Asm.AddLine("call eax");
wow.Asm.AddLine("retn");
Any ideas?
OR if i can get the ID for any object i can get the name by that but thats not in the descriptors anyways.
He keeps making more water. Filling bags. Going to Vendor. Back to Path. Fill Back up Bags...