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
  #1  
Old 09-25-2002, 07:05 PM
thesmoothcriminal thesmoothcriminal is offline
Lv.1 Internet Bully
thesmoothcriminal's Avatar
Join Date: Jul 2002
Location: player x,player y
Posts: 487
thesmoothcriminal will become famous soon enough
Send a message via AIM to thesmoothcriminal Send a message via Yahoo to thesmoothcriminal
Question Making an FF system!

could anyone enlighten my on how this is done,how to show the strings not in a say/say2 format and how to take other players stats and use them

thanks
__________________
Quote:
Originally Posted by Elizabeth
..i check every server list every day about 5 times each day, to see whos online.
Reply With Quote
  #2  
Old 09-25-2002, 08:21 PM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
Re: Re: Making an FF system!

Quote:
Originally posted by Kaimetsu
Dude. You shouldn't just come along and ask how to create a whole script, nobody's gonna give you a step-by-step tutorial. Get a little practice, become a better scripter, you'll figure it out on your own.
Dude! You got a tatto!
Sweet! You got one too! What does mine say?
Dude! What does mine say?
Sweet! What does mine say?
DUDE What does mine say?
SWEET!


rar.
__________________
- R0bin
Reply With Quote
  #3  
Old 09-25-2002, 10:56 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
I'd quote Kai too, but Quoting isn't quite in my style x.X But let's just say there are things known as showimg #,@,x,y; where it does text, and strings you know? Learn the 'with' command also!
---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
Reply With Quote
  #4  
Old 09-26-2002, 01:34 AM
Lit Lit is offline
Registered User
Join Date: Jul 2002
Location: none
Posts: 41
Lit is on a distinguished road
Send a message via AIM to Lit Send a message via Yahoo to Lit
Try going threw (#c,Whatever) i dont know figure it out.
Reply With Quote
  #5  
Old 09-26-2002, 05:06 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 Kaimetsu


Hey man, don't just throw abstract guesses at him. You'll just confuse the guy or something.
We would never want to do something like that... :P
__________________
Reply With Quote
  #6  
Old 09-26-2002, 05:15 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
WTF does playerchat have to do with this x.X Jesus Christ, please tell me you aren't that stupid and you were just throwing something stupid out there?
---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
Reply With Quote
  #7  
Old 09-26-2002, 06:01 AM
thesmoothcriminal thesmoothcriminal is offline
Lv.1 Internet Bully
thesmoothcriminal's Avatar
Join Date: Jul 2002
Location: player x,player y
Posts: 487
thesmoothcriminal will become famous soon enough
Send a message via AIM to thesmoothcriminal Send a message via Yahoo to thesmoothcriminal
aleast tell me how to take other players variables and strings
__________________
Quote:
Originally Posted by Elizabeth
..i check every server list every day about 5 times each day, to see whos online.
Reply With Quote
  #8  
Old 09-27-2002, 12:36 AM
Com013 Com013 is offline
Registered User
Join Date: Aug 2002
Location: GMT+1
Posts: 381
Com013 is on a distinguished road
Only possible server-side:

NPC Code:

with(players[i]) {
// here you can access them
}

__________________
Com013
Former Admin of the LAT on Graal The Adventure

e-mail: [email protected]
Reply With Quote
  #9  
Old 09-27-2002, 12:43 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
to access other players variables Serverside do this:

NPC Code:

with (getplayer(account)) {
// access them here
}



getplayer basically gets the players id from their account n stuff bah.

:edit
bleh he beat me to it
edit:
__________________
- R0bin
Reply With Quote
  #10  
Old 09-27-2002, 11:10 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
I thought we all agreed NOT to help with stupid questions like this? His post was "Making an FF System!" not "Someone MAKE ME an FF System!" x.X COme on... he should at least look @ commands.rtf to get an idea =/
---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
Reply With Quote
  #11  
Old 10-01-2002, 03:36 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
Re: Making an FF system!

Quote:
Originally posted by thesmoothcriminal
could anyone enlighten my on how this is done,how to show the strings not in a say/say2 format and how to take other players stats and use them

thanks
Why did you say you are making a FF system, why didn't you just ask for help with the showing problem.

Quote:
Originally posted by Kaimetsu
Dude. You shouldn't just come along and ask how to create a whole script, nobody's gonna give you a step-by-step tutorial. Get a little practice, become a better scripter, you'll figure it out on your own.
I agree with Kaimetsu, once you get pratice in with simple stuff, you'll be able to step up to more complex scripts.

Kaimetsu, do you remember when I kept bothering you to tell me how to pass variables to other players with triggeraction? This was when AllGraal was still around. I look back on that and feel that I'm stupid now .
__________________
[signature]insert here[/signature]
Reply With Quote
  #12  
Old 10-01-2002, 11:19 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Look how many things WE asked for along the way, then look at the context. You aren't asking for help, you're wanting someone else to do it for you! Get better then come back and talk.
---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
Reply With Quote
  #13  
Old 10-02-2002, 09:37 AM
sage_chaozu sage_chaozu is offline
Registered User
sage_chaozu's Avatar
Join Date: Feb 2002
Location: Florida, USA
Posts: 143
sage_chaozu will become famous soon enough
Send a message via ICQ to sage_chaozu Send a message via AIM to sage_chaozu Send a message via MSN to sage_chaozu Send a message via Yahoo to sage_chaozu
FF? System

Hey you said you are making FF System. By this do you mean a turn based battle system? If you are, I made one a while ago. But it was deleted due to the many times I format my computer. I tend to not keep my scripts for some reason.
Reply With Quote
  #14  
Old 10-02-2002, 01:14 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
Re: FF? System

Quote:
Originally posted by sage_chaozu
Hey you said you are making FF System. By this do you mean a turn based battle system? If you are, I made one a while ago. But it was deleted due to the many times I format my computer. I tend to not keep my scripts for some reason.
I had made a small sample TBS like a six months ago. Wasn't too good though. :P
__________________
[signature]insert here[/signature]
Reply With Quote
  #15  
Old 10-02-2002, 10:43 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
I've never played FF games, so I don't know what you guys are talking about. Care to elaborate? I'm trying to bring a new theme to Babylon, and I wanted to incorporate some RPG Systems
---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
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 03:33 PM.


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