auto GM buff when re-entering the channel

Results 1 to 13 of 13
  1. #1
    Member stavrov1 is offline
    MemberRank
    Apr 2014 Join Date
    58Posts

    idea auto GM buff when re-entering the channel

    как сделать авто ГМ Бафф при переключении на канал, который уже не нашли


  2. #2
    Proficient Member w3rnis is offline
    MemberRank
    Jan 2013 Join Date
    178Posts

    Re: auto GM buff when re-entering the channel

    • Go to Server01->Programmability->Stored Procedure. Right Mouse Click on [dbo].[get_cabal_character] -> Modify


    • CTRL + F search for this line

    Code:
    (@USERNUM, 0, 0, @WorldAuthKey)
    • Add This code below END

    Code:
        IF @CH_LEV < 150
            BEGIN
                SET @GMBuff = 0xCE010000010000000DE43600CD653100
            END
    Like in this screenshot
    Spoiler:

    • Click Execute to save stored procedure.


    IF you want to give bless to all characters w/o Level restriction



    • CTRL + F Search for

    Code:
    @GMBuff = GMBuff,

    • Change it to

    Code:
    @GMBuff = 0xCE010000010000000DE43600CD653100,

  3. #3
    Account Upgraded | Title Enabled! kolipri is offline
    MemberRank
    Apr 2010 Join Date
    LaneakeaLocation
    323Posts

    Re: auto GM buff when re-entering the channel

    Quote Originally Posted by w3rnis View Post
    • Go to Server01->Programmability->Stored Procedure. Right Mouse Click on [dbo].[get_cabal_character] -> Modify


    • CTRL + F search for this line

    Code:
    (@USERNUM, 0, 0, @WorldAuthKey)
    • Add This code below END

    Code:
        IF @CH_LEV < 150
            BEGIN
                SET @GMBuff = 0xCE010000010000000DE43600CD653100
            END
    Like in this screenshot
    Spoiler:

    • Click Execute to save stored procedure.


    IF you want to give bless to all characters w/o Level restriction



    • CTRL + F Search for

    Code:
    @GMBuff = GMBuff,

    • Change it to

    Code:
    @GMBuff = 0xCE010000010000000DE43600CD653100,
    what is this kind of gm buff? gm blessing lvl3, guardian buff or god strength?

    thanks in advance!

  4. #4
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: auto GM buff when re-entering the channel

    Quote Originally Posted by kolipri View Post
    what is this kind of gm buff? gm blessing lvl3, guardian buff or god strength?

    thanks in advance!
    it's blessing but I forgot what level it is ^_^

  5. #5
    Proficient Member w3rnis is offline
    MemberRank
    Jan 2013 Join Date
    178Posts

    Re: auto GM buff when re-entering the channel

    Quote Originally Posted by kolipri View Post
    what is this kind of gm buff? gm blessing lvl3, guardian buff or god strength?

    thanks in advance!
    Blessing LV 3

  6. #6
    Valued Member singlejail is offline
    MemberRank
    Aug 2016 Join Date
    I'm nothingLocation
    136Posts

    Re: auto GM buff when re-entering the channel

    There's a script last time i wrote.. when char enter in world. it gives auto buff, (all buff in the class what he used)

  7. #7
    Proficient Member Crashed is offline
    MemberRank
    Feb 2015 Join Date
    Spain, CordobaLocation
    176Posts

    Re: auto GM buff when re-entering the channel

    How can I get the code for other buffs? or potions?

  8. #8
    PwrGames PwrDex is offline
    MemberRank
    Jul 2011 Join Date
    /var/log/cabalLocation
    793Posts

    Re: auto GM buff when re-entering the channel

    example use only that buff on yourself log out and check in database..

  9. #9
    Proficient Member Crashed is offline
    MemberRank
    Feb 2015 Join Date
    Spain, CordobaLocation
    176Posts

    Re: auto GM buff when re-entering the channel

    Quote Originally Posted by DeXtR View Post
    example use only that buff on yourself log out and check in database..
    yes, but I did not understand how to do this with a potion for example

  10. #10
    Alpha Member sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,664Posts

    Re: auto GM buff when re-entering the channel

    how can we put GM Buff Liv 4?

  11. #11
    Alpha Member sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,664Posts

    Re: auto GM buff when re-entering the channel

    someone knows the code of the Guardian Power buff

  12. #12
    Valued Member yjbytyx is online now
    MemberRank
    Jul 2013 Join Date
    138Posts

    Re: auto GM buff when re-entering the channel

    hello everyone,where the GM code we can find ,thank you !

  13. #13
    Alpha Member sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,664Posts

    Re: auto GM buff when re-entering the channel

    Quote Originally Posted by yjbytyx View Post
    hello everyone,where the GM code we can find ,thank you !
    https://forum.ragezone.com/f460/gm-buffs-test-909191/



Advertisement