Voting

Category

real language

Bookmarking

Del.icio.us Digg Diigo DZone Earthlink Google Kick.ie
Windows Live LookLater Ma.gnolia Reddit Rojo StumbleUpon Technorati

Language eathena Script

Date:04/19/07
Author:Filbert
URL:http://advro.devcoding.com
Comments:2
Info:http://eathena.ws
Score: (2.90 in 10 votes)
prontera,149,185,6    script    Drunken Sniper    1903,{
OnInit:
    set $@bb,99;
    while(1){
       npcwalkto(rand(149,162),rand(166,185)); 
       if($@bb == 0) {
         npctalk "No more bottles of beer on the wall, no more bottles of beer. ";
         sleep 1000;
         npctalk "Go to the store and buy some more, 99 bottles of beer on the wall.";
         set $@bb,99;
       } ellse {
         npctalk $@bb+" bottles of beer on the wall, "+$@bb+" bottels of beer.";
         sleep 1000;
         if($@bb>1){
           npctalk "Take one down and pass it around, "+$@bb+" bottles of beer on the wall.";
         } else {
           npctalk "Take one down and pass it around, no more bottles of beer on the wall.";
         }
         makeitem 713,1,$@mapn$,$@xcor,$@ycor; 
         set $@bb,$@bb-1;
       }
       sleep 15000; 
    }
end;
}

Download Source | Write Comment

Alternative Versions

Comments

>>  Goura said on 05/04/09 22:21:47

Goura i will include this in my server ;3

>>  Claudine35Lawson said on 08/28/10 07:28:02

Claudine35Lawson I think that to receive the <a href="http://bestfinance-blog.com/topics/mortgage-loans">mortgage loans</a> from banks you should present a firm motivation. But, one time I have received a consolidation loan, just because I wanted to buy a building.

Download Source | Write Comment

Add Comment

Please provide a value for the fields Name, Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.

Please don't post large portions of code here! Use the form to submit new examples or updates instead!

Name:

eMail:

URL:

Security Code:
  
Comment: