Make account legend

Results 1 to 8 of 8
  1. #1
    Sorcerer Supreme KidJB is offline
    Member +Rank
    Oct 2009 Join Date
    Topeka, KansasLocation
    291Posts

    Make account legend

    How to set an acc as legend/pioneer in allrightsource?


  2. #2
    Member vSimpleDie is offline
    MemberRank
    Feb 2014 Join Date
    41Posts

    Re: Make account legend

    Go in your database, find out the customerid and set accounttype to 0

  3. #3
    Sorcerer Supreme KidJB is offline
    Member +Rank
    Oct 2009 Join Date
    Topeka, KansasLocation
    291Posts

    Re: Make account legend

    Quote Originally Posted by vSimpleDie View Post
    Go in your database, find out the customerid and set accounttype to 0
    got it thanks any idea how to set account premium in allrightsource?

  4. #4
    Member vSimpleDie is offline
    MemberRank
    Feb 2014 Join Date
    41Posts

    Re: Make account legend

    what do you mean with premium?

  5. #5
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: Make account legend

    -- Add Punisher ID

    USE [WarZ]
    GO

    DECLARE @CustomerID int;
    DECLARE @user_cID VARCHAR(128);

    SET @user_cID = 'xxxxx'; -- email
    SET @CustomerID = (SELECT CustomerID FROM dbo.Accounts WHERE email @user_cID)

    update dbo.UsersData set IsPunisher = '1' where CustomerID = @CustomerID
    GO

  6. #6
    Member manhun1222 is offline
    MemberRank
    Jun 2013 Join Date
    68Posts

    Re: Make account legend

    Quote Originally Posted by javaz97 View Post
    -- Add Punisher ID

    USE [WarZ]
    GO

    DECLARE @CustomerID int;
    DECLARE @user_cID VARCHAR(128);

    SET @user_cID = 'xxxxx'; -- email
    SET @CustomerID = (SELECT CustomerID FROM dbo.Accounts WHERE email @user_cID)

    update dbo.UsersData set IsPunisher = '1' where CustomerID = @CustomerID
    GO
    error :\
    http://kepfeltoltes.hu/view/140406/e...toltes.hu_.png

  7. #7
    Sorcerer Supreme skyone is offline
    Member +Rank
    Nov 2013 Join Date
    254Posts

    Re: Make account legend

    Quote Originally Posted by manhun1222 View Post
    SET @user_cID = 'xxxxx'; // the user id of the player that you want to add premium.

  8. #8
    Newbie fadhli123 is offline
    MemberRank
    Aug 2013 Join Date
    2Posts

    Re: Make account legend

    SORRY DISTURB THIS POST.ANYONE KNOW HOW TO SETUP MOSIANG SERVER? WITH TUTORIALS AND DATABASE SETUP TOO.

    AND HELP ME HOW TO DO THIS >>>>

    MHCmember>chr_log_info is where the accounts data are stored. (userlevel 4 is for GM ID)

    MHCmember>TB_OPERATOR is where GM's ID are placed (for alt+enter on gm tool)
    MHCmember>TB_OPERIP is where GM's Ip addresses are located (check here for forbidden IP problem)
    MHCmember>TB_OPERIPGAME is where the game IP is hosted(i think) Just insert your computer IP here.
    MHGame>TB_CHARACTER is where the character data is stored such as your character level ;)


    Change all those settings to your liking.If you did you shouldn't have much problem on it.
    P/s : add your ip to TB_OPERIP and TB_OPERIPGAME.



Advertisement