??can it be done

Results 1 to 6 of 6
  1. #1
    Valued Member Sataniceaden is offline
    MemberRank
    Nov 2007 Join Date
    AustraliaLocation
    130Posts

    sad ??can it be done

    Hi all

    my question is regarding instance entry and GM/Admin

    is it possible to gain access for GM/Admin without the need to be in party i have searched forums and looked at the code but i am unable to find this option let alone removing instance restrictions for entry

    Regards
    Sataniceaden


  2. #2
    Novice thaiha is offline
    MemberRank
    Mar 2011 Join Date
    Ho Chi Minh CitLocation
    2Posts

    Re: ??can it be done

    \AIONEmulator\game\config\administration\admin.properties

  3. #3
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: ??can it be done

    admin properties

    GM Tag config's:
    # ----------------------------
    # Warning: Other players will be unable to invite to group, etc. using game visual interface!
    # When enabled each access level will display a different tag before player name
    # Default: false
    gameserver.customtag.enable = false <---- turn over " true "

    # Custom tag for access level 1
    # Default: <GM>
    gameserver.customtag.access1 = <GM> %s

    # Custom tag for access level 2
    # Default: <HEADGM>
    gameserver.customtag.access2 = <HEADGM> %s

    # Custom tag for access level 3
    # Default: <ADMIN>
    gameserver.customtag.access3 = <ADMIN> %s

    # Extra access level tag for those who uses more then 3 levels
    # Custom tag for access level 4
    gameserver.customtag.access4 = <TAG_HERE> %s

    # Custom tag for access level 5
    gameserver.customtag.access5 = <TAG_HERE> %s




    move to navicat to you account data edited acesslevel 0-5 and save and finish

    you login game to GM

  4. #4
    Valued Member Sataniceaden is offline
    MemberRank
    Nov 2007 Join Date
    AustraliaLocation
    130Posts

    Re: ??can it be done

    thank you for this information but it was not what i asked for

    i know how to set custom tags and GM levels

    i am talking about single entry into Instance's no need for being in a party.

    Regards

  5. #5
    Enthusiast qwertzpaul is offline
    MemberRank
    Sep 2013 Join Date
    25Posts

    Re: ??can it be done

    Quote Originally Posted by Sataniceaden View Post
    thank you for this information but it was not what i asked for

    i know how to set custom tags and GM levels

    i am talking about single entry into Instance's no need for being in a party.

    Regards
    Yes its possible look over the InstanceEngine or InstanceService or whereever the check for PlayerGroup2 is and simple add another && player.getCommonData().getAccesslevel() < 1.

    Its just some Pseudocode but that works.

    PS: some instances also may check over the questengine due quest requirements

  6. #6
    Valued Member Sataniceaden is offline
    MemberRank
    Nov 2007 Join Date
    AustraliaLocation
    130Posts

    Re: ??can it be done

    thank you i will give that a look through

    hardest part is restricting it only for GM/admin access because of course i dont want everyone to have solo entry :)



Advertisement