in thist script, all member of the Emperor Guild will get Agi,Bless & Assump, and another guild will get just 1 buff ex:Gloria, then you can try this.
NOTE: you must check the Guild ID first.
prontera,151,188,5 script Healer#spcgbuff 754,{
if(strcharinfo(2)==getguildname(4)) goto gemperor; //"4" is the guild ID. You can check it in your sql database at Guild section.
specialeffect2 14; percentheal 100,100; //for another guild
sc_start SC_GLORIA,360000,5; //for another guild
end;
gemperor: //just for guild emperor
specialeffect2 120; percentheal 100,100;
sc_start SC_BLESSING,360000,10;
sc_start SC_INCREASEAGI,360000,10;
sc_start SC_ASSUMPTIO,360000,5;
end;
}
Sorry for my bad english Xp