[Release] Gm Uniform (Avatar)

Results 1 to 13 of 13
  1. #1
    Apprentice 22October is offline
    MemberRank
    Feb 2012 Join Date
    15Posts

    [Release] Gm Uniform (Avatar)

    Ok guys i didn't saw this tutorial so i will publish it.

    In this guide i will show you how to use the GM Uniform.

    Those are pictures of it:





    First to all go to SRO_VT_SHARD and right click them select new query and copy and paste this text query:

    Code:
    USE SRO_VT_SHARD 
    --Usage:
    --exec _ADD_ITEM_EXTERN 'CharName','ItemsCodeName',Count,OptLvl
    declare @CharName varchar(64) 
    
    set @CharName = 'YOURCHARNAME'
    
    exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_AVATAR_M_GM_UNIFORM',1,1
    Where says YOURCHARNAME you must put your char name example:

    Code:
    USE SRO_VT_SHARD 
    --Usage:
    --exec _ADD_ITEM_EXTERN 'CharName','ItemsCodeName',Count,OptLvl
    declare @CharName varchar(64) 
    
    set @CharName = '22October'
    
    exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_AVATAR_M_GM_UNIFORM',1,1
    And if you want to change the avatar from male to female just change the M for the W.

    From
    Code:
    @CharName,'ITEM_ETC_AVATAR_M_GM_UNIFORM',1,1
    To
    Code:
    @CharName,'ITEM_ETC_AVATAR_W_GM_UNIFORM',1,1
    Hope you like it ^^


  2. #2
    Proficient Member ferpa125 is offline
    MemberRank
    Nov 2011 Join Date
    BrazilLocation
    162Posts

    Re: [Release] Gm Uniform (Avatar)

    Just run this query

    PHP Code:
    use SRO_VT_SHARD 
    UPDATE 
    [dbo].[_RefObjCommon
    SET CanPick 1
    WHERE CodeName128 like 
    '%ITEM_ETC_AVATAR_M_GM_UNIFORM%'
    UPDATE [dbo].[_RefObjCommon
    SET CanPick 1
    WHERE CodeName128 like 
    '%ITEM_ETC_AVATAR_W_GM_UNIFORM%' 
    and in-game open GM console and type: /makeitem ITEM_ETC_AVATAR_W_GM_UNIFORM 0

  3. #3
    Proficient Member matadoor is offline
    MemberRank
    Jan 2012 Join Date
    159Posts

    Re: [Release] Gm Uniform (Avatar)

    That's the spirit ! i'd prefer the first method , i dont want random players to wear that thing =P .. kinda keep it exclusive for server team, although many w'dn't even wear it and prefer an avatar -.- epic.

  4. #4

    Re: [Release] Gm Uniform (Avatar)



    that's us^^

  5. #5
    (*..:: RaGeZONER ::..*) 3d2000 is offline
    MemberRank
    Nov 2011 Join Date
    462Posts

    Re: [Release] Gm Uniform (Avatar)

    nice Tut :) thx for Share :D

  6. #6
    Valued Member ahmedelgend is offline
    MemberRank
    Nov 2011 Join Date
    143Posts

    Re: [Release] Gm Uniform (Avatar)

    Quote Originally Posted by LordShreck View Post


    that's us^^
    how i`can Change The Name

  7. #7
    Member asi is offline
    MemberRank
    Dec 2011 Join Date
    54Posts

    Re: [Release] Gm Uniform (Avatar)

    Quote Originally Posted by ahmedelgend View Post
    how i`can Change The Name

    Pk2 edit..

    easy give..

    Code:
    USE SRO_VT_SHARD 
    --Usage:
    --exec _ADD_ITEM_EXTERN 'CharName','ItemsCodeName',Count,OptLvl
    declare @CharName varchar(64) 
     
    set @CharName = 'YourCharName'
     
    exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_AVATAR_M_GM_UNIFORM',1,12
    exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_AVATAR_W_GM_UNIFORM',1,12
    Code:
    set @CharName = 'YourCharName
    you char name...

  8. #8
    Enthusiast molinota is offline
    MemberRank
    Dec 2011 Join Date
    29Posts

    Re: [Release] Gm Uniform (Avatar)

    well i got one question. everytime i create it via console, im not able to pick it up. and i tryed that query. but made by myself time ago. and i got client crash when the character is loading. so what the fuck?

  9. #9
    Valued Member adrian02 is offline
    MemberRank
    Sep 2010 Join Date
    125Posts

    Re: [Release] Gm Uniform (Avatar)

    Quote Originally Posted by molinota View Post
    well i got one question. everytime i create it via console, im not able to pick it up. and i tryed that query. but made by myself time ago. and i got client crash when the character is loading. so what the fuck?
    -----------------------------------------------------------
    use SHARD
    UPDATE [dbo].[_RefObjCommon]
    SET CanPick = 1
    WHERE CodeName128 like '%ITEM_ETC_AVATAR_M_GM_UNIFORM%'
    UPDATE [dbo].[_RefObjCommon]
    SET CanPick = 1
    WHERE CodeName128 like '%ITEM_ETC_AVATAR_W_GM_UNIFORM%'
    ------------------------------------------------------------
    Use Query

  10. #10
    #Yummi.sql Caipi is offline
    MemberRank
    Sep 2011 Join Date
    GermanyLocation
    403Posts

    Re: [Release] Gm Uniform (Avatar)

    Aw, the basic GM Dress looks totally cheesy ^^ I prefer my lightened red with angel wings version :) still decent


  11. #11
    Proficient Member matadoor is offline
    MemberRank
    Jan 2012 Join Date
    159Posts

    Re: [Release] Gm Uniform (Avatar)

    Quote Originally Posted by Caipi View Post
    Aw, the basic GM Dress looks totally cheesy ^^ I prefer my lightened red with angel wings version :) still decent

    ain't that the CTF dress ? O.O

  12. #12
    #Yummi.sql Caipi is offline
    MemberRank
    Sep 2011 Join Date
    GermanyLocation
    403Posts

    Re: [Release] Gm Uniform (Avatar)

    Exactly, although it's also a bit more lightened since the ctf one seems too dark

  13. #13
    Member anikan1985 is offline
    MemberRank
    Feb 2012 Join Date
    97Posts

    Re: [Release] Gm Uniform (Avatar)

    thanks :) works fine



Advertisement