View Single Post
06-18-18, 03:01 PM   #1
maqjav
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Feb 2012
Posts: 60
BFA beta, how to create a new LFR group?

Hello.

I've notice that the old method C_LFGLis.CreateListing doesn't receive anymore the title and description that you need in order to create a group, now the new parameters are:

Code:
C_LFGList.CreateListing(lfgID, itemLevel, honorLevel, autoAccept, privateGroup, questID)
Checking how it works in their LFR addon, the frame "Name" is defined as:

Code:
<EditBox parentKey="Name" secureReferenceKey="LFGListCreationName" securityDisableSetText="true" securityDisablePaste="true" inherits="LFGListEditBoxTemplate" letters="31">
I understand that now that "EditBox" is protected and we cannot set a text, so... is still possible to create a new group using their API? Is there another method I haven't seen?

Thanks!
  Reply With Quote