- script buffer -1,{ set @LVL,1; end; OnWhisperGlobal: set @delayb, gettimetick(2); if (@delayb > @tempob) { if(getgmlevel() > @LVL) { dispbottom "Você não é um jogador vip!"; end; } if(@whispervar0$ == "buff") skilleffect 28,0; sc_start SC_INC_AGI,240000,5; skilleffect 29,0; sc_start SC_BLESSING,240000,5; set @tempob, gettimetick(2) + 30; end; } else { dispbottom "Você ainda não pode usar buff."; } }