right now, im using this script edited by Mr. Lantui
//=========================
//Script by Lantui
//=========================
izlude,120,222,4 script Supporter Player 100,{
mes "[Black Market Guy]";
mes "Hey, want hire Assasin ? 1 Minute for 3000z, 5 Minute for 5000z, 1 Hour for 10000z, 3 Hour for 30000z.";
menu "Yes, I want to Hire",-,"Nah",L_No;
mes "[Black Market Guy]";
mes "Right, What type you want... hey someone have a test right?";
menu "Male",-,"Female",A_assasinfemale;
mes "[Black Market Guy]";
mes "Great, How long do you want them to stay with you ?";
menu "1 Minute",-,"5 Minute",A_fiveminute,"1 Hour",A_onehour,"3 Hour",A_threehour;
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
if (Zeny < 3000) goto Anocash;
summon "Assasin Cross",2506,100, strnpcinfo(0) +"::Ons_sl"+ getcharid(0);
set Zeny, Zeny - 3000;
close;
L_No:
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
close;
A_fiveminute:
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
if (Zeny < 3000) goto Anocash;
summon "Assasin Cross",2506,500, strnpcinfo(0) +"::Ons_sl"+ getcharid(0);
set Zeny, Zeny - 5000;
Close;
A_onehour:
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
if (Zeny < 3000) goto Anocash;
summon "Assasin Cross",2506,1000, strnpcinfo(0) +"::Ons_sl"+ getcharid(0);
set Zeny, Zeny - 10000;
close;
A_threehour:
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
if (Zeny < 3000) goto Anocash;
summon "Assasin Cross",2506,3000, strnpcinfo(0) +"::Ons_sl"+ getcharid(0);
set Zeny, Zeny - 30000;
close;
A_assasinfemale:
mes "[Black Market Guy]";
mes "Great, How long do you want them to stay with you ?";
menu "1 Minute",-,"5 Minute",A_fiveminuteF,"1 Hour",A_onehourF,"3 Hour",A_threehourF;
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
if (Zeny < 3000) goto Anocash;
summon "Assasin Cross",2505,100, strnpcinfo(0) +"::Ons_sl"+ getcharid(0);
set Zeny, Zeny - 3000;
close;
A_fiveminuteF:
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
if (Zeny < 3000) goto Anocash;
summon "Assasin Cross",2505,500, strnpcinfo(0) +"::Ons_sl"+ getcharid(0);
set Zeny, Zeny - 5000;
close;
A_onehourF:
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
if (Zeny < 3000) goto Anocash;
summon "Assasin Cross",2505,1000, strnpcinfo(0) +"::Ons_sl"+ getcharid(0);
set Zeny, Zeny - 10000;
close;
A_threehourF:
mes "[Black Market Guy]";
mes "Ok, Have a nice day...";
if (Zeny < 3000) goto Anocash;
summon "Assasin Cross",2505,3000, strnpcinfo(0) +"::Ons_sl"+ getcharid(0);
set Zeny, Zeny - 30000;
close;
Anocash:
mes "[Black Market Guy]";
mes "You dont have Zeny or Point to hire my priest";
close;
}
how do i want to disable the clone in the farming area such a gold room etc... ?
because the clone automatically spam gold. easy farm eh...
Question
Elsa Mist
i need a help here with the script(link below)
right now, im using this script edited by Mr. Lantui
how do i want to disable the clone in the farming area such a gold room etc... ?
because the clone automatically spam gold. easy farm eh...
thank you...
Edited by La Cliche4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.