Page 1 of 2

Need help with /5 macro for inviting ppl to guild

Posted: Sun May 08, 2016 4:10 am
by Dresden
What is the specific coding for a /5 macro that links the guild advert in the guild tab so that ppl can see it?

I can't get it to work for some reason, anyone know how?

Re: Need help with /5 macro for inviting ppl to guild

Posted: Sun May 08, 2016 4:25 am
by zabis
/5 text

Re: Need help with /5 macro for inviting ppl to guild

Posted: Mon May 09, 2016 10:26 am
by Dresden
zabis wrote:/5 text
O... kay...

Anyone else know what i mean?

Perhaps i am not explaining it fully or accurately enough.

Re: Need help with /5 macro for inviting ppl to guild

Posted: Mon May 09, 2016 10:51 am
by noisestorm
Just shift click your guild ad (the nice button that is orange and says [link your guild] ) like you link an item..

Re: Need help with /5 macro for inviting ppl to guild

Posted: Mon May 09, 2016 11:55 am
by Dresden
noisestorm wrote:Just shift click your guild ad (the nice button that is orange and says [link your guild] ) like you link an item..
ty... *ffs*

No i mean a pre-programmed MACRO with text/info already written, HOW would i write a link in the box in the macro section to link my guild ad, i don't know how!

Any help or direction would be appreciated.

Re: Need help with /5 macro for inviting ppl to guild

Posted: Mon May 09, 2016 12:34 pm
by Rebuke
The orange "clickable" text can not be entered in the macro tool.

Re: Need help with /5 macro for inviting ppl to guild

Posted: Mon May 09, 2016 12:58 pm
by Dresden
Rebuke wrote:The orange "clickable" text can not be entered in the macro tool.
Indeed, the source of the problem in question.

But can that be navigated around with specific coding being entered into the macro tool?

Re: Need help with /5 macro for inviting ppl to guild

Posted: Mon May 09, 2016 4:14 pm
by kriegheim
You can use command <LINK data="GUILD:ID" text="Your_text" color="RGBcode">

For example (square brackets just for design as "in-game" link):

Code: Select all

/s <icon4680> <LINK data="GUILD:001" text="[This is Game Master guild O.o]" color="255,16,0">
Same for "ITEM:ID".

Just don't forget about server rules.

Re: Need help with /5 macro for inviting ppl to guild

Posted: Mon May 09, 2016 5:27 pm
by Dresden
kriegheim wrote:You can use command <LINKdata="GUILD:ID" text="Your_text" color="RGBcode">

For example (square brackets just for design as "in-game" link), but I can't help you with your guild ID:

Code: Select all

/s <icon4680> <LINKdata="GUILD:001" text="[This is Game Master guild O.o]" color="255,16,0">
Same for "ITEM:ID".

Just don't forget about server rules.
Interesting, this what is what i was looking for.

Server rules? wha? huh?

Re: Need help with /5 macro for inviting ppl to guild

Posted: Mon May 09, 2016 7:53 pm
by kriegheim
You can find out your guild ID with debug window:
open Guild window > tab Recruit > tab Advertise > click on [Link Your Guild];
type /debug then move your cursor on that Guild recruitment window.
The debug window should show string EA_GuildLinkWindow777Data***** That number is your guild ID.


Also same with "QUEST:ID".

For example, Order T4 epic quest "Faith is Madness", final stage:

Code: Select all

/s <LINK data="QUEST:31149" text="[Faith is Madness]" color="0,16,255">
About rules just avoid spam with icons and colored text in /5 channel.

EDIT: Fixed syntax "LINK data".