как сделать авто ГМ Бафф при переключении на канал, который уже не нашли
как сделать авто ГМ Бафф при переключении на канал, который уже не нашли
- 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
Like in this screenshotCode:IF @CH_LEV < 150 BEGIN SET @GMBuff = 0xCE010000010000000DE43600CD653100 ENDSpoiler:
- 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,
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)
How can I get the code for other buffs? or potions?
example use only that buff on yourself log out and check in database..
how can we put GM Buff Liv 4?
someone knows the code of the Guardian Power buff
hello everyone,where the GM code we can find ,thank you !