Graal Forums  

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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-03-2005, 05:48 AM
alissalee alissalee is offline
Mr. Ciprioni Atrius Admin
alissalee's Avatar
Join Date: Dec 2004
Location: Lawrence, Ma
Posts: 190
alissalee is an unknown quantity at this point
Send a message via AIM to alissalee Send a message via MSN to alissalee
Boots

Help please all the scripts i use didnt work at all so please some one help?
  #2  
Old 08-03-2005, 06:16 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by alissalee
Help please all the scripts i use didnt work at all so please some one help?
Could you please be a little more specific? You are bordering on violating Rule 1 of this forum.
  #3  
Old 08-03-2005, 07:14 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
http://www.graal.net/snippet/detail....=snippet&id=16

Is that what you are looking for?
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
  #4  
Old 08-03-2005, 03:03 PM
alissalee alissalee is offline
Mr. Ciprioni Atrius Admin
alissalee's Avatar
Join Date: Dec 2004
Location: Lawrence, Ma
Posts: 190
alissalee is an unknown quantity at this point
Send a message via AIM to alissalee Send a message via MSN to alissalee
Boots

i tested that one and it didnt work for me
  #5  
Old 08-03-2005, 03:30 PM
Bl0nkt Bl0nkt is offline
Era Developer
Bl0nkt's Avatar
Join Date: Mar 2005
Location: Pennsylvania
Posts: 1,589
Bl0nkt will become famous soon enough
Send a message via AIM to Bl0nkt
Two problems I see:

1. You're trying to put it in a level. This won't work because there's no weapon for 'weaponfired' to trigger. Put that script in a weapon to make it work (You need NC access in RC).

2. You're trying to use it offline. Same applies as above.
  #6  
Old 08-03-2005, 03:51 PM
alissalee alissalee is offline
Mr. Ciprioni Atrius Admin
alissalee's Avatar
Join Date: Dec 2004
Location: Lawrence, Ma
Posts: 190
alissalee is an unknown quantity at this point
Send a message via AIM to alissalee Send a message via MSN to alissalee
if (this.on==1){
setplayerprop #c, Speed: 6;
this.speed = 6;
}
}
if (keypressed && strequals(#p(1),7)) {
if (this.on==1){
setplayerprop #c, Speed: 7;
this.speed = 7;
}
}
if (keypressed && strequals(#p(1),8)) {
if (this.on==1){
setplayerprop #c, Speed: 8;
this.speed = 8;
}
}
if (keypressed && strequals(#p(1),9)) {
if (this.on==1){
setplayerprop #c, Speed: 9;
this.speed = 9;
}
}
if (keypressed && strequals(#p(1),0)) {
if (this.on==1){
setplayerprop #c, Speed: 10;
this.speed = 10;
}
}
if (keypressed && strequals(#p(1),`)) {
if (this.on==0) {
this.on = 1;
this.speed = 1;
timeout = .05;
setplayerprop #c, Boots on;
}
else if (this.on==1) {
this.on = 0;
setplayerprop #c, Boots off;
}
}
if (playerchats&&strequals(#c,/fix)) {
this.on = 0;
enableweapons;
}

can some one fix it please?
  #7  
Old 08-04-2005, 03:42 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by alissalee
can some one fix it please?
Quote:
Originally Posted by rule 1 of this forum
1) Don't post here just asking for scripts, or asking for people to fix scripts that are beyond your skill level. The posters here aren't just some handy resource for scripting shortcuts. If you can't script something then don't try to produce it. If you're trying to make it to aid your learning then set your sights lower. If you want it for a server then go hire a scripter.
See above.
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 11:54 PM.


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