Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-28-2001, 06:23 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Run Away Rupee

Hehe this is something funny I made
Attached Files
File Type: nw runawayrupee.nw (10.2 KB, 242 views)
Reply With Quote
  #2  
Old 12-28-2001, 07:26 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
sigh, already been done
Reply With Quote
  #3  
Old 12-28-2001, 07:29 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
plus mine looks better
Reply With Quote
  #4  
Old 12-28-2001, 07:31 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
NPC Code:

if (created) {
this.shadeoff={-.25,1.25};
this.off={.5,1};
}
if (playertouchsme && this.jumping==0) {
dir=playerdir;
jump();
while (onwall(x+this.off[0],y+this.off[1])) {
if (this.jumping=0) jump();
sleep .05;
}
}
function jump() {
this.jumping=1;
this.shadex=x;
this.shadey=y;
for (this.i=2; this.i>=-2; this.i-=.5) {
y-=this.i;
x+=vecx(dir);
y+=vecy(dir);
this.shadex+=vecx(dir);
this.shadey+=vecy(dir);
//showimg 0,shadow.gif,this.shadex+this.shadeoff[0],this.shadey+this.shadeoff[1];
//Uncomment that line if you have shadow.gif, otherwise, massive slowdown.
changeimgvis 0,0;
sleep .05;
}
hideimg 0;
this.jumping=0;
}



use golrupee.gif or something similar
Reply With Quote
  #5  
Old 12-28-2001, 07:49 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
oh well someone wanted this so I decided what the heck
Reply With Quote
  #6  
Old 12-30-2001, 10:35 PM
Dean Dean is offline
Banned
Join Date: Sep 2001
Location: United Kingdom
Posts: 351
Dean will become famous soon enough
Arrow Its kool Dont Diss

Its a cool NPC but if you go diagnle you can get it
Reply With Quote
  #7  
Old 12-31-2001, 12:40 AM
Bird2prey Bird2prey is offline
Poof! I am God
Bird2prey's Avatar
Join Date: Oct 2001
Location: Terra
Posts: 2,805
Bird2prey is on a distinguished road
Send a message via AIM to Bird2prey Send a message via Yahoo to Bird2prey
-

That was me ^ ^. I didn't do any scripting I just posted it as an idea.
__________________
Quote:
Try Colonel Blackwash's Chicken in a Drawer! Our chickens are mined daily to ensure freshness. We also prepare our chickens to your unique specifications, such as:

Extra Hairy Chicken!
Extra Filthy Chicken!

And for you folks who like to wrestle down a good meal, Extra Surly Chicken! Folks come as far as Dirtbag Detroit just to lick our chickens. And remember, if you can't keep it down - YOU EAT FOR FREE!
Reply With Quote
  #8  
Old 01-02-2002, 05:52 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
I got it going straight down (excuse the bar i was working on before)
Attached Thumbnails
Click image for larger version

Name:	gotrupee.png
Views:	179
Size:	36.3 KB
ID:	9701  
Reply With Quote
  #9  
Old 01-02-2002, 11:46 PM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
I know you can get it just change some of the vars I didnt spend much time on this script
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:35 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.