script buffer versi gw (untuk High Leveled Server), tapi gak dibuat duplicatenya, dan pas WoE gak bisa dipake biar priest berguna.
harga tergantung BaseLevel * 50 tinggal di ganti di bagian <!--c1-->[codebox]
//===== eAthena Script ==========================
//= Premium Buffer
//===== By ==================================
//= VodkaMartini
//===== Current Version: =========================
//= 1.0
//==========================================
jawaii.gat,235,101,0 script Alexa 811,{
set @pay,BaseLevel*50;
if (BaseLevel < 100) goto packet;
mes "[Alexa]";
mes "Pilih Paket:";
mes "Untuk bayar, kamu akan dikenakan biaya "+@pay+" Zeny";
next;
menu "Free",gratis,"Bayar",pay;
gratis:
if (agitcheck()) goto vac;
sc_start 32, 240000, 10; // Increase Agi
sc_start 30, 240000, 10; // Blessing
sc_start 35, 60000, 5; // Impositio Manus
sc_start 115, 100000, 5; // Assumptio
percentheal 100,100;
npctalk "Buff Diberikan";
emotion 10;
close;
end;
pay:
if (Zeny < BaseLevel*50) goto nozeny;
if (agitcheck()) goto vac;
set Zeny,Zeny-@pay;
goto packet;
packet:
if (agitcheck()) goto vac;
sc_start 32, 240000, 10; // Increase Agi
sc_start 29, 300000, 10; // Angelus
sc_start 30, 240000, 10; // Blessing
sc_start 35, 60000, 5; // Impositio Manus
sc_start 40, 90000, 5; // Magnificat
sc_start 41, 30000, 5; // Gloria
sc_start 115, 100000, 5; // Assumptio
percentheal 100,100;
npctalk "Buff Diberikan";
emotion 10;
close;
end;
nozeny:
mes "[Alexa]";
mes "Uang kamu kurang...";
close;
vac:
mes "[Alexa]";
mes "Saya libur saat WoE.";
mes "Cobalah nanti ^^.";
close;
}[/codebox]</div></div>
harga tergantung BaseLevel * 50 tinggal di ganti di bagian <!--c1-->[codebox]
//===== eAthena Script ==========================
//= Premium Buffer
//===== By ==================================
//= VodkaMartini
//===== Current Version: =========================
//= 1.0
//==========================================
jawaii.gat,235,101,0 script Alexa 811,{
set @pay,BaseLevel*50;
if (BaseLevel < 100) goto packet;
mes "[Alexa]";
mes "Pilih Paket:";
mes "Untuk bayar, kamu akan dikenakan biaya "+@pay+" Zeny";
next;
menu "Free",gratis,"Bayar",pay;
gratis:
if (agitcheck()) goto vac;
sc_start 32, 240000, 10; // Increase Agi
sc_start 30, 240000, 10; // Blessing
sc_start 35, 60000, 5; // Impositio Manus
sc_start 115, 100000, 5; // Assumptio
percentheal 100,100;
npctalk "Buff Diberikan";
emotion 10;
close;
end;
pay:
if (Zeny < BaseLevel*50) goto nozeny;
if (agitcheck()) goto vac;
set Zeny,Zeny-@pay;
goto packet;
packet:
if (agitcheck()) goto vac;
sc_start 32, 240000, 10; // Increase Agi
sc_start 29, 300000, 10; // Angelus
sc_start 30, 240000, 10; // Blessing
sc_start 35, 60000, 5; // Impositio Manus
sc_start 40, 90000, 5; // Magnificat
sc_start 41, 30000, 5; // Gloria
sc_start 115, 100000, 5; // Assumptio
percentheal 100,100;
npctalk "Buff Diberikan";
emotion 10;
close;
end;
nozeny:
mes "[Alexa]";
mes "Uang kamu kurang...";
close;
vac:
mes "[Alexa]";
mes "Saya libur saat WoE.";
mes "Cobalah nanti ^^.";
close;
}[/codebox]</div></div>