Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » PTR » PTR General Discussion » BFA beta, how to create a new LFR group?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off