[Guide]How to make GM Accounts

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Account Upgraded | Title Enabled! baltais99 is offline
    MemberRank
    Jan 2009 Join Date
    LatviaLocation
    292Posts

    [Guide]How to make GM Accounts

    GM Accounts
    UP2
    Code:
    DECLARE @RC int
    DECLARE @id varchar(13)
    DECLARE @pw varchar(13)
    DECLARE @depart varchar(32)
    DECLARE @class varchar(12)
    DECLARE @name varchar(12)
    DECLARE @birthday varchar(10)
    DECLARE @grade int
    DECLARE @subgrade int
    SELECT @id = 'your login'
    SELECT @pw = 'youre password'
    SELECT @depart = 'none'
    SELECT @class = 'GM'
    SELECT @name = 'name'
    SELECT @birthday = 'None'
    SELECT @grade = 2
    SELECT @subgrade = 4
    EXEC @RC = [rf_account].[dbo].[pInsert_Staff] @id, @pw, @depart, @class, @name, @birthday, @grade, @subgrade
    DECLARE @PrnLine nvarchar(4000)
    PRINT 'Stored Procedure: rf_account.dbo.pInsert_Staff'
    SELECT @PrnLine = ' Return Code = ' + CONVERT(nvarchar, @RC)
    PRINT @PrnLine
    UP5,6 and 2.2.1, 2.2.2
    Code:
    DECLARE @RC int
    DECLARE @id varchar(13)
    DECLARE @pw varchar(13)
    DECLARE @depart varchar(32)
    DECLARE @class varchar(12)
    DECLARE @name varchar(12)
    DECLARE @birthday varchar(10)
    DECLARE @grade int
    DECLARE @subgrade int
    SELECT @id = 'your login'
    SELECT @pw = 'youre password'
    SELECT @depart = 'none'
    SELECT @class = 'GM'
    SELECT @name = 'name'
    SELECT @birthday = 'None'
    SELECT @grade = 2
    SELECT @subgrade = 4
    EXEC @RC = [RF_User].[dbo].[pInsert_Staff] @id, @pw, @depart, @class, @name, @birthday, @grade, @subgrade
    DECLARE @PrnLine nvarchar(4000)
    PRINT 'Stored Procedure: RF_User.dbo.pInsert_Staff'
    SELECT @PrnLine = ' Return Code = ' + CONVERT(nvarchar, @RC)
    PRINT @PrnLine
    2.2.3 BSB
    Code:
    DECLARE @RC int     
    DECLARE @id varchar(13)     
    DECLARE @pw varchar(13)     
    DECLARE @depart varchar(32)     
    DECLARE @class varchar(12)     
    DECLARE @name varchar(12)     
    DECLARE @birthday varchar(10)     
    DECLARE @grade int     
    DECLARE @subgrade int     
    SELECT @id = 'Youre Login'     
    SELECT @pw = 'Youre Password'     
    SELECT @depart = 'none'     
    SELECT @class = 'GM'     
    SELECT @name = 'name'     
    SELECT @birthday = 'None'     
    SELECT @grade = 2     
    SELECT @subgrade = 4     
    EXEC @RC = [rf_user].[dbo].[pInsert_Staff] @id, @pw, @depart, @class, @name, @birthday, @grade, @subgrade     
    DECLARE @PrnLine nvarchar(4000)     
    PRINT 'Stored Procedure: rf_user.dbo.pInsert_Staff'     
    SELECT @PrnLine = ' Return Code = ' + CONVERT(nvarchar, @RC)
    Important

    Before, we used 2,4, all the time, and were happy:p , but with the 2.2.3 the situation has changed a bit
    2 4 - with this ACC, you can write in the GM chat, but can't use commands such as% lv% * @ ^, etc.
    4 4 - Can do everything, but can't write in the GM chat
    2 3 - Same as 2 4
    255 255 - same as 4 4, but players can loot gm things


  2. #2
    Valued Member Deadmax is offline
    MemberRank
    Feb 2008 Join Date
    149Posts

    Re: [Guide]How to make GM Accounts

    hey im wondering if u could add the GM account for EP2P1 Update 5 server .___. because ive tried every single one of those and it doesnt work xD

    ty ^^

  3. #3
    Account Upgraded | Title Enabled! baltais99 is offline
    MemberRank
    Jan 2009 Join Date
    LatviaLocation
    292Posts

    Re: [Guide]How to make GM Accounts

    I dunno, it worked for me :p

  4. #4
    Apprentice Andrix9743 is offline
    MemberRank
    Feb 2010 Join Date
    5Posts

    Re: [Guide]How to make GM Accounts

    Hey, is there anything I'm missing. Or every GM command for 255 grade GM doesnt work at all. I am always receiving error(authority)

    Is there a way to fix it ?

  5. #5
    Account Upgraded | Title Enabled! baltais99 is offline
    MemberRank
    Jan 2009 Join Date
    LatviaLocation
    292Posts

    Re: [Guide]How to make GM Accounts

    check zoneserver

    ---------- Post added at 12:01 PM ---------- Previous post was at 11:15 AM ----------

    check zoneserver

  6. #6
    Leech feeder. lifestream is offline
    MemberRank
    Oct 2008 Join Date
    855Posts

    Re: [Guide]How to make GM Accounts

    any idea why in giga 4 ep 2 server i cant use ! for notice chat, i tried different grade combinations (2,4, 4,4, 255 etc)

  7. #7
    Apprentice Midnite123 is offline
    MemberRank
    Jan 2010 Join Date
    18Posts

    Re: [Guide]How to make GM Accounts

    well the correct GM code for notice would be DEV 44, pink GM is 24 so yeah if 44 doesn't work then its your client.

  8. #8
    Leech feeder. lifestream is offline
    MemberRank
    Oct 2008 Join Date
    855Posts

    Re: [Guide]How to make GM Accounts

    grade4 subgrade 4? what about the dev field?

  9. #9
    Apprentice Midnite123 is offline
    MemberRank
    Jan 2010 Join Date
    18Posts

    Re: [Guide]How to make GM Accounts

    doesnt matter. ive never found it to do anything in g4 ep2

  10. #10
    Enthusiast mangoking is offline
    MemberRank
    Apr 2010 Join Date
    41Posts

    Re: [Guide]How to make GM Accounts

    Midnite123, Do u have a Rose online PVP server?

    when u have it?

    are you looking GM's for ur server?

    Regards,

    Mitch

  11. #11
    Apprentice chepotjr is offline
    MemberRank
    Apr 2010 Join Date
    13Posts

    Re: [Guide]How to make GM Accounts

    different is

    "SELECT @grade = 2
    SELECT @subgrade = 4" > >> GM Player

    if user player

    "SELECT @grade = 0
    SELECT @subgrade = 0" >>>Player only

    its rights??????

  12. #12
    Account Upgraded | Title Enabled! baltais99 is offline
    MemberRank
    Jan 2009 Join Date
    LatviaLocation
    292Posts

    Re: [Guide]How to make GM Accounts

    NO, player go in rfaccount and GMs go in staffaccount. And for players you need (id,pass,email,birthdate).

  13. #13
    Enthusiast fajun is offline
    MemberRank
    Jul 2009 Join Date
    IndonesianLocation
    49Posts

    Re: [Guide]How to make GM Accounts

    wohooooooo
    keep share baltais...

  14. #14
    Enthusiast flames0fhell is offline
    MemberRank
    Jul 2010 Join Date
    BekasiLocation
    39Posts

    Re: [Guide]How to make GM Accounts

    why %start holy still Error(Authority) in 24 grade and Fail (Grammar or Logic) in 44 grade..??

  15. #15
    Valued Member CromAr is offline
    MemberRank
    Nov 2008 Join Date
    GermanyLocation
    134Posts

    Re: [Guide]How to make GM Accounts

    tried with 255|255 ?
    I dont know excactly ...



Page 1 of 2 12 LastLast

Advertisement