Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   script guide/tutorial project (https://forums.graalonline.com/forums/showthread.php?t=18755)

btedji 12-12-2001 05:45 AM

script guide/tutorial project
 
http://navarone2.hypermart.net

Tell me what you think, this is to help all people who don't know how to script, it's not done, but this is to give you a idea of the detail.

nyghtGT 12-12-2001 06:12 AM

nice i would like to help you out if thats ok ...

btedji 12-12-2001 06:23 AM

Just pm me on the forums or email me or pm me on aim, look in my profile for my details, I will probably edit what you send a little but it would be helpful, thanks.

kyle0654 12-12-2001 08:38 AM

ooo, too bad it's ad-tastic >.<

I have a tutorial on using the NPC Control...I got really bored one day...

Python523 12-12-2001 08:44 AM

Re: script guide/tutorial project
 
Quote:

Originally posted by btedji
http://navarone2.hypermart.net

Tell me what you think, this is to help all people who don't know how to script, it's not done, but this is to give you a idea of the detail.

Even if someone made a very good tutorial that most people could easily learn from, you'll still get some idiots who wont understand a single word of the tutorials :(
But your tutiorial is still good

Sennema 12-12-2001 09:30 AM

Re: Re: script guide/tutorial project
 
Quote:

Originally posted by Python523

But your tutiorial is still good

I agree. Very nice.

btedji 12-12-2001 08:14 PM

I will be removing the banners from the pages even if it is against the terms of service but if I can't I will move to another host that does not have ads. Thanks for the comments.

AlexH 12-12-2001 08:18 PM

nice but the side bar with all the headings could get real big when its alldone and all the stuff is there
i think you'll need to shrink the txt size there a lil

btedji 12-12-2001 08:23 PM

Quote:

Originally posted by AlexH
nice but the side bar with all the headings could get real big when its alldone and all the stuff is there
i think you'll need to shrink the txt size there a lil

Sounds like an idea

btedji 12-12-2001 10:25 PM

I will be changing the website to navarone.f2g.net soon to remove the banner ads.

entravial 12-13-2001 07:09 AM

~AlphaFlame~

I thought for ran until a condition wasn't true =/

for (i=0;i<4;i++){}

instead of

for (i=1;i>6;i++){}

Since your for loop breaks down as

i=1;
while (i>6){
i++;
}

^^; just a thought based on how the F6 debugger handles for loops...

And try brinkster.com... good service and no ads o.o

entravial 12-16-2001 09:49 AM

Quote:

Originally posted by btedji
I will be changing the website to navarone.f2g.net soon to remove the banner ads.
Why would you get your site hosted by a fungal genomic site?

Sennema 12-17-2001 12:28 AM

Quote:

Originally posted by entravial
~AlphaFlame~

I thought for ran until a condition wasn't true =/

for (i=0;i<4;i++){}

instead of

for (i=1;i>6;i++){}

Since your for loop breaks down as

i=1;
while (i>6){
i++;
}

^^; just a thought based on how the F6 debugger handles for loops...

And try brinkster.com... good service and no ads o.o

The way you said it, the loop wouldn't run at all... >=greater than, <=less than. You had them the other way around.

Googi 12-17-2001 02:02 AM

Quote:

Originally posted by kyle0654
ooo, too bad it's ad-tastic >.<

btedji 12-17-2001 08:18 AM

http://navarone.f2g.net/

New location and updated


All times are GMT +2. The time now is 09:03 PM.

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