"accounts" table parameters(read, never ask again:)) menu

User Tag List

Results 1 to 9 of 9
  1. #1
    x6x6x6x's Avatar Member
    Reputation
    4
    Join Date
    Nov 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    "accounts" table parameters(read, never ask again:))

    a lot of you are asking "what's the flag for wotlk" "and for tbc"?!

    well...i decided to answer in this new thread aboiut it all.

    in Mangos:

    The account table is very simple but ye you must notice 2 entrys: "gm" AND "expansion"

    gm should be set to:
    0-player
    1-VIP
    2-SubGM
    3-OverGM
    4-Admin

    and expansion should be like:
    0-classic
    1-TBC
    2-WOTLK

    *in the mangos config files leave the expansion/tbc setting untouched, it should stay 1 forever ,1 there means allow all expansions


    now in ARCemu it's a bit different:

    the expansions are set by "flags" as following:
    0-classic
    8-tbc
    16-wotlk
    24-both

    and the gm levels are set by the "gm" part liek in mangos:
    0-player
    1-VIP
    2-SubGM
    3-OverGM
    az-ADMIN (must be in NON CAPITAL LETTERS, DONT TRY TO PUT 4 INSTEAD ,IT DOESN'T WORK)

    i will provide a full maintananace guide for newbies on EMU's the hardest part is to maintain the server
    Last edited by x6x6x6x; 12-15-2008 at 12:43 PM. Reason: sry updated since rev 18xx i fixed it:)

    "accounts" table parameters(read, never ask again:))
  2. #2
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for these but isn't vip '%i' and 'azz' something higher than 'az'?:P
    And 'a' too :P and 30 is for wotlk in arcemu, I have tested it out Otherwise +Rep

  3. #3
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Recent ArcEmu revision changed the flags for it; it might be wrong but.. yea..:
    0: Normal
    8: TBC
    16: WOTLK
    24: Both

    Think it was like that, site is down at the moment so I can't really check..

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  4. #4
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is 30 for WoTLK, I got wotlk server :P

  5. #5
    rofldestroyer's Avatar Member
    Reputation
    31
    Join Date
    Sep 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and i have wotlk server too and for me its 24

  6. #6
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that would be because you use aspire! Woot another aspire user!

  7. #7
    borra's Avatar Member
    Reputation
    3
    Join Date
    Nov 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit:
    mrhooha and x6x6x6x are correct, flag should be 24, not 44 for ArcEmu. There is a file in ArcEmu sql_updates called 1842_Account_Flags.sql which shows it changes the account flag of 44 to 24.

    Code:
    UPDATE accounts SET `flags` = 24 WHERE `flags` = 44;
    UPDATE accounts SET `flags` = 16 WHERE `flags` = 36;
    Last edited by borra; 12-15-2008 at 02:11 PM.

  8. #8
    mrhooha's Avatar Member
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys. The correct ArcEmu account flags are as follows. This is from revision 1842

    Account Flags are now 1, 2, 4, 8 and 16 in decimal or 0x1, 0x2, 0x4, 0x8, 0x10 in hex.

    This means that to have TBC access, set the account flag to 8. To have WotLK access, set the flag to 16. For both, set the flag to 24.

  9. #9
    x6x6x6x's Avatar Member
    Reputation
    4
    Join Date
    Nov 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrhooha View Post
    Guys. The correct ArcEmu account flags are as follows. This is from revision 1842

    Account Flags are now 1, 2, 4, 8 and 16 in decimal or 0x1, 0x2, 0x4, 0x8, 0x10 in hex.

    This means that to have TBC access, set the account flag to 8. To have WotLK access, set the flag to 16. For both, set the flag t24.
    you are right it is different since revision 18xx ^^ updated thank you +rep to mrhuha

    Originally Posted by Apple's_Ascent View Post
    Thanks for these but isn't vip '%i' and 'azz' something higher than 'az'?:P
    And 'a' too :P and 30 is for wotlk in arcemu, I have tested it out Otherwise +Rep
    first no there is nothing higher than az, az is the god of the server , over admin, arc-manager however the F@#! you wanna call it
    second, 30 is in aspire which is a LUA Ascent based, but it is NOT Arcemu
    btw: i'm not the only one to tellyou this:
    Originally Posted by y2kss66 View Post
    that would be because you use aspire! Woot another aspire user!
    i haven't included the flags for aspire cuz' i DONT USE ASPIRE hehe, means i don't knowsry.
    Last edited by x6x6x6x; 12-15-2008 at 12:49 PM.

Similar Threads

  1. Navicat tables are "read only"
    By gangstagreen in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 12-12-2008, 09:35 PM
  2. Account renter scam = Bad. Read more!
    By Xyborg in forum WoW Scam Prevention
    Replies: 12
    Last Post: 12-08-2007, 10:58 PM
  3. WTT WoW account for glider key. READ.
    By Elites360 in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 3
    Last Post: 02-21-2007, 10:39 AM
All times are GMT -5. The time now is 06:25 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search