Skip to content

Commit b537d2d

Browse files
committed
Add MQActorFollow, MQCharInfo, MQRespawn, MQSearchItem
1 parent a003b1d commit b537d2d

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

main/plugin-quick-list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The solution file with all of these in it is here: [MacroQuestCustom.sln](../upl
3939
```bash
4040
# All
4141
git clone -b master https://github.com/RedGuides/MQ2AASpend.git plugins/MQ2AASpend
42+
git clone -b main https://github.com/peonMQ/MQActorFollow.git plugins/MQActorFollow
4243
git clone -b master https://github.com/RedGuides/MQ2AdvPath.git plugins/MQ2AdvPath
4344
git clone -b master https://github.com/RedGuides/MQ2AutoAccept.git plugins/MQ2AutoAccept
4445
git clone -b master https://github.com/RedGuides/MQ2AutoCamp.git plugins/MQ2AutoCamp
@@ -51,6 +52,7 @@ git clone -b master https://github.com/RedGuides/MQ2BardSwap.git plugins/MQ2Bard
5152
git clone -b master https://github.com/RedGuides/MQ2Boxr.git plugins/MQ2Boxr
5253
git clone -b master https://github.com/brainiac/MQ2Camera.git plugins/MQ2Camera
5354
git clone -b master https://github.com/RedGuides/MQ2Cast.git plugins/MQ2Cast
55+
git clone -b main https://github.com/Cezero/MQCharInfo.git plugins/MQCharInfo.git
5456
git clone -b master https://github.com/RedGuides/MQ2Clipboard.git plugins/MQ2Clipboard
5557
git clone -b master https://github.com/RedGuides/MQ2Collections.git plugins/MQ2Collections
5658
git clone -b master https://github.com/RedGuides/MQ2CPULoad.git plugins/MQ2CPULoad
@@ -98,6 +100,7 @@ git clone -b master https://github.com/RedGuides/MQ2RelayTells.git plugins/MQ2Re
98100
git clone -b master https://github.com/RedGuides/MQ2Relocate.git plugins/MQ2Relocate
99101
git clone -b main https://github.com/peonMQ/MQRemote.git plugins/MQRemote
100102
git clone -b master https://github.com/RedGuides/MQ2Rewards.git plugins/MQ2Rewards
103+
git clone -b main https://github.com/peonMQ/MQRespawn.git plugins/MQRespawn
101104
git clone -b master https://github.com/RedGuides/MQ2Rez.git plugins/MQ2Rez
102105
git clone -b master https://github.com/RedGuides/MQ2Say.git plugins/MQ2Say
103106
git clone -b master https://gitlab.com/Knightly1/MQ2ShellCmd.git plugins/MQ2ShellCmd
@@ -106,6 +109,7 @@ git clone -b master https://github.com/RedGuides/MQ2Spawns.git plugins/MQ2Spawns
106109
git clone -b master https://github.com/RedGuides/MQ2SpawnSort.git plugins/MQ2SpawnSort
107110
git clone -b master https://gitlab.com/Knightly1/MQ2SQLite.git plugins/MQ2SQLite
108111
git clone -b master https://github.com/RedGuides/MQ2Status.git plugins/MQ2Status
112+
git clone -b main https://github.com/jessebevil/MQSearchItem.git plugins/MQSearchItem
109113
git clone -b master https://github.com/MMOBugs/MQ2Targets.git plugins/MQ2Targets
110114
git clone -b main https://github.com/Knightly1/MQTextToSpeech.git plugins/MQTextToSpeech
111115
git clone -b master https://github.com/RedGuides/MQ2ToolTip.git plugins/MQ2ToolTip

uploads/MacroQuestCustom.sln

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MQXWorks", "..\plugins\MQXW
562562
{2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221} = {2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221}
563563
EndProjectSection
564564
EndProject
565+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MQCharinfo", "..\plugins\MQCharInfo\MQCharinfo.vcxproj", "{A1B2C3D4-64BD-811B-921F-1B794E266FFF}"
566+
ProjectSection(ProjectDependencies) = postProject
567+
{2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221} = {2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221}
568+
EndProjectSection
569+
EndProject
570+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MQSearchItem", "..\plugins\MQSearchItem\MQSearchItem.vcxproj", "{1D1DB004-B36D-2A47-E695-7E6029000CC4}"
571+
ProjectSection(ProjectDependencies) = postProject
572+
{2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221} = {2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221}
573+
EndProjectSection
574+
EndProject
575+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MQRespawn", "..\plugins\MQRespawn\MQRespawn.vcxproj", "{88134303-CA3A-41E1-BDED-9D8008E7A845}"
576+
ProjectSection(ProjectDependencies) = postProject
577+
{2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221} = {2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221}
578+
EndProjectSection
579+
EndProject
580+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MQActorFollow", "..\plugins\MQActorFollow\MQActorFollow.vcxproj", "{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}"
581+
ProjectSection(ProjectDependencies) = postProject
582+
{2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221} = {2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221}
583+
EndProjectSection
584+
EndProject
565585
Global
566586
GlobalSection(SolutionConfigurationPlatforms) = preSolution
567587
Debug|Win32 = Debug|Win32
@@ -1477,6 +1497,38 @@ Global
14771497
{95246BB0-10BE-7F73-90DA-76DA01CE46C9}.Release|Win32.ActiveCfg = Release|Win32
14781498
{95246BB0-10BE-7F73-90DA-76DA01CE46C9}.Release|Win32.Build.0 = Release|Win32
14791499
{95246BB0-10BE-7F73-90DA-76DA01CE46C9}.Release|x64.ActiveCfg = Release|x64
1500+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF}.Debug|Win32.ActiveCfg = Debug|Win32
1501+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF}.Debug|Win32.Build.0 = Debug|Win32
1502+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF}.Debug|x64.ActiveCfg = Debug|x64
1503+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF}.Debug|x64.Build.0 = Debug|x64
1504+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF}.Release|Win32.ActiveCfg = Release|Win32
1505+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF}.Release|Win32.Build.0 = Release|Win32
1506+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF}.Release|x64.ActiveCfg = Release|x64
1507+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF}.Release|x64.Build.0 = Release|x64
1508+
{1D1DB004-B36D-2A47-E695-7E6029000CC4}.Debug|Win32.ActiveCfg = Debug|Win32
1509+
{1D1DB004-B36D-2A47-E695-7E6029000CC4}.Debug|Win32.Build.0 = Debug|Win32
1510+
{1D1DB004-B36D-2A47-E695-7E6029000CC4}.Debug|x64.ActiveCfg = Debug|x64
1511+
{1D1DB004-B36D-2A47-E695-7E6029000CC4}.Debug|x64.Build.0 = Debug|x64
1512+
{1D1DB004-B36D-2A47-E695-7E6029000CC4}.Release|Win32.ActiveCfg = Release|Win32
1513+
{1D1DB004-B36D-2A47-E695-7E6029000CC4}.Release|Win32.Build.0 = Release|Win32
1514+
{1D1DB004-B36D-2A47-E695-7E6029000CC4}.Release|x64.ActiveCfg = Release|x64
1515+
{1D1DB004-B36D-2A47-E695-7E6029000CC4}.Release|x64.Build.0 = Release|x64
1516+
{88134303-CA3A-41E1-BDED-9D8008E7A845}.Debug|Win32.ActiveCfg = Debug|Win32
1517+
{88134303-CA3A-41E1-BDED-9D8008E7A845}.Debug|Win32.Build.0 = Debug|Win32
1518+
{88134303-CA3A-41E1-BDED-9D8008E7A845}.Debug|x64.ActiveCfg = Debug|x64
1519+
{88134303-CA3A-41E1-BDED-9D8008E7A845}.Debug|x64.Build.0 = Debug|x64
1520+
{88134303-CA3A-41E1-BDED-9D8008E7A845}.Release|Win32.ActiveCfg = Release|Win32
1521+
{88134303-CA3A-41E1-BDED-9D8008E7A845}.Release|Win32.Build.0 = Release|Win32
1522+
{88134303-CA3A-41E1-BDED-9D8008E7A845}.Release|x64.ActiveCfg = Release|x64
1523+
{88134303-CA3A-41E1-BDED-9D8008E7A845}.Release|x64.Build.0 = Release|x64
1524+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}.Debug|Win32.ActiveCfg = Debug|Win32
1525+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}.Debug|Win32.Build.0 = Debug|Win32
1526+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}.Debug|x64.ActiveCfg = Debug|x64
1527+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}.Debug|x64.Build.0 = Debug|x64
1528+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}.Release|Win32.ActiveCfg = Release|Win32
1529+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}.Release|Win32.Build.0 = Release|Win32
1530+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}.Release|x64.ActiveCfg = Release|x64
1531+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF}.Release|x64.Build.0 = Release|x64
14801532
EndGlobalSection
14811533
GlobalSection(SolutionProperties) = preSolution
14821534
HideSolutionNode = FALSE
@@ -1611,6 +1663,10 @@ Global
16111663
{50F926BC-34D3-07B0-46F9-8FFAD1396838} = {7C989858-C30A-41DC-9CE8-1FA6F6D5B67E}
16121664
{C0B422BF-64BD-811B-921F-1B794E266FFF} = {97722087-A7EB-46FC-BCDF-6575C109BB98}
16131665
{95246BB0-10BE-7F73-90DA-76DA01CE46C9} = {7C989858-C30A-41DC-9CE8-1FA6F6D5B67E}
1666+
{A1B2C3D4-64BD-811B-921F-1B794E266FFF} = {97722087-A7EB-46FC-BCDF-6575C109BB98}
1667+
{1D1DB004-B36D-2A47-E695-7E6029000CC4} = {97722087-A7EB-46FC-BCDF-6575C109BB98}
1668+
{88134303-CA3A-41E1-BDED-9D8008E7A845} = {97722087-A7EB-46FC-BCDF-6575C109BB98}
1669+
{E9A72146-E98F-4AE6-9B0F-01A2947CFDCF} = {97722087-A7EB-46FC-BCDF-6575C109BB98}
16141670
EndGlobalSection
16151671
GlobalSection(ExtensibilityGlobals) = postSolution
16161672
SolutionGuid = {3A5F6FC6-8612-4587-9706-DC0A4B559E22}

0 commit comments

Comments
 (0)