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 03-03-2003, 04:45 AM
DarkDragoon_Lloyd DarkDragoon_Lloyd is offline
Registered User
Join Date: Aug 2002
Posts: 157
DarkDragoon_Lloyd is on a distinguished road
Send a message via AIM to DarkDragoon_Lloyd
Useless Grid Thingy

I tryed to make an mng file of this, but the filesize was way too big, so it lagged graal, so I made it into a script...

There is no point to it, but I made it anyways...
It took me about an hour...
I bet a scripter could have made this in less than 5 mins, and with less lag, but I am not a scripter(I do levels)...

This is my first time using showpoly...

Don't know what to say, I just felt like posting it... X.x
Attached Files
File Type: nw lloydgridthingy.nw (11.0 KB, 201 views)
__________________
Quote:
Originally posted by protagonist
YES OF COURSE I AM SO MISTAKEN LOLOL I SUCK AT THE INTERNET!
Quote:
Originally posted by unixmad
Rome have not been build in 1 day !
Reply With Quote
  #2  
Old 03-03-2003, 05:03 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
I like the effect it makes. It gives me an idea of something to make....
__________________
new account: Trevor
Reply With Quote
  #3  
Old 03-03-2003, 05:51 AM
DarkDragoon_Lloyd DarkDragoon_Lloyd is offline
Registered User
Join Date: Aug 2002
Posts: 157
DarkDragoon_Lloyd is on a distinguished road
Send a message via AIM to DarkDragoon_Lloyd
*is new to scripting*
__________________
Quote:
Originally posted by protagonist
YES OF COURSE I AM SO MISTAKEN LOLOL I SUCK AT THE INTERNET!
Quote:
Originally posted by unixmad
Rome have not been build in 1 day !
Reply With Quote
  #4  
Old 03-04-2003, 12:00 AM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
learn how to use for loops, it will save you alot of work (which can be very boaring)

eg:

INSTEAD of:
NPC Code:

... etc (above)
changeimgvis 100,0;
changeimgvis 101,0;
changeimgvis 102,0;
changeimgvis 103,0;
changeimgvis 104,0;
changeimgvis 105,0;
changeimgvis 106,0;
changeimgvis 107,0;
changeimgvis 108,0;



use this:

NPC Code:
 
for (i=0;i<108;i++) changeimgvis i,0;



what it does, is counts numbers from 0 too 108.
__________________
Former Global Scripting Team Member


Reply With Quote
  #5  
Old 03-04-2003, 12:15 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Meh, your new + b scripting actually isn't too bad, just need some good optimization skillz (makes it easier on you aswell, e.g. that script could be done in about >20 lines = less typing )

That's a pretty nice effect though, make me want to make a 3d engine for graal, oh wait a tick, Kai is already making one of those... *stamps foot impatiently*

you'd think I could find other forms of entertainment, but that's just silly
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote
  #6  
Old 03-04-2003, 01:35 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Yea,he need learn how to use loops,but it's nice
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
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 01:15 AM.


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