Graal Forums  

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

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 08-16-2002, 06:16 AM
ArchAngelTCN_P2P ArchAngelTCN_P2P is offline
Registered User
Join Date: Sep 2001
Location: Wa, USA
Posts: 91
ArchAngelTCN_P2P is on a distinguished road
Send a message via AIM to ArchAngelTCN_P2P
Angry sethead not working

Two days ago SL got the NPC Server. Since then sethead doesn't work. When a player tries to change there head it gets set to the newbie head. Is there a server option that has to be used to allow it because our Scripter's can't figure out what the problem is.
__________________
-Manager of Shaded Legend
-No longer in TCN (forced to use this account due to only P2P account)

When will you die? Or will you simply want to live...forever? Just remember....I'm watching you.

  #2  
Old 08-16-2002, 06:23 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Re: sethead not working

Quote:
Originally posted by ArchAngelTCN_P2P
Two days ago SL got the NPC Server. Since then sethead doesn't work. When a player tries to change there head it gets set to the newbie head. Is there a server option that has to be used to allow it because our Scripter's can't figure out what the problem is.
This is only a hunch...
Theres a serveroption called "setbodyallowed"
There could be a setheadallowed=true too

Might as well try it, you have nothing to lose
__________________

  #3  
Old 08-16-2002, 09:46 AM
ArchAngelTCN_P2P ArchAngelTCN_P2P is offline
Registered User
Join Date: Sep 2001
Location: Wa, USA
Posts: 91
ArchAngelTCN_P2P is on a distinguished road
Send a message via AIM to ArchAngelTCN_P2P
well I tried it. It doesn't work. Thank you though for trying to help, Cheetos.
__________________
-Manager of Shaded Legend
-No longer in TCN (forced to use this account due to only P2P account)

When will you die? Or will you simply want to live...forever? Just remember....I'm watching you.

  #4  
Old 08-16-2002, 10:18 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
npc server has a 'race' string, only humans are allowed to sethead and such, add this to the control-npc (it is in the database)
if(actionplayeronline){
setstring client.race,human;
}
and it should work
BTW: DONOT delete the Control-NPC, doing so shuts the npc server down
  #5  
Old 08-16-2002, 01:41 PM
ArchAngelTCN_P2P ArchAngelTCN_P2P is offline
Registered User
Join Date: Sep 2001
Location: Wa, USA
Posts: 91
ArchAngelTCN_P2P is on a distinguished road
Send a message via AIM to ArchAngelTCN_P2P
I still can't seem to get sethead to work. I'm not sure if that race thing is working or if I have to wait some time for the options to kick in. But it doesn't seem to work. I guess I'll have to wait and see.
__________________
-Manager of Shaded Legend
-No longer in TCN (forced to use this account due to only P2P account)

When will you die? Or will you simply want to live...forever? Just remember....I'm watching you.

  #6  
Old 08-16-2002, 02:02 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by ArchAngelTCN_P2P
I still can't seem to get sethead to work. I'm not sure if that race thing is working or if I have to wait some time for the options to kick in. But it doesn't seem to work. I guess I'll have to wait and see.
are you sure the people have the string? try opening someone their attributes and see if the string client.race=human is in their flag list
  #7  
Old 08-16-2002, 02:09 PM
ArchAngelTCN_P2P ArchAngelTCN_P2P is offline
Registered User
Join Date: Sep 2001
Location: Wa, USA
Posts: 91
ArchAngelTCN_P2P is on a distinguished road
Send a message via AIM to ArchAngelTCN_P2P
yes, its in my account. Also in everyone else, but I still can't set my head.

Edit: Nevermind, it works. Thank you for your help.
__________________
-Manager of Shaded Legend
-No longer in TCN (forced to use this account due to only P2P account)

When will you die? Or will you simply want to live...forever? Just remember....I'm watching you.


Last edited by ArchAngelTCN_P2P; 08-16-2002 at 02:45 PM..
  #8  
Old 08-16-2002, 06:18 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by Python523
npc server has a 'race' string, only humans are allowed to sethead and such, add this to the control-npc (it is in the database)
I never knew about that
__________________

  #9  
Old 08-17-2002, 09:57 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
why does the npc server have a race string for all servers??
__________________
[signature]insert here[/signature]
  #10  
Old 08-19-2002, 05:05 AM
ArchAngelTCN_P2P ArchAngelTCN_P2P is offline
Registered User
Join Date: Sep 2001
Location: Wa, USA
Posts: 91
ArchAngelTCN_P2P is on a distinguished road
Send a message via AIM to ArchAngelTCN_P2P
Quote:
Originally posted by screen_name
why does the npc server have a race string for all servers??
Probably because it was made for 2k1 which has Bomy's and Humans. Thats just a guess though.
__________________
-Manager of Shaded Legend
-No longer in TCN (forced to use this account due to only P2P account)

When will you die? Or will you simply want to live...forever? Just remember....I'm watching you.

  #11  
Old 09-10-2002, 06:22 PM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
we dont have client.race on delteria and we can set heads fine.
__________________
- R0bin
  #12  
Old 09-11-2002, 04:01 AM
Graal2001_NAT Graal2001_NAT is offline
Registered User
Join Date: Sep 2002
Posts: 241
Graal2001_NAT is on a distinguished road
Quote:
Originally posted by R0b1n-NPC
we dont have client.race on delteria and we can set heads fine.
maybe they custom scripted it in the *Player-System thing
__________________
GONE, BAI
  #13  
Old 09-11-2002, 02:14 PM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
maybe.. looking at the -system on bravo, its what they have done lol.
__________________
- R0bin
  #14  
Old 09-11-2002, 10:52 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Delteria had an NPC Server long before the rest. So Stefan most likely made it custom and spent time on it. It seems as though Stefan copied and altert the 2k1 NPC Server for the rest of the servers for some reason. Perhaps it had more things or was just easier that way.
---Shifter
__________________
Quote:
*Stefan: it seems sometimes they hire newbie scripters everywhere x-x
*Stefan: scripters are sometimes like people that draw paintings
*Stefan: all that counts is that it looks nice
  #15  
Old 09-12-2002, 03:37 AM
Graal2001_NAT Graal2001_NAT is offline
Registered User
Join Date: Sep 2002
Posts: 241
Graal2001_NAT is on a distinguished road
Quote:
Originally posted by emortylone
Delteria had an NPC Server long before the rest. So Stefan most likely made it custom and spent time on it. It seems as though Stefan copied and altert the 2k1 NPC Server for the rest of the servers for some reason. Perhaps it had more things or was just easier that way.
---Shifter
delteria hasnt had an npc server for awhile....I think it was custom scripted tho, all the servers that recently got npcs servers, (Delteria, babylon, npulse, etc) have a different version than servers like Frolic, 2k1, etc (the servers that DONT go down when the USA3 server breaks) the newer npc servers dont take up as much resources
__________________
GONE, BAI
 


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 05:20 AM.


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