Lost "Letter of Transfer" and can't complete Mae'Var quest
By Abigail Rogers •
I have lost "Letter of Transfer" and can't complete Mae'Var quest. Is there anything I can do to fix the situation?
I have partial solution:
- Enable debug console (see here1)
- Create item:
CLUAConsole:CreateItem([ITEM NAME])
The only problem with my solution is that I can't find proper item code.
So the question is:
- What is item code for "Letter of Transfer"
- Is there any other way to fix the quest.
1 Answer
The item code for the Letter of Transfer is MISC4T.
CLUAConsole:CreateItem(MISC4T) will create another one for you, allowing you to continue the quest.
1