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 08-30-2001, 04:09 AM
Death_Sythe Death_Sythe is offline
Registered User
Join Date: Aug 2001
Location: PA:USA
Posts: 81
Death_Sythe is on a distinguished road
Prevent Hurting Continued....

The person who made up the first script is alittle buggy, you dont set this. scripts that is soemthing that is auto set when you use this.on=0 and this.on=1. So here is the non buggy system for it.

// NPC made by Trunks
if (playertouchsme) {toweapons Invincable;
}
if (weaponfired&&!this.on=1) {
this.on=1;
setplayerprop #c,On.;
}
else
if (weaponfired&&this.on=1) {
this.on=0;
setplayerprop #c,Off.;
}
while (this.on=1) {
if (playerhearts<playerfullhearts) {
playerhearts=playerfullhearts;
}
}

So that is the perfect system for it
__________________
Trunks
Manatra2001 Owner
GP Asst. Chief on Sanstrata
Reply With Quote
  #2  
Old 08-30-2001, 04:14 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
Uhh... lmao... perfect my azz... use this...

if (weaponfired){this.mode=abs(this.mode-1);}
if (playerhurt && this.mode=1){playerhearts=playerfullhearts;}

Tada! Anti lag, and anti space XD

Sheesh, you people and your long scripts :-P

As Kaimetsu (WE LOVE YOU KAIMETSU!! XD) says... not in these exact words, but smaller is better! Or is that a car commercial backwards? *shrug* The world may never know

[edit]
Just what is that else in your script for anyway? Plus the while is not neccesary really...
[/edit]
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)

Last edited by entravial; 08-30-2001 at 04:17 AM..
Reply With Quote
  #3  
Old 08-30-2001, 04:35 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
*sighs*

Hey, wait a moment...

YOU HELPED SOMEBODY!!!!

*looks around totally expecting to see frozen fires bursting from the ground*
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #4  
Old 08-30-2001, 04:43 AM
Death_Sythe Death_Sythe is offline
Registered User
Join Date: Aug 2001
Location: PA:USA
Posts: 81
Death_Sythe is on a distinguished road
oh well...

It was a try though!
__________________
Trunks
Manatra2001 Owner
GP Asst. Chief on Sanstrata
Reply With Quote
  #5  
Old 08-30-2001, 04:46 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
Death Sythe... from XOne? o.o
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #6  
Old 08-30-2001, 04:55 AM
Death_Sythe Death_Sythe is offline
Registered User
Join Date: Aug 2001
Location: PA:USA
Posts: 81
Death_Sythe is on a distinguished road
nope...

I am really Trunks the owner of Manatra2001 I bought another P2P account sense my cell424 account dont work on the fourms.
__________________
Trunks
Manatra2001 Owner
GP Asst. Chief on Sanstrata
Reply With Quote
  #7  
Old 08-30-2001, 05:10 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Kaimetsu always helps people
he never makes full scripts for people
but if your stuck he'll explain how to do it and if hes in a good mood he may even show you how to do it
__________________
QUICK LOOK BUSY JESUS IS COMING!
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 04:57 PM.


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