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 08-04-2002, 10:23 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Great eyecandy, gotta see

Here a script i just finsihed,
I will be turning it into a weapon also.
One more thing for reference:
How do i make array images hide?
hideimg doesn't work.
well here it is:
Attached Files
File Type: nw eyecandy_lights.nw (10.3 KB, 318 views)
__________________
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
  #2  
Old 08-04-2002, 10:26 AM
Legondary_MyTH Legondary_MyTH is offline
Registered User
Join Date: May 2002
Location: Levelville
Posts: 420
Legondary_MyTH is on a distinguished road
...

*bows*that is very very cool
__________________
ArchMage Amedeus Valoryn of Zormite
Manager of Anarchy
Past Jobs:
Levels Admin on Renegade
LAT on Doomsday,Babylon,G3K
Developer on Faheria,Babylon
GP on Sanstrata,G3K
Reply With Quote
  #3  
Old 08-04-2002, 10:34 AM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
for (i=0;i<arraylen(this.lights);i++)hideimg i;

that should hide your images.



It is very pretty.
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote
  #4  
Old 08-04-2002, 10:41 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
thanks for your help and opinion
__________________
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
  #5  
Old 08-04-2002, 06:26 PM
SingleChance SingleChance is offline
Kill Pirates
Join Date: Apr 2002
Location: Canada
Posts: 1,296
SingleChance is on a distinguished road
Cool

Can i use that script for a system im working on?
were if u say heal them lights come on and you see this
if (created){
disabledefmovement;
for(a=0;a!=100;a++) {
message healing#v(a)%;
}
message Healing Complete;
playerhearts=100;
enabledefmovement;}}
that happens when u say somet like heal can i have them lights going up?
it would be so cool
Reply With Quote
  #6  
Old 08-04-2002, 08:43 PM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
Re: Cool

Quote:
Originally posted by SingleChance
Can i use that script for a system im working on?
were if u say heal them lights come on and you see this
if (created){
disabledefmovement;
for(a=0;a!=100;a++) {
message healing#v(a)%;
}
message Healing Complete;
playerhearts=100;
enabledefmovement;}}
that happens when u say somet like heal can i have them lights going up?
it would be so cool
>.< goodness why didn't I come up with that idea.
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote
  #7  
Old 08-04-2002, 09:42 PM
SingleChance SingleChance is offline
Kill Pirates
Join Date: Apr 2002
Location: Canada
Posts: 1,296
SingleChance is on a distinguished road
:)

So can i?
Reply With Quote
  #8  
Old 08-05-2002, 12:18 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
i dunno, keep in touch with my aim
__________________
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
  #9  
Old 08-05-2002, 12:34 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Well, here is the weapon version
fire to start fire again to stop:
__________________
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
  #10  
Old 08-05-2002, 12:36 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
errr... i think the furoms do this on purpose
Attached Files
File Type: nw eyecandy_lights.nw (10.6 KB, 181 views)
__________________
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 08-05-2002, 02:15 AM
SingleChance SingleChance is offline
Kill Pirates
Join Date: Apr 2002
Location: Canada
Posts: 1,296
SingleChance is on a distinguished road
nice

Looks very spooky
Reply With Quote
  #12  
Old 08-07-2002, 12:32 AM
zorakid2001 zorakid2001 is offline
Banned
Join Date: Jul 2002
Location: Oregon USA <-- this place sux0rs
Posts: 113
zorakid2001 is on a distinguished road
Send a message via ICQ to zorakid2001 Send a message via AIM to zorakid2001
Talking

Beutifully done! my compliments to the artist =D
Reply With Quote
  #13  
Old 08-07-2002, 01:21 AM
Andor_RC14 Andor_RC14 is offline
Registered User
Join Date: Jan 2002
Location: U.S.A - Ohio
Posts: 101
Andor_RC14 is on a distinguished road
Send a message via ICQ to Andor_RC14 Send a message via AIM to Andor_RC14 Send a message via Yahoo to Andor_RC14
Wow awesome.. it needs to be green the it would look like fart gas. Wow, its really cool when you change the for loops and make the maximum lights 100000000.. super laggy and BRIGHT
__________________


Statistics show that 60% of all statistics are made-up
Manager of Norin.
EX Co-Manager of Bravo Online.
Reply With Quote
  #14  
Old 08-07-2002, 01:22 AM
zorakid2001 zorakid2001 is offline
Banned
Join Date: Jul 2002
Location: Oregon USA <-- this place sux0rs
Posts: 113
zorakid2001 is on a distinguished road
Send a message via ICQ to zorakid2001 Send a message via AIM to zorakid2001
lolz!
Reply With Quote
  #15  
Old 08-08-2002, 05:38 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Thanks, this is only my second time working with arrays, it also the only thing i found useful with arrays(showimgs...);
if there is any other use for them please tell me.
__________________
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
  #16  
Old 08-08-2002, 11:30 AM
TLG_WL_mechman TLG_WL_mechman is offline
Banned
TLG_WL_mechman's Avatar
Join Date: Mar 2002
Location: Québec!
Posts: 661
TLG_WL_mechman is on a distinguished road
Send a message via AIM to TLG_WL_mechman
Well, that could be like dust while the character walks, if color is chaged and if it is enabled only while player walks, but heh, i dont know if enabling while player walks is even possible, I'm a noob at scripting I can't veen use arrays and dont understand vectors either.
woah i lag as (some place very hot) when its at 999, it just doesnt appear when i set it at 10000, lol.
Reply With Quote
  #17  
Old 08-10-2002, 03:18 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
Nice, Just fix some bugs
__________________
"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
  #18  
Old 03-09-2011, 01:47 AM
Equinox Equinox is offline
Registered User
Equinox's Avatar
Join Date: Jan 2011
Posts: 13
Equinox is on a distinguished road
Nice looks pretty cool
Reply With Quote
  #19  
Old 03-09-2011, 01:49 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Requesting Chris Vimes posts his How To Not Necro A Thread guide.
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 02:56 AM.


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