Recent Posts
HTML | 7 sec ago
None | 9 sec ago
C | 16 sec ago
None | 19 sec ago
JavaScript | 22 sec ago
None | 26 sec ago
None | 34 sec ago
None | 42 sec ago
None | 47 sec ago
PHP | 51 sec ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 9th of Feb 2010 10:01:56 PM
Download |
Raw |
Embed |
Report
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;
Submit a correction or amendment below.
Make A New Post