Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-07-2002, 01:55 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Scripting: RC/old Commands

Ok, I have been getting some problems on Mithica, when I use npc's that use:
if (playerenters) {
toweapon npc;
}
When a player gets it, is d/c's them and says they got illgal data from there connection, How can you stop this?

Also, what are the Scripting commands that don't work anymore..
__________________
Reply With Quote
  #2  
Old 02-07-2002, 02:37 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
NPC weapon has no image...

just give it an image and everything should be fine...
__________________
No Webhost at the moment
Reply With Quote
  #3  
Old 02-07-2002, 03:05 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by Kaimetsu
Has it suddenly recently got an NPC Server or something?
nono but similar idea..

you will need to have if (playerenters&&!isweapon)
or some other kind of arguments in there
u cant just have if (playerenters) anymore. It thinks that a person has hacked a weapon. So just put
if (playerenters&&!isweapon) { toweapons MahK3wlWep; }
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #4  
Old 02-07-2002, 03:19 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Thankz Liquid, i'll try that.. also, one more thing, how do I set a noplayerkilling zone to a playerkilling one...
__________________
Reply With Quote
  #5  
Old 02-07-2002, 03:23 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Quote:
Originally posted by zell12
Thankz Liquid, i'll try that.. also, one more thing, how do I set a noplayerkilling zone to a playerkilling one...
remove the noplayerkilling in the NPC setting it????
__________________
No Webhost at the moment
Reply With Quote
  #6  
Old 02-07-2002, 03:26 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
I know that, im just asking if there is a plyerkilling or a command that unsets it
__________________
Reply With Quote
  #7  
Old 02-07-2002, 03:28 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Quote:
Originally posted by zell12
I know that, im just asking if there is a plyerkilling or a command that unsets it
one word: no
__________________
No Webhost at the moment
Reply With Quote
  #8  
Old 02-07-2002, 08:57 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Quote:
Originally posted by TDO2000
one word: no
Actually that was 3 words and 1 symbol...
1. one
2. word
3. :
4. no
__________________
Reply With Quote
  #9  
Old 02-07-2002, 12:08 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: Scripting: RC/old Commands

Quote:
Originally posted by zell12
Ok, I have been getting some problems on Mithica, when I use npc's that use:
if (playerenters) {
toweapon npc;
}
When a player gets it, is d/c's them and says they got illgal data from there connection, How can you stop this?

Also, what are the Scripting commands that don't work anymore..
toweapons*
Reply With Quote
  #10  
Old 02-07-2002, 12:41 PM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
make a toweapons script that uses true and false strings or flags enabling and disabling weaps when true or false.
Reply With Quote
  #11  
Old 02-07-2002, 03:46 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
i think stefan should kill that illegal data thing, cause the glitch that enabled people to do that stuff is gone now with new version...so whats its use? it just makes me sad and d/cs people when they don't have the image...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
  #12  
Old 02-07-2002, 03:50 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Saga2001
i think stefan should kill that illegal data thing, cause the glitch that enabled people to do that stuff is gone now with new version...so whats its use? it just makes me sad and d/cs people when they don't have the image...
and when i use trainers and such it totally messes me up when i get on another server ...
j/k
Reply With Quote
  #13  
Old 02-08-2002, 01:43 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Alright, thanks guys, that, aww, helped a... lot
__________________
Reply With Quote
  #14  
Old 02-08-2002, 02:04 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Quote:
Originally posted by nyghtGT

and when i use trainers and such it totally messes me up when i get on another server ...
j/k
lol
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
Reply

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 07:49 PM.


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