Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you for your patienceyup muleassist is just the automation that you're using, doesn't have anything to do with mq2targetinfo
you need to:
/plugin mq2targetinfo load
on all your toons to make sure it is loaded
then
/groupinfo show followme
/groupinfo show cometome
/groupinfo show mimicme
/groupinfo show hot
then you can/groupinfo save
Trying to Fix the background of the Buttons in the savok UI. Can some one point me in the right direction ? Is there an particular element I need to look for ? Interestingly this appears to be the Graphic for the Invite button in this UI..
<Button item = "GW_InviteButton">
<ScreenID>InviteButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>115</X>
<Y>2</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>INVITE</TooltipReference>
<Style_Checkbox>false</Style_Checkbox> -->
<!--<RadioGroup/>-->
<TextColor>
<R>150</R>
<G>255</G>
<B>30</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_InviteBtnNormal</Normal>
<Pressed>A_InviteBtnPressed</Pressed>
<Flyby>A_InviteBtnFlyby</Flyby>
<Disabled>A_GWBtnDisabled</Disabled>
</ButtonDrawTemplate>
</Button>
....
<Button item = "GW_InviteButton2">
....
<Pieces>GW_InviteButton2</Pieces>
<Button item="GW_InviteButton">
<ScreenID>InviteButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Select a player and click to invite into the group</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Invite</Text>
<Template>BDT_SmallNormal</Template>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>25</TopAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<RightAnchorOffset>60</RightAnchorOffset>
<LeftAnchorOffset>6</LeftAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
</Button>
I don't suppose you could share your fix? Having to resize the group window on all toons is annoying...Thanks!i use zliz and had to modify the actual group window xml to fix some of the stuff (like having to drag window to resize each time)
Do you get any errors?Hello, I am having issues with Follow me mimic me and Come to me. I have my nav mesh updated and everything else but I cant seem to get it to work.I am on Test using Vinilla with version 12/15/2021
in the old legacy mq2 version, it is a single plugin mq2taret info. you need to be in a group for the buttons to be there.Hello, I am having issues with Follow me mimic me and Come to me. I have my nav mesh updated and everything else but I cant seem to get it to work.I am on Test using Vinilla with version 12/15/2021
This is the MQ2Shaman thread, you sound like you want the MQ2GroupInfo, MQ2TargetInfo, MQ2EQBC, or some other thread as these options aren't related to the shaman plugin.So I realized it was unloading not loading with that command. After successfully loading, trying to /bccmd connect gives could not connect message.
Split MQ2TargetInfo into individual window components
- MQ2TargetInfo deals with the target window
- Use /targetinfo to see help
- Use MQ2TargetInfo.ini to adjust UI specific settings
- Added command line arguments perchar, distance, info, placeholder, and sight toggle options to modify each of the options.
- MQ2XTarInfo deals with the Extended Target Window
- Use /xtarinfo to see help
- Use MQ2XTarInfo.ini to adjust UI specific settings
- Added command...
Knightly,Redbot updated MQ2TargetInfo with a new update entry:
TargetInfo split into three plugins
Read the rest of this update entry...
This is mq update that was put in some time ago. All these updates are just bringing the resources's updates up to being correct as there were significant updates to "next" vs mq2 plugins while we were still using legacy mq2 as our "main stable build"Knightly,
Is this update for Legacy users or does it apply for the new MQ Target info commands built into MQ now?
you should be able to add a section in your mq2targetinfo.ini for your uiI have made my own UI, but it seems that this plugin does not work with mine. I get an error that says "MQ2TargetInfo has been disabled due to incompatible UI". I'd like to fix my UI to be able to see these values. Or is it a matter of adjusting the default values that were added to my ini for my UI for them to work? My target window has been heavily modified with extra information, and it looks like some of the locations for items are outside the size range of my window. I wasn't sure if that is the cause.
What is the most common reason for that error?
[UI_Your_UI_Name]
DynamicUI=0
GroupDistanceLoc=0,-8,60,0
GroupDistanceFontSize=2
ComeToMeLoc=41,1,4,41
FollowMeLoc=41,1,45,82
MimicMeLoc=41,1,87,123
HotButton0Loc=76,36,4,41
HotButton1Loc=76,36,45,82
HotButton2Loc=76,36,87,123
TargetInfoAnchoredToRight=0
TargetInfoLoc=1,15,120,0
TargetDistanceLoc=14,26,140,180
ExtDistanceLoc=0,-20,70,0
#don't mess with these 2 settings unless you are told to, they should be 0 for most UIs
UseGroupLayoutBox=0
UseExtLayoutBox=0
#these two labels are the labels I use as templates for distance. They should normally NOT be changed.
Label1=Player_ManaLabel
Label2=Player_FatigueLabel
Target_BuffWindow_TopOffset=76
dTopOffset=60
dBottomOffset=74
CanSeeTopOffset=47
CanSeeBottomOffset=61
dLeftOffset=50
TargetInfoWindowStyle=0
It put a section in there for my UI, but I am not quite sure why it was determined to disable TargetInfo for my UI. I didn't rename any element from the default. I just added extra elements and modified properties to make it look like I wanted. However, maybe I am missing some element it is trying to modify? I did a compare to default, and I didn't see any missing elements, but mine is at least double the size of default, so I may have missed one. By the way, what are the 4 numbers for, for example, HotButtonLoc=#,#,#,#. Playing with the numbers, it seems the first 2 are x and y. The third number didn't seem to make any difference, and the 4th is maybe an offset from the right?you should be able to add a section in your mq2targetinfo.ini for your ui
INI:[UI_Your_UI_Name] DynamicUI=0 GroupDistanceLoc=0,-8,60,0 GroupDistanceFontSize=2 ComeToMeLoc=41,1,4,41 FollowMeLoc=41,1,45,82 MimicMeLoc=41,1,87,123 HotButton0Loc=76,36,4,41 HotButton1Loc=76,36,45,82 HotButton2Loc=76,36,87,123 TargetInfoAnchoredToRight=0 TargetInfoLoc=1,15,120,0 TargetDistanceLoc=14,26,140,180 ExtDistanceLoc=0,-20,70,0 #don't mess with these 2 settings unless you are told to, they should be 0 for most UIs UseGroupLayoutBox=0 UseExtLayoutBox=0 #these two labels are the labels I use as templates for distance. They should normally NOT be changed. Label1=Player_ManaLabel Label2=Player_FatigueLabel Target_BuffWindow_TopOffset=76 dTopOffset=60 dBottomOffset=74 CanSeeTopOffset=47 CanSeeBottomOffset=61 dLeftOffset=50 TargetInfoWindowStyle=0
This has never been answerd. Im having the same problem. Im on Emu and run a small raid. I modified follow me to be a bca command. Enabling works but disabling will do it group only.I changed my ini to read below. When I click the follow me key it does make any toon in the zone follow that person with no problems. The issue is when I click it again to turn off the follow me it only turns off for the group. Is there is way to change that or it is a hard coded thing?
View attachment 26957
ComeToMeText=Come To Me
ComeToMeCommand=/dgzexecute /nav id ${Me.ID}
ComeToMeToolTip=/dgzexecute /nav id ${Me.ID}
FollowMeText=Follow Me
FollowMeCommand=/dgzexecute /afollow spawn ${Me.ID}
FollowMeeToolTip=/dgzexecute /afollow spawn ${Me.ID}
MimicMeSayCommand=/dgzexecute /say
MimicMeHailCommand=/dgzexecute /keypress HAIL
It's your transparency. You can do this and adjust the transparency in game just turn your fade level to 0Hi,
i am new here and receive the error that my mq2targetinfo is disabled. i am using a target window from evo3, which i really like (becuase its so easier to read). Is it possible to get a fix, so i can use my prefered targetwindow?
thank you
This might help.
Go to Eq button>>Macoquest>>Settings>>Overlay>>Clear Saved IMGui Window Settings
a brood queen^a leech elder^ls^laurioninn^https://ls.eqresource.com/abroodqueen.php
a djinn^an air mehit lord^ls^laurioninn^https://ls.eqresource.com/adjinn.php
a geonid^a cracked golem^ls^laurioninn^https://ls.eqresource.com/ageonid.php
a lich^an undead lord^ls^laurioninn^https://ls.eqresource.com/alich.php
a luggald^a white shark^ls^laurioninn^https://ls.eqresource.com/aluggald.php
a queen recluse^a treant lord^ls^laurioninn^https://ls.eqresource.com/aqueenrecluse.php
a queen widow^a drachnid hunter^ls^laurioninn^https://ls.eqresource.com/aqueenwidow.php
a spectre^a haunt^ls^laurioninn^https://ls.eqresource.com/aspectre.php
a statue^a granite grabber^ls^laurioninn^https://ls.eqresource.com/astatue.php
a water dragon^an aggressive alligator^ls^laurioninn^https://ls.eqresource.com/awaterdragon.php
an efreeti^a fire mephit lord^ls^laurioninn^https://ls.eqresource.com/anefreeti.php
an owlbear^a brownie lord^ls^laurioninn^https://ls.eqresource.com/anowlbear.php
an owlbear^a brownie queen^ls^laurioninn^https://ls.eqresource.com/anowlbear.php
A Rallosian Lunatic^a rallosian zealot^ls^timorousfalls^https://ls.eqresource.com/arallosianlunatic.php
A Rallosian Sorcerer^a rallosian extremist^ls^timorousfalls^https://ls.eqresource.com/arallosiansorcerer.php
Big Dipper^a timorous perch^ls^timorousfalls^https://ls.eqresource.com/bigdipper.php
Bunion^a calloused woodsman^ls^timorousfalls^https://ls.eqresource.com/bunion.php
Flariton^a parched corvid^ls^timorousfalls^https://ls.eqresource.com/flariton.php
Horatio^an angry wasp^ls^timorousfalls^https://ls.eqresource.com/horatio.php
Shoru^a fortified raptor^ls^timorousfalls^https://ls.eqresource.com/shoru.php
SingleMalt^a worg howler^ls^timorousfalls^https://ls.eqresource.com/singlemalt.php
The Dreaded Red Eye^a flying culex^ls^timorousfalls^https://ls.eqresource.com/thedreadedredeye.php
Ticktock^a vicious lashwhip^ls^timorousfalls^https://ls.eqresource.com/ticktock.php
Ankexfen Experiment^a gorge scavenger^ls^ankexfenkeep^https://ls.eqresource.com/ankexfenexperiment.php
Chef Goremand^an Ankexfen workhand^ls^ankexfenkeep^https://ls.eqresource.com/chefgoremand.php
Guard Captain Krizad^an Ankexfen torturer^ls^ankexfenkeep^https://ls.eqresource.com/guardcaptainkrizad.php
Lorekeeper Fandrel^an Ankexfen archwizard^ls^ankexfenkeep^https://ls.eqresource.com/lorekeeperfandrel.php
Mortimus^a battle-tested polar bear^ls^ankexfenkeep^https://ls.eqresource.com/mortimus.php
The Mountain Cryptid^an alpine dweller^ls^ankexfenkeep^https://ls.eqresource.com/themountaincryptid.php
Rimeclaw^a frostbitten worg^ls^ankexfenkeep^https://ls.eqresource.com/rimeclaw.php
Stablemaster Magna^an Ankexfen reinsman^ls^ankexfenkeep^https://ls.eqresource.com/stablemastermagna.php
Uncia the Snowstalker^a frost-paw skulker^ls^ankexfenkeep^https://ls.eqresource.com/unciathesnowstalker.php
Underboss Lazam^an Ankexfen knife twister^ls^ankexfenkeep^https://ls.eqresource.com/underbosslazam.php
Captain Defan^a Nokk lieutenant^ls^moorsofnokk^https://ls.eqresource.com/captaindefan.php
Chaplain Kor Bloodmoon^a Nokk tactician^ls^moorsofnokk^https://ls.eqresource.com/chaplainkorbloodmoon.php
Firestarter Tlag^a Nokk fireblade^ls^moorsofnokk^https://ls.eqresource.com/firestartertlag.php
Fleawalker^a Nokk battleworg^ls^moorsofnokk^https://ls.eqresource.com/fleawalker.php
Sergeant Kharsk^a Nokk adjutant^ls^moorsofnokk^https://ls.eqresource.com/sergeantkharsk.php
Sergeant Kveldulf^a Nokk sentinel^ls^moorsofnokk^https://ls.eqresource.com/sergeantkveldulf.php
Tarantis^a crevice spider^ls^moorsofnokk^https://ls.eqresource.com/tarantis.php
Tutt^a bog turtle^ls^moorsofnokk^https://ls.eqresource.com/tutt.php
Drillmaster Suja^a Rallosian trainer^ls^unkemptwoods^https://ls.eqresource.com/drillmastersuja.php
General Orrak^a Rallosian highlance^ls^unkemptwoods^https://ls.eqresource.com/generalorrak.php
Grenn Rustblade^a Rallosian swiftblade^ls^unkemptwoods^https://ls.eqresource.com/grennrustblade.php
Honored Elder Skraiw^an avian elder^ls^unkemptwoods^https://ls.eqresource.com/honoredelderskraiw.php
Oka^a basilisk stonegazer^ls^unkemptwoods^https://ls.eqresource.com/oka.php
Sergeant Korsh^a Rallosian tactician^ls^unkemptwoods^https://ls.eqresource.com/sergeantkorsh.php
Stinky^a skunk doe^ls^unkemptwoods^https://ls.eqresource.com/stinky.php
Tenderstump^a treant planter^ls^unkemptwoods^https://ls.eqresource.com/tenderstump.php
Alloy^a forgebound worker^ls^theherosforge^https://ls.eqresource.com/alloy.php
Arcanaforged^a spiritforged wizard^ls^theherosforge^https://ls.eqresource.com/arcanaforged.php
Battleforged^a spiritforged berserker^ls^theherosforge^https://ls.eqresource.com/battleforged.php
Geomimus^a geolode^ls^theherosforge^https://ls.eqresource.com/geomimus.php
Goliath Forge Frog^a forged frog^ls^theherosforge^https://ls.eqresource.com/goliathforgefrog.php
Ingot^a forgebound inspector^ls^theherosforge^https://ls.eqresource.com/ingot.php
Kindleheart^a rekindled phoenix^ls^theherosforge^https://ls.eqresource.com/kindleheart.php
Terrastride^a summit guardian^ls^theherosforge^https://ls.eqresource.com/terrastride.php
Valorforged^a spiritforged warrior^ls^theherosforge^https://ls.eqresource.com/valorforged.php
Bonestripper^a hungry hotariton^ls^pallomen^https://ls.eqresource.com/bonestripper.php
Charka^a Rallosian champion^ls^pallomen^https://ls.eqresource.com/charka.php
Cind the Kind^a Rallosian destroyer^ls^pallomen^https://ls.eqresource.com/cindthekind.php
Crusher the Rusher^a Rallosian legionnaire^ls^pallomen^https://ls.eqresource.com/crushertherusher.php
Fernstalker^a clever puma^ls^pallomen^https://ls.eqresource.com/fernstalker.php
General Dotal^a Rallosian adjudicator^ls^pallomen^https://ls.eqresource.com/generaldotal.php
Queen Hotaria^a queensguard^ls^pallomen^https://ls.eqresource.com/queenhotaria.php
Tonnar Blevak^a rallosian archivist^ls^pallomen^https://ls.eqresource.com/tonnarblevak.php
Violet Violence^a Rallosian cabalist^ls^pallomen^https://ls.eqresource.com/violetviolence.php
if (CanSeeLabel = (CLabelWnd*)pSidlMgr->CreateXWndFromTemplate(pTargetWnd, CanSeeLabelTemplate))
{
CanSeeLabel->SetVisible(true);
CanSeeLabel->bNoWrap = true;
CanSeeLabel->SetWindowStyle(WSF_AUTOSTRETCHH | WSF_TRANSPARENT | WSF_AUTOSTRETCHV | WSF_RELATIVERECT);
CanSeeLabel->SetLeftAnchoredToLeft(true);
CanSeeLabel->SetRightAnchoredToLeft(false);
CanSeeLabel->SetBottomAnchoredToTop(true);
CanSeeLabel->SetTopAnchoredToTop(true);
CanSeeLabel->bAlignCenter = true;
CanSeeLabel->bAlignRight = false;
CanSeeLabel->SetTopOffset(CanSeeTopOffset);
CanSeeLabel->SetTopOffset(CanSeeLabel->GetTopOffset() + 10);
CanSeeLabel->SetBottomOffset(CanSeeBottomOffset);
CanSeeLabel->SetBottomOffset(CanSeeLabel->GetBottomOffset() + 10);
CanSeeLabel->SetLeftOffset(dLeftOffset);
CanSeeLabel->SetRightOffset(dLeftOffset);
CanSeeLabel->SetCRNormal(0xFF00FF00); // green
CanSeeLabel->SetBGColor(0xFFFFFFFF);
CanSeeLabel->SetTooltip(szCanSeeTarget);
}
howdy nive, welcome to RGHi all
New here just finding my feet.
Been trying to work out how to move the Green target text I.e a decaying skeleton and next to it says ( 2 Ancient Skeleton Warrior ) but there's a slight overlap of text so its hard to make out the level of mob, trying to use the minimalist ui of Zliz that Sic shows in his Video's.
apologies in advance if the info is around sometimes you cant see the forest for the trees.