Untitled
By: a guest | Feb 9th, 2010 | Syntax:
None | Size: 0.67 KB | Hits: 26 | Expires: Never
mes "Alright, please tell me where you are leveling";
next;
input @brdcast$;
mes "Now input the max level";
next;
input @Maxblv$;
mes "And now the minimum level";
next;
input @Minblv$;
announce strcharinfo(0)+": Making a party in "+@brdcast$+" for "+@Minblv$+"-"+@Maxblv$ ,0,0x4EEE94;}
if(BaseLevel > 0 && BaseLevel <21 ) set Zeny, Zeny-10000;
if(BaseLevel > 20 && BaseLevel <41 ) set Zeny, Zeny-20000;
if(BaseLevel > 40 && BaseLevel <61 ) set Zeny, Zeny-35000;
if(BaseLevel > 60 && BaseLevel <90 ) set Zeny, Zeny-50000;
if(BaseLevel > 89 && BaseLevel <150 ) set Zeny, Zeny-100000;
set bc_time,gettimetick(2)+;
mes "Thanks you can use the npc again in 5 minutes";
close;