Auto Invite (123)
You automatically send a group invite to whoever sends you a set message. It's set for "123", but can be easily changed.
|
|
| Quick Facts |
|---|
You automatically send a group invite to whoever sends you a set message. It's set for "123", but can be easily changed.
Contains custom functions.
Code has been reviewed and is safe to use, custom functions might affect in-game performance.
{
"m": "d",
"d": {
"outline": "OUTLINE",
"color": [
1,
1,
1,
1
],
"shadowYOffset": -1,
"anchorPoint": "CENTER",
"displayText_format_p_time_format": 0,
"customTextUpdate": "event",
"automaticWidth": "Auto",
"actions": {
"start": [],
"finish": [],
"init": []
},
"triggers": {
"1": {
"trigger": {
"type": "custom",
"subeventSuffix": "_CAST_START",
"duration": "0",
"event": "Health",
"subeventPrefix": "SPELL",
"debuffType": "HELPFUL",
"unit": "player",
"spellIds": [],
"names": [],
"custom_type": "event",
"events": "CHAT_MSG_WHISPER",
"custom": "function(event, ...)\n if event ~= \"CHAT_MSG_WHISPER\" then return end\n local message, player = ...\n if not message or not player then\n return\n end\n local keywords = aura_env.config.keywords\n if keywords:sub(#keywords) ~= \",\" then\n keywords = keywords .. \",\"\n end\n for keyword in keywords:gmatch(\"([%w]+),+\") do\n if keyword:lower() == message:lower() then\n InviteUnit(player)\n end\n end\nend",
"custom_hide": "timed"
},
"untrigger": []
},
"activeTriggerMode": -10
},
"displayText_format_p_format": "timed",
"internalVersion": 52,
"wordWrap": "WordWrap",
"font": "Friz Quadrata TT",
"subRegions": [
{
"type": "subbackground"
}
],
"load": {
"ingroup": [],
"talent": {
"multi": []
},
"class": {
"multi": []
},
"spec": {
"multi": []
},
"size": {
"multi": []
}
},
"fontSize": 12,
"source": "import",
"shadowXOffset": 1,
"regionType": "text",
"selfPoint": "BOTTOM",
"displayText_format_p_time_precision": 1,
"displayText": "",
"conditions": [],
"yOffset": 0,
"justify": "LEFT",
"tocversion": 30300,
"id": "Auto Invite",
"xOffset": 0,
"frameStrata": 1,
"anchorFrameType": "SCREEN",
"config": {
"keywords": "123"
},
"uid": "dfmMZCzOdQh",
"authorOptions": [
{
"type": "input",
"useDesc": true,
"width": 1,
"desc": "Keywords to invite with. Seprated by `,`. Ignores case",
"name": "Invite Keywords",
"multiline": false,
"default": "inv, invite",
"length": 10,
"key": "keywords",
"useLength": false
}
],
"displayText_format_p_time_dynamic_threshold": 60,
"shadowColor": [
0,
0,
0,
1
],
"fixedWidth": 200,
"information": [],
"animation": {
"start": {
"easeStrength": 3,
"type": "none",
"duration_type": "seconds",
"easeType": "none"
},
"main": {
"easeStrength": 3,
"type": "none",
"duration_type": "seconds",
"easeType": "none"
},
"finish": {
"easeStrength": 3,
"type": "none",
"duration_type": "seconds",
"easeType": "none"
}
}
},
"s": "4.2.1",
"v": 1421
}