Faltz
New member
Problema resolvido, script funcionando corretamente.
Code:
- script vip -3,{OnWhisperGlobal: if((@PC_LAST_ANN_TIME + 180) > gettimetick(2)){ dispbottom "Por favor, espere "+(@PC_LAST_ANN_TIME + 180 - gettimetick(2))+" segundos."; end;} if(getgmlevel() < 1){ dispbottom "Você não é um membro vip, saiba mas sobre o sistema vip em nosso site!"; end;} else { dispbottom "Obrigado por ser um membro VIP!"; percentheal 100,100; sc_start 21, 300000, 10; // Endure sc_start 32, 300000, 10; // Increase Agi sc_start 30, 300000, 10; // Blessing sc_start 41, 300000, 5; // Gloria sc_start 35, 300000, 5; // Impositio Manus sc_start 40, 300000, 5; // Magnificat sc_start 39, 300000, 10; // Kyrie Eleison set @PC_LAST_ANN_TIME,gettimetick(2); end;}}
Last edited by a moderator: