Graal Forums  

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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-03-2002, 09:43 PM
incarnation56 incarnation56 is offline
Registered User
Join Date: Feb 2002
Posts: 80
incarnation56 is on a distinguished road
Smile tutor me plz

i would like to be tutored on how to make menus like the ones for graal 2001 server ex. th trading item menu. also about how to increas a players walking speed, thx.
  #2  
Old 03-03-2002, 11:05 PM
Dustey Dustey is offline
Registered User
Join Date: Nov 2001
Location: Do You Think I Know?
Posts: 193
Dustey is on a distinguished road
Send a message via AIM to Dustey
i sure hope u already know how to gscript cus u just cant learn *how to make a menu* for the most part u can just use showimg and vars. the speed is a var i do believe but i forget which one Have fun:P
__________________
And Yes I work For.... Renegade
  #3  
Old 03-04-2002, 05:05 AM
Dustey Dustey is offline
Registered User
Join Date: Nov 2001
Location: Do You Think I Know?
Posts: 193
Dustey is on a distinguished road
Send a message via AIM to Dustey
Exactly what i meant by "u just cant learn "how to make menus""
__________________
And Yes I work For.... Renegade
  #4  
Old 03-07-2002, 06:29 AM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to SaijinGohan
speed can be increase by a number of ways like so:

// NPC made by SaijinGohan
if (playertouchsme) {
toweapons Boots;
}
if (weaponfired) {
if (!this.on) {
set this.on;
timeout=0.05;
}else{
unset this.on;
timeout=0;
}
}
if (timeout) {
if (keydown(1)) {
playerx--;
}
if (keydown(2)) {
playery++;
}
if (keydown(3)) {
playerx++;
}
if (keydown(0)) {
playery--;
}
timeout=0.05;
}

As you can see this is for a Staff Boots Weapon. Where I have playerx++, playery--, ect... you can replace that with
playerx+=(5) or any other number, now this will ofcourse make you go through walls but if you use onwalls stuff you can fix that.
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
  #5  
Old 03-07-2002, 08:05 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: Re: tutor me plz

Quote:
Originally posted by Kaimetsu


Ain't gonna happen, friend. You should learn to script and then teach yourself.
exactly

if you are good at scripting, then you would know, and if you aren't then you wont understand anyways
__________________
[signature]insert here[/signature]
  #6  
Old 03-07-2002, 09:49 PM
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


Ain't gonna happen, friend. You should learn to script and then teach yourself.
I get yelled at for saying that and yet kai has people take his side........sheesh....
__________________
  #7  
Old 03-07-2002, 11:39 PM
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
lol
__________________
  #8  
Old 03-08-2002, 12:40 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Quote:
Originally posted by Kaimetsu


We speak in different ways. You can't just compare our messages, you have to look at the way in which the message is delivered.
Take that goboom!
Plus Kai is prettier, lol.
Yes, I think, if you have written other languages before, you can learn to make a menu, but if you haven't don't even attempt, when you are ready, you will know...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
  #9  
Old 03-08-2002, 09:40 AM
incarnation56 incarnation56 is offline
Registered User
Join Date: Feb 2002
Posts: 80
incarnation56 is on a distinguished road
i know how to script

i know lots, variables, x,y and ots of that stuff, i just needa little explaination, thats all, its not like i dont know anything like that kid can script bombs, bars, ect.
  #10  
Old 03-08-2002, 03:14 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Quote:
Originally posted by Kaimetsu


We speak in different ways. You can't just compare our messages, you have to look at the way in which the message is delivered.
so kai hand delivers the messages and slaps them ion the face.
and goboom mails the messages from afar.

se how better it is in person MUWHAHAHAHA
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

  #11  
Old 03-09-2002, 12:14 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
If you know how to script, than you know how to make menus, in my little world, this thread is closed.
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Closed 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 09:22 PM.


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