How to remove gm buff (blessing)?

Results 1 to 5 of 5
  1. #1
    Apprentice mmelendres11 is offline
    MemberRank
    Aug 2021 Join Date
    23Posts

    How to remove gm buff (blessing)?

    Hi Guys,

    How can I remove GM Buff (Blessing)? I've been trying to remove this code but the buff is still in there every time I log in. Can some please teach me? I don't want any gm blessing whenever you log or relog in.

    Thank you very much. Much appreciated.

    IF @CH_LEV < 200 BEGIN SET

    @GMBuff = 0xCE010000010000000DE43600CD653100

    END EXEC Cabal_sp_GuardianSystem @Characteridx, @CH_STYLE, @TitleData, @TitleData OUTPUT


  2. #2
    Member upanddown is offline
    MemberRank
    Jul 2020 Join Date
    95Posts

    Re: How to remove gm buff (blessing)?

    Then make that @GMBuff = 0x

  3. #3
    Valued Member monstrebel is offline
    MemberRank
    Jul 2020 Join Date
    100Posts

    Re: How to remove gm buff (blessing)?

    or if u dont want to lose the hex code in the future,

    just simply break the statement

    "IF @CH_LEV > 200 BEGIN SET"

    considering your max lvl is 200.

  4. #4
    Apprentice mmelendres11 is offline
    MemberRank
    Aug 2021 Join Date
    23Posts

    Re: How to remove gm buff (blessing)?

    I see! Thank you guys! It worked! Appreciate all your help!

  5. #5
    Proficient Member ShadowGohan is offline
    MemberRank
    Dec 2013 Join Date
    184Posts

    Re: How to remove gm buff (blessing)?

    Quote Originally Posted by monstrebel View Post
    or if u dont want to lose the hex code in the future,

    just simply break the statement

    "IF @CH_LEV > 200 BEGIN SET"

    considering your max lvl is 200.
    Terrible idea.. comment stuff out if its not used, don't put "IF"s to everything just to accomplish that..
    I really don't want to know how procedures of your's would look like after making several adjustments to them, if thats how you work with them.. although I would be very much interested in seeing how many resources you're wasting because of it..



Advertisement