Thread: Chicken Mining
View Single Post
  #3  
Old 10-25-2001, 04:06 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Re: Chicken Mining

Quote:
Originally posted by Mithica_GP6
Ok i made this script in like 20-30 mins
and its got one bug i know of so far it's when u reconnect or leave the level and come back in it resets ur rock count which
i can figure out whats wrong heh should i use this.
or server.rocks sorta stuff;,And i need some help making a
crafting thing like on g2k1 and Un like u get 10 rocks and u can make them into a blue rupee or if u get 130 rocks u can carve it into a axe And the onwall is really really shabby
And i do not give anyone the rights to use this
on there server or trading it for other scripts notice the-----> ©
Ohh and if u can help me on this post a reply or my aim is
HChckn
and email is
[email protected]

// Npc Made by ~¤â€*Chickenâ€*¤~
if (playerenters) {
rocknumber=strtofloat(#s(rock));
toweapons Pick Axe;
show;
}
if (playertouchsme) {
toweapons Pick Axe;
blockagain;
drawunderplayer;
show;
}
if (weaponfired&&onwall(players[0].x+1,players[0].y-.5)||onwater(players[0].x,players[0].y+1)||onwater(players[0].x+3,players[0].y+1)||onwater(players[0].x+1,players[0].y+3.5&&(strequals(#L,dark-realms_mine.graal)))){

freezeplayer 3;
playersprite=0;
mining=random(0,100);
timeout=.5;
}

if (mining>40&&mining<59&&timeout) {
mining();

sleep .1;
play chest.wav;
setplayerprop #c,I Got a Rock!!;setani dark-realms_rockfind,;playerdir=2;freezeplayer2;
rocknumber=strtofloat(#s(mining));
rock+=1;
}
if (mining>20&&mining<39&&timeout) {
mining();

sleep .1;
setplayerprop #c,No Rock's Around aye;
}
if (mining>0&&mining<19&&timeout) {
mining();
sleep .1;
setplayerprop #c,..!Show Me The Rock's!..;
}
if (mining>60&&mining<79&&timeout) {
mining();

sleep .1;
setplayerprop #c,"Scratches Arm Pits";
}
if (mining>80&&mining<100&&timeout) {
mining();

sleep .1;
setplayerprop #c,Hmm Im Only Getting Dirt!..;
}
function mining() {
putleaps2,playerx,playery;
playersprite=33;
sleep .5;
play arrowon.wav;
sleep 1;
play lift.wav;
sleep .1;
play arrowon.wav;
}
if (playerchats&&strequals(#c,Show Rocks)) {
setplayerprop #c,I have #v(rock) Rocks!;
}
//© To Chicken's Graal 2001 Scripts

lel chicken mining

just whack them chickens wit joo axe and they be dead@#!
Reply With Quote