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 10-08-2002, 12:29 AM
nikoma5000 nikoma5000 is offline
Registered User
Join Date: Jul 2002
Location: Germany
Posts: 139
nikoma5000 is on a distinguished road
Send a message via ICQ to nikoma5000
view

how can I make a script, which permits a player to follow a npc with its view? for example: i shoot a fireball and i want to see where the fireball is, even if i am frezzed or something.
thx for helping and sorry for my bad english
__________________
Reply With Quote
  #2  
Old 10-08-2002, 01:02 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
setfocus x,y;
__________________
- R0bin
Reply With Quote
  #3  
Old 10-08-2002, 01:14 AM
nikoma5000 nikoma5000 is offline
Registered User
Join Date: Jul 2002
Location: Germany
Posts: 139
nikoma5000 is on a distinguished road
Send a message via ICQ to nikoma5000
please make an example.
(with the fireball)
__________________
Reply With Quote
  #4  
Old 10-08-2002, 01:25 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
eh?

ummm
well the fireball shoots 20 tiles a second...

so if you were shooting the fireball right....


if (created) {
shootfireball 3;
for (i=0;i<64;i++) {
setfocus x+i,y;
sleep 0.05;
}
}

dunno tho
__________________
- R0bin
Reply With Quote
  #5  
Old 10-08-2002, 01:38 AM
nikoma5000 nikoma5000 is offline
Registered User
Join Date: Jul 2002
Location: Germany
Posts: 139
nikoma5000 is on a distinguished road
Send a message via ICQ to nikoma5000
That's ok
Thanks
__________________
Reply With Quote
  #6  
Old 10-08-2002, 01:43 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
np
__________________
- R0bin
Reply With Quote
  #7  
Old 10-08-2002, 01:43 AM
MattMrHat MattMrHat is offline
Banned
Join Date: Aug 2002
Location: United States Age: 15
Posts: 111
MattMrHat is on a distinguished road
Quote:
Originally posted by R0b1n-NPC
eh?

ummm
well the fireball shoots 20 tiles a second...

so if you were shooting the fireball right....


if (created) {
shootfireball 3;
for (i=0;i<64;i++) {
setfocus x+i,y;
sleep 0.05;
}
}

dunno tho
How come when I asked for help, you guys said
"Im not going to feed you a script you lazy ass"
Reply With Quote
  #8  
Old 10-08-2002, 01:46 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
Because you wanted a whole script, and that is a code snippet.

Also im feeling extra non-lazy today.
__________________
- R0bin
Reply With Quote
  #9  
Old 10-08-2002, 01:48 AM
MattMrHat MattMrHat is offline
Banned
Join Date: Aug 2002
Location: United States Age: 15
Posts: 111
MattMrHat is on a distinguished road
Quote:
Originally posted by R0b1n-NPC
Because you wanted a whole script, and that is a code snippet.

Also im feeling extra non-lazy today.
Ahhhh,
I didnt want a whole script! I asked how to use sin and cos so I could make the script myself!
Reply With Quote
  #10  
Old 10-08-2002, 04:27 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
If we could still download an old version of classic or whatever with graal, we wouldn't have to mess with all this handing out scripts crap. I mean everyone that wanted to script went offline, found some cool scripts and learned from them. Now you have to learn from scratch or have good scripters as friends.

Ohwell, I'd put a link to a zip of the old levels in my sig if I wasn't afeard of being persecuted...
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote
  #11  
Old 10-08-2002, 04:43 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
ummm ya.. just download gserver 1.19 from the first website you find ;o
__________________
- R0bin
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 12:51 PM.


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