View Single Post
03/04/15, 07:37 AM   #12
Scharesoft
 
Scharesoft's Avatar
Join Date: Apr 2014
Posts: 11
With the new update 6 I've got a problem again.

If I change nothing, this error message apears and the dialog window stays empty:

user:/AddOns/uespLog/uespLog.lua:1645: function expected instead of nil
stack traceback:
user:/AddOns/uespLog/uespLog.lua:1645: in function 'uespLog.OnChatterBegin'


This is the part why the error apears:

INTERACT_WINDOW:InitializeInteractWindow(ChatterGreeting)
INTERACT_WINDOW:PopulateChatterOptions(optionCount, false)


I need this to show the dialog because of this line:

ZO_InteractWindow:UnregisterForEvent(EVENT_CHATTER_BEGIN)


What do I have to change here to make it work again? Thanks in advance!
  Reply With Quote