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
  #31  
Old 07-31-2003, 02:13 AM
Alexander Alexander is offline
Registered User
Join Date: Apr 2003
Location: California
Posts: 246
Alexander is on a distinguished road
Send a message via AIM to Alexander
Quote:
Originally posted by Tseng


Perhaps you misunderstand.

When things like this happen, and the uninformed attempt to teach others, we have a world full of scripters who a) write inefficient code, and b) are less willing to believe that they are doing something wrong, which only makes it harder for these problems to be corrected, and creates more unnecessary work for the global scripting team.
He did attempt to help others, but he also stated he "might be wrong", in this case he was. He was just trying to help, he wasn't making a pernament statement of anything.
Reply With Quote
  #32  
Old 07-31-2003, 04:49 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
People who persist in giving bad advice get masked from the scripting forum. Androk, don't say things if you're not sure that they're correct.
__________________
Reply With Quote
  #33  
Old 07-31-2003, 08:50 AM
Projectshifter Projectshifter is offline
The David
Projectshifter's Avatar
Join Date: Apr 2002
Location: USA
Posts: 912
Projectshifter is an unknown quantity at this point
Send a message via ICQ to Projectshifter Send a message via AIM to Projectshifter Send a message via MSN to Projectshifter Send a message via Yahoo to Projectshifter
I'm still trying to figure out WHAT clientside thing NEEDS to be clientside thing in a LOCAL NPC needs to be sent to the serverside of that NPC? Best to just keep it serverside or clientside x-x
---Shifter
__________________
Who has time for life these days?
Reply With Quote
  #34  
Old 07-31-2003, 03:15 PM
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
Both problems=solved.

Alex helped me with the move thingy.

Thanks everybody.
__________________
-Kjetil Valen
Reply With Quote
  #35  
Old 07-31-2003, 06:17 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally posted by VeX_RaT_Boy
Both problems=solved.

Alex helped me with the move thingy.

Thanks everybody.
What was wrong?
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #36  
Old 07-31-2003, 06:22 PM
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
Quote:
Originally posted by osrs


What was wrong?
When it was moving, it tried to trigger x and y, but since it was moving all the time, x and y was not the npc.
Now its x+.5 and y+5.
__________________
-Kjetil Valen
Reply With Quote
  #37  
Old 07-31-2003, 06:27 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally posted by VeX_RaT_Boy


When it was moving, it tried to trigger x and y, but since it was moving all the time, x and y was not the npc.
Now its x+.5 and y+5.
Bah..

Quote:
Originally posted by osrs
I think its not working because the local NPC moves every time..
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #38  
Old 08-01-2003, 10:48 AM
Falados Falados is offline
Cucumber NPC
Falados's Avatar
Join Date: Jan 2003
Posts: 141
Falados is on a distinguished road
Send a message via ICQ to Falados Send a message via AIM to Falados
Ah, a simple case of leaping before you look.
__________________

subliminal message: 1+1=3
Reply With Quote
  #39  
Old 08-01-2003, 10:57 AM
Soul-Blade Soul-Blade is offline
US Marine
Soul-Blade's Avatar
Join Date: Jul 2001
Location: Coeur d'Alene, ID
Posts: 945
Soul-Blade is an unknown quantity at this point
Send a message via AIM to Soul-Blade
I only read the first page, so forgive me if this has been said.

NPCs in a level ARE serverside. NPCs placed with putnpc2 are serverside. In fact, the ONLY way a NPC is not serverside is if it has //#CLIENTSIDE at the top of it. Otherwise, it is serverside. Correct me if I am wrong.
Reply With Quote
  #40  
Old 08-01-2003, 10:48 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally posted by Soul-Blade
I only read the first page, so forgive me if this has been said.

NPCs in a level ARE serverside. NPCs placed with putnpc2 are serverside. In fact, the ONLY way a NPC is not serverside is if it has //#CLIENTSIDE at the top of it. Otherwise, it is serverside. Correct me if I am wrong.
*Off-Topic*
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #41  
Old 08-06-2003, 04:21 PM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
Ok let's go and name all the npc types
This is how I know them anyhow.


Weapon Clientside
Weapon Serverside
Level NPC Serverside
Level NPC Clientside
Putnpc2 Serverside
Putnpc2 Clientside
Database NPC Serverside
Database NPC Clientside
Control NPC Serverside only
Gani Script Clientside only

All of those seem to behave differently depending on what you wanna do and how you wanna reach them.

And it's important to keep straight which one your using.
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
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 01:16 AM.


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