Graal Forums  

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

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #16  
Old 09-17-2002, 05:54 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Yes, I think the newer ones are a bit lighter, but don't have the power or consistancy the 2k1 and Frolic ( I think it is) do. I think 2k2 also has a good one, not sure though.
---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
  #17  
Old 09-17-2002, 06:30 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
Yes, I think the newer ones are a bit lighter, but don't have the power or consistancy the 2k1 and Frolic ( I think it is) do. I think 2k2 also has a good one, not sure though.
---Shifter
2k2 is on a completelly different server (unshared by any other playerworld) and probably has a different kindof npc server
__________________
GONE, BAI
  #18  
Old 09-17-2002, 02:58 PM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
Oh yes, newly improved with better magic effects!
__________________
- R0bin
  #19  
Old 09-18-2002, 11:15 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Is that not the 'jist of what I was saying? 2k1 should be on it's own too I think, or was @ least at one time. But 2k2's is setup to receive 'mudlibs' and what not so that it can use C and C++ coding I thinks.
---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
  #20  
Old 09-19-2002, 03:37 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
sprechen sie englisch?
__________________
- R0bin
  #21  
Old 09-19-2002, 04:55 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
What now R0bin? LOLz... English is my main language, bit of French and a bit of Spanish though.
---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
  #22  
Old 09-19-2002, 06:33 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
mud libs?
__________________
- R0bin
  #23  
Old 09-19-2002, 07:08 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
mud libs?
is what 2k2 uses, they are C (not c++ from what Ive heard) scripts that basically handle all the weapon scripts of 2k2, making barely anything made in the graal script
__________________
GONE, BAI
  #24  
Old 09-19-2002, 07:27 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Which to me sounds like cheating :P I don't know if it's true or not, but I have a feeling that Jagen, Riot, Kai, Me, and a few others could replicate it w/o using C :P I don't think it'd be all that hard, but I guess they wanted to get things done and be a step above the rest? Perhaps less lag (not from what I've seen) but I'm sure there must be some great benefit.
---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
  #25  
Old 09-19-2002, 07:37 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
**dies**

lol you can do bad things with C
i dont think i feel safe anymore
__________________
- R0bin
  #26  
Old 09-19-2002, 07:39 AM
Graal2001_NAT Graal2001_NAT is offline
Registered User
Join Date: Sep 2002
Posts: 241
Graal2001_NAT is on a distinguished road
why bother having more than 1 person do it? i could do it easy enough, either locally store all the weapon weights and stuff as a clientr string array (lots of em) or the laggier way, store everything on a database npc and trigger to a serverside of a weapon to retrieve data
__________________
GONE, BAI
  #27  
Old 09-19-2002, 08:01 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
or do what 2k2 does and do them both.
__________________
- R0bin
  #28  
Old 09-19-2002, 08:05 AM
Graal2001_NAT Graal2001_NAT is offline
Registered User
Join Date: Sep 2002
Posts: 241
Graal2001_NAT is on a distinguished road
2k2 doesnt use either...
__________________
GONE, BAI
  #29  
Old 09-19-2002, 08:32 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
bah nevermind then :P
__________________
- R0bin
  #30  
Old 09-19-2002, 11:17 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Quote:
Originally posted by Graal2001_NAT
why bother having more than 1 person do it? i could do it easy enough, either locally store all the weapon weights and stuff as a clientr string array (lots of em) or the laggier way, store everything on a database npc and trigger to a serverside of a weapon to retrieve data
What are you talking about here? I have no clue what the topic is, and I'm not following what you're saying. What would be important enough to effect more than just that player, to use this.strings in a d/b string vs. clientr.strings on the player?
---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
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 02:12 AM.


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