Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-01-2003, 06:45 AM
Toxin Toxin is offline
Still sane
Toxin's Avatar
Join Date: Nov 2003
Location: USA
Posts: 57
Toxin is on a distinguished road
Send a message via AIM to Toxin
NPC Server = bugged?

1) No head/icon appears next to it on the playerlist (except sometimes a scrambled set of pixels...)
2) if (actionserverside){
setplayerprop #c,Test;
}

//#CLIENTSIDE
if (mousedown){
triggeraction playerx,playery,serverside,WEAPONNAME,;
}

Wont work..

3) I have heard other people tell me about problems concerning other commands

Can anyone inform me if there is a problem that you guys know about? It has gone on for about 2 days...
__________________

Staff Position: Unemployed
Quote: "Flamers, Lamers, and Newbs! Oh my!" - Toxin
Reply With Quote
  #2  
Old 12-01-2003, 06:49 AM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
if (mousedown){
triggeraction playerx,playery,serverside,WEAPONNAME,;
}

I believe that mousedown needs to be in a timeout. Not positive though.

The triggeraction should be triggeraction 0,0,serverside,Weaponname,;

Haven't personally seen the head/icon bug myself.

I have seeen one bug though on Maloria. Atleast 3 times during the weekend whenever a person with NC signed off RC, the NPC-Server disconnected too.
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

Reply With Quote
  #3  
Old 12-01-2003, 06:56 AM
Toxin Toxin is offline
Still sane
Toxin's Avatar
Join Date: Nov 2003
Location: USA
Posts: 57
Toxin is on a distinguished road
Send a message via AIM to Toxin
Quote:
Originally posted by xManiamaNx
if (mousedown){
triggeraction playerx,playery,serverside,WEAPONNAME,;
}

I believe that mousedown needs to be in a timeout. Not positive though.
The mousedown part works, that was just a sample, the 0,0 shouldnt affect it... and it doesnt on this, it's very strange... and being on a regular level or 3d gmap doesnt affect it...

*edit*

I've just disconnected my npc server twice (first time It didn't work), (2nd time) it works now, that is extremely odd... but it works now... that's all I care about, still no head/icon though...
__________________

Staff Position: Unemployed
Quote: "Flamers, Lamers, and Newbs! Oh my!" - Toxin

Last edited by Toxin; 12-01-2003 at 07:12 AM..
Reply With Quote
  #4  
Old 12-01-2003, 08:31 AM
Johnny_5 Johnny_5 is offline
Goon
Join Date: Nov 2002
Location: Spring Hill, Florida
Posts: 172
Johnny_5 is on a distinguished road
Send a message via AIM to Johnny_5
Re: NPC Server = bugged?

Quote:
Originally posted by Toxin
if (actionserverside){
setplayerprop #c,Test;
}

//#CLIENTSIDE
if (mousedown){
triggeraction playerx,playery,serverside,WEAPONNAME,;
}

Wont work..

Player chat is client-side only, so trying to set it serverside isn't going to work.
Reply With Quote
  #5  
Old 12-01-2003, 10:47 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
Re: Re: NPC Server = bugged?

Quote:
Originally posted by Johnny_5

Player chat is client-side only, so trying to set it serverside isn't going to work.
Then, may I upload an NPC to your server which serversidedly sets everyone's chat to "Lance rocks J5's socks" every second?
Reply With Quote
  #6  
Old 12-01-2003, 10:58 AM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
Re: Re: NPC Server = bugged?

Quote:
Originally posted by Johnny_5

Player chat is client-side only, so trying to set it serverside isn't going to work.
Negative. It just cant be directly 'if (created) setplayerprop #c,yo;' serverside in a weapon, because everything serverside in a weapon must be triggeractioned.

mousedown does NOT work in a timeout, because it's an event.

Try to restart the npc server with the control panel.
__________________
-Kjetil Valen
Reply With Quote
  #7  
Old 12-01-2003, 03:27 PM
Johnny_5 Johnny_5 is offline
Goon
Join Date: Nov 2002
Location: Spring Hill, Florida
Posts: 172
Johnny_5 is on a distinguished road
Send a message via AIM to Johnny_5
Re: Re: Re: NPC Server = bugged?

Quote:
Originally posted by Lance


Then, may I upload an NPC to your server which serversidedly sets everyone's chat to "Lance rocks J5's socks" every second?
AH my bad
Reply With Quote
  #8  
Old 12-01-2003, 04:25 PM
WkD66 WkD66 is offline
Registered User
Join Date: Oct 2003
Location: England
Posts: 33
WkD66 is on a distinguished road
Yeah, the NPC Server head is scrambled for me aswell, it's either scrambled or sometimes it changes to a gray playerhead
__________________
~Kirai Rain
Reply With Quote
  #9  
Old 12-02-2003, 11:29 AM
dlang dlang is offline
Yoshi!
dlang's Avatar
Join Date: Oct 2002
Location: Houston, Texas
Posts: 406
dlang is on a distinguished road
Send a message via AIM to dlang Send a message via MSN to dlang
Re: Re: NPC Server = bugged?

Quote:
Originally posted by Johnny_5

Player chat is client-side only, so trying to set it serverside isn't going to work.
Playerchat is NOT client-side only...
It can bet set either way.
__________________
Where do I take this pain of mine?
I run but it stays right by my side.
So tear me open, pour me out,
there's things inside that scream and shout.
And the pain still hates me, so hold me until it sleeps.

---------------
Reply With Quote
  #10  
Old 12-02-2003, 03:44 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
have to trigger at 0,0
Reply With Quote
  #11  
Old 12-02-2003, 11:22 PM
Toxin Toxin is offline
Still sane
Toxin's Avatar
Join Date: Nov 2003
Location: USA
Posts: 57
Toxin is on a distinguished road
Send a message via AIM to Toxin
Quote:
Originally posted by Python523
have to trigger at 0,0
No problems with my script, just the npc server was being mean at that time, my script is working now, with playerx,playery I might add
__________________

Staff Position: Unemployed
Quote: "Flamers, Lamers, and Newbs! Oh my!" - Toxin
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 10:58 PM.


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