Sign in to follow this  
Chernaruski

Enabling "clan" features without a family registration?

7 posts in this topic

Is it possible to enable the clan features without an office purchase from AI ?
I really would love to have the map marks save feature and auto group , but I don't want to implement AI on the server.
I made the flag craftable so I don't need to buy it from AI trader , but I didn't find a solution for clan registration without AI.

Edited by Chernaruski

Share this post


Link to post
Share on other sites
Advertisement
1 hour ago, WURSTKETTE said:

Ehm...How?

Just set the price of registration to 0 Poptabs, you can also put the function to create a familie anywhere.

yeah but this will require ai interaction , as it was with "flags trader"
was wondering if it can be done "hidden" somehow, maybe via xm8 button or something...

Share this post


Link to post
Share on other sites
1 hour ago, Chernaruski said:

yeah but this will require ai interaction , as it was with "flags trader"
was wondering if it can be done "hidden" somehow, maybe via xm8 button or something...

you most probs can you would need to call this feature

Share this post


Link to post
Share on other sites
2 hours ago, Chernaruski said:

was wondering if it can be done "hidden" somehow, maybe via xm8 button or something...

As said, you can put the function anywhere - this includes xm8 :)

 

call ExileClient_gui_registerClanDialog_show

 

  • Like 1

Share this post


Link to post
Share on other sites
On 10/10/2017 at 1:43 PM, WURSTKETTE said:

As said, you can put the function anywhere - this includes xm8 :)

 


call ExileClient_gui_registerClanDialog_show

 

sweet . works like a charm via xm8.

in config.cpp find class CfgXM8 (as for Exile 1.0.3)
add these and voila, clan/family registration window opening
 

Spoiler


extraApps[] = {"Family"};

class Family
    {
        title = "Create Family";
        controlID = 50100;        //IDC:50100 -> 50102 || These need to be unique and out of range from each other
        logo = "ExadClient\XM8\Apps\Info\Icon_SI.paa";
        quickFunction = "call ExileClient_gui_registerClanDialog_show";
    };

 

Edited by Chernaruski

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.