• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Planting a guild banner via a hot Key (1 Viewer)

rojadruid

Active member
Joined
Dec 18, 2019
RedCents
91¢
Is there a way in which I can create a hotkey to plant a guild banner for my guild instead of always having to bring up the guild window?
 
Solution
It's probably doable, i was using alias to place campfire for my group like /setcampfire1 for normal campfire or /setcampfire2 for the empowered one.
INI:
/setcampfire1=/multiline ; /nomodkey /notify FellowshipWnd FP_RefreshList leftmouseup; /timed 20 /nomodkey /notify FellowshipWnd FP_CampsiteKitList listselect 1; /timed 30 /nomodkey /notify FellowshipWnd FP_CreateCampsite leftmouseup
/setcampfire2=/multiline ; /nomodkey /notify FellowshipWnd FP_RefreshList leftmouseup; /timed 20 /nomodkey /notify FellowshipWnd FP_CampsiteKitList listselect 2; /timed 30 /nomodkey /notify FellowshipWnd FP_CreateCampsite leftmouseup
So i think something similar can be done for banner. But maybe i am wrong lol
It's probably doable, i was using alias to place campfire for my group like /setcampfire1 for normal campfire or /setcampfire2 for the empowered one.
INI:
/setcampfire1=/multiline ; /nomodkey /notify FellowshipWnd FP_RefreshList leftmouseup; /timed 20 /nomodkey /notify FellowshipWnd FP_CampsiteKitList listselect 1; /timed 30 /nomodkey /notify FellowshipWnd FP_CreateCampsite leftmouseup
/setcampfire2=/multiline ; /nomodkey /notify FellowshipWnd FP_RefreshList leftmouseup; /timed 20 /nomodkey /notify FellowshipWnd FP_CampsiteKitList listselect 2; /timed 30 /nomodkey /notify FellowshipWnd FP_CreateCampsite leftmouseup
So i think something similar can be done for banner. But maybe i am wrong lol
 
Last edited by a moderator:
Solution
Some combination of these are what you want to use:

#1 - Select the banner. The order in the list changes so you really want something a bit smarter but for now pick top most banner

/notify GuildManagementWnd GT_BannerKitList listselect 1

#2 - Press the Plant Banner button

/notify GuildManagementWnd GT_PlantBannerButton leftmouseup


Putting these together you might have something like:

/multiline ; /notify GuildManagementWnd GT_BannerKitList listselect 1 ; /timed 10 /notify GuildManagementWnd GT_PlantBannerButton leftmouseup
 
Last edited:
Question - Planting a guild banner via a hot Key

Users who are viewing this thread

Back
Top