MJ / Game Master

Results 1 to 11 of 11
  1. #1
    Newbie Haruo is offline
    MemberRank
    Sep 2012 Join Date
    7Posts

    MJ / Game Master

    Français :

    Bonjour,

    Voila, je cherche sur un serveur 1.4.4 genesis comment mettre des personnes en GM/MJ, j'ai cherché partout sans trouvé, merci de votre aide.

    English :

    Hi ,
    i want know what im doing for make my player GM in my server PW.

    Thanks

    --------------------------------------------------------------------------------

    " Hello,

    Here, I try on a server 1.4.4 genesis how to put people in GM / GM, I looked everywhere found without, thank you for your help."
    Last edited by Haruo; 20-09-12 at 11:51 AM.


  2. #2
    Elite Member SylenThunder is offline
    Member +Rank
    Aug 2009 Join Date
    SE MichiganLocation
    143Posts

    Re: MJ / Game Master

    With 1.4.4 just use pwAdmin and change it in the Accounts page.

    I suppose it might depend on which release you have, as to whether the proper tool is available for you.

    If you start learning the servers with 343's 1.3.6 release, you can't go wrong. If you start later, without knowing server, then you will go wrong, almost guaranteed.

  3. #3
    Psy Sins Psytrac is online now
    Grand MasterRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,016Posts

    Re: MJ / Game Master

    on mysql "Call addGM(ID, 1)" (I think it's 1..)

    for example. if the account id is 240 it's
    "call addGM(240, 1)"

    hopefully this helps

  4. #4
    Newbie Haruo is offline
    MemberRank
    Sep 2012 Join Date
    7Posts

    Re: MJ / Game Master

    Hi have french server
    is note in webadmin
    IM no see what table in mysql i find everywhere

    help me

  5. #5
    Psy Sins Psytrac is online now
    Grand MasterRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,016Posts

    Re: MJ / Game Master

    pm me with contact info for skype, yahoo, or MSN

  6. #6
    Newbie Haruo is offline
    MemberRank
    Sep 2012 Join Date
    7Posts

    Re: MJ / Game Master

    lefonsder add me skype

  7. #7
    Psy Sins Psytrac is online now
    Grand MasterRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,016Posts

    Re: MJ / Game Master

    I did, you're not online?

    I sent the request twice now

  8. #8
    Newbie Haruo is offline
    MemberRank
    Sep 2012 Join Date
    7Posts

    Re: MJ / Game Master

    Psytrac skype name ??

  9. #9
    Psy Sins Psytrac is online now
    Grand MasterRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,016Posts

    Re: MJ / Game Master

    I added you. I'll pm it (I'm not making it public. it's my personal one)

  10. #10
    Elite Member Soulia is offline
    Member +Rank
    Apr 2011 Join Date
    167Posts

    Re: MJ / Game Master

    i think it's resolved, coz i find his problem.

    he has mysql with navicat, and his table for GM is auth, not aquireUserprivilege like a 1.4.4 or 1.4.5, on this forum....
    and he must add any GM without pwAdmin, but by navicat...

  11. #11
    uint is best int. Swoosh91 is offline
    Grand MasterRank
    Feb 2010 Join Date
    BerlinLocation
    712Posts

    Re: MJ / Game Master

    PHP Code:
       private function grantGM($gid){
            
            
    mysql_select_db($this->G_SQLDB_SERVER,$this->DBi);
            
            
    $this->mySQLQuery("CALL addGM('$gid','1');");
            
        }
        
       private function 
    removeGM($gid){
            
             
    mysql_select_db($this->G_SQLDB_SERVER,$this->DBi);
            
            
    $this->mySQLQuery("DELETE FROM auth WHERE auth.`userid` = $gid;");
                   
        } 
    Cheers



Advertisement