Not logged inThe Guild of Free Traders - Discussion Forum
Forum The Guild of Free Traders Help Login
Up Topic Public Area / Plugins / Group Join Plugin
- By Lisa201 (Trident Captain) Date 2014-11-17 14:24
From Cron

Prompts with a small popup when you are invited to group.  Very useful on android etc.
Attachment: ezGroup.zip (13k)
- By Azurea Date 2014-11-17 15:12
It's also a death trap. If this pops up while you're pvping, you're dead.
- By Lisa201 (Trident Captain) Date 2014-11-17 21:45
AH!  good point!
- By Atvar Black Date 2014-11-18 23:44
Use droidbuttons to get around that.
- By Azurea Date 2014-11-19 14:24
Easy to fix.

simply make a button for "ljoin" and install this main.lua

-- joinlast
local joinlast = ""
function joinlast:OnEvent(event, data)
  if event ~= "GROUP_SELF_INVITED" then return end
  joinlast = data
end

joinlast.join = {}

function joinlast.join()
  Group.Join(joinlast)
end

RegisterEvent(joinlast, "GROUP_SELF_INVITED")
RegisterUserCommand('ljoin', joinlast.join)
- By Lisa201 (Trident Captain) Date 2014-11-20 13:30
Yep!  That will work too
- By Michael Date 2016-01-31 10:50
With the new update it pops up and then crashes vo
- By NarWalrusWarrior Date 2018-06-01 11:59
No longer works, unsticking for organization.
Up Topic Public Area / Plugins / Group Join Plugin

Powered by mwForum 2.27.4 © 1999-2012 Markus Wichitill

Net::CIDR::Lite module not available.