Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   tutor me plz (https://forums.graalonline.com/forums/showthread.php?t=24996)

incarnation56 03-03-2002 09:43 PM

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.

Dustey 03-03-2002 11:05 PM

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

Dustey 03-04-2002 05:05 AM

Exactly what i meant by "u just cant learn "how to make menus""

SaijinGohan 03-07-2002 06:29 AM

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.

screen_name 03-07-2002 08:05 PM

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

Goboom 03-07-2002 09:49 PM

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....

Goboom 03-07-2002 11:39 PM

lol

Saga2001 03-08-2002 12:40 AM

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...

incarnation56 03-08-2002 09:40 AM

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.

neomaximus2k 03-08-2002 03:14 PM

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

Saga2001 03-09-2002 12:14 AM

If you know how to script, than you know how to make menus, in my little world, this thread is closed. ;)


All times are GMT +2. The time now is 08:41 PM.

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