CodenameG
New Member
- Joined
- Jan 15, 2010
- Messages
- 38,364
- Reaction score
- 231
theres a lot of functions that the WoWDevs (Not US) havent given us propper explanations as to what they do and what they return, (4.0 and Later even more so) so a lot of the cases your going to be probing lua blindly, till you find something that might work for you to build your If Else LogicWowprogramming.com - much more updated and np.
you also need to look at WoW Events and hook the ones you need
<table><tbody><tr><td>LFG_BOOT_PROPOSAL_UPDATE</td><td>This event is not yet documented</td></tr><tr><td>LFG_COMPLETION_REWARD</td><td>Fires when the player receives the completion reward for a randoms LFG dungeon</td></tr><tr><td>LFG_LOCK_INFO_RECEIVED</td><td>This event is not yet documented</td></tr><tr><td>LFG_OFFER_CONTINUE</td><td>This event is not yet documented</td></tr><tr><td>LFG_OPEN_FROM_GOSSIP</td><td>This event is not yet documented</td></tr><tr><td>LFG_PROPOSAL_FAILED</td><td>This event is not yet documented</td></tr><tr><td>LFG_PROPOSAL_SHOW</td><td>Fires when the LFD system has found a possible group</td></tr><tr><td>LFG_PROPOSAL_SUCCEEDED</td><td>Fires when an LFD group was successfully formed</td></tr><tr><td>LFG_PROPOSAL_UPDATE</td><td>Fires when a potential group member accepts or declines the LFD offer</td></tr><tr><td>LFG_QUEUE_STATUS_UPDATE</td><td>This event is not yet documented</td></tr><tr><td>LFG_ROLE_CHECK_HIDE</td><td>This event is not yet documented</td></tr><tr><td>LFG_ROLE_CHECK_ROLE_CHOSEN</td><td>This event is not yet documented</td></tr><tr><td>LFG_ROLE_CHECK_SHOW</td><td>This event is not yet documented</td></tr><tr><td>LFG_ROLE_CHECK_UPDATE</td><td>This event is not yet documented</td></tr></tbody></table>
as you can see because they are protected, (addons cant use them) blizzard hasn't said what they do, but we can use them so you will need to in order to make your instance queue thingy work.