Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-29-2001, 01:53 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Unhappy can someone help me?

how do you script something like the worm boss from Zelda: a link to the past? look, I even made a crap worm graffic, lol. I'm nto gonna use this on any server, especially not murasamune, because you guys don't like murasamune

please help
Attached Images
 
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #2  
Old 08-29-2001, 01:53 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
the red thing is it's weak point, i guess
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #3  
Old 08-29-2001, 02:11 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
you guys are mean, no one here likes me
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #4  
Old 08-29-2001, 02:15 AM
oscarjf1 oscarjf1 is offline
Registered User
Join Date: Aug 2001
Location: I live in the US
Posts: 107
oscarjf1 is on a distinguished road
Send a message via AIM to oscarjf1
hmm...

I know what youre talking about, infact, Im already working on the same script, lol. Ive got the level set up and everything...but, its hard as anything to start it off. I used 3 different images. 1, the head, 2, the body parts, and 3, the tail.
Then, you need to set a timeout for it to move. When its a timeout, I used the move command. Place onwalls in needed areas, apply the images to the right spots, have random values for moving, and youre basically started.

That is just for the head. Next, you might want to add level.vars for the body parts, since as far as i know, there is no "follownpc" command. so, you would use a showimg for the body and tail, based on the position of the worm. Or, you could use actual NPCs to do this. I'd post my script, but it isnt finished. When it is, Ill let ya have it .

(Sry if this doesnt make any sence)

Okay, here im gonna break it down....


!head npc
-timeout times
--move command
---random value from -2,3 for level.movex
---random value from -2,3 for level.movey
--- speed in which its moved
--- options (use onwall option)
--Showing image based on value of random level.movex,y.
--level.bodyx for body
--level.bodyy for body
--Player involvement commands (such as washit, touchsme ect)

!body
-timeout times
--x=proper position based on level.bodyx
--y=proper position based on level.bodyy
--player involvement

!tail
----Same as body
--hearts=level.hearts

!All
-timeout times
--if clause when level.hearts=0.
---hide
---set flag



Its not exactly code, its an outline
__________________
I speek on behalf of my staff.
~laterz

Lagoonia Staff
-Tiki God Of Power
Reply With Quote
  #5  
Old 08-29-2001, 02:53 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Re: hmm...

Quote:
Originally posted by oscarjf1
I know what youre talking about, infact, Im already working on the same script, lol. Ive got the level set up and everything...but, its hard as anything to start it off. I used 3 different images. 1, the head, 2, the body parts, and 3, the tail.
Then, you need to set a timeout for it to move. When its a timeout, I used the move command. Place onwalls in needed areas, apply the images to the right spots, have random values for moving, and youre basically started.

That is just for the head. Next, you might want to add level.vars for the body parts, since as far as i know, there is no "follownpc" command. so, you would use a showimg for the body and tail, based on the position of the worm. Or, you could use actual NPCs to do this. I'd post my script, but it isnt finished. When it is, Ill let ya have it .

(Sry if this doesnt make any sence)

Okay, here im gonna break it down....


!head npc
-timeout times
--move command
---random value from -2,3 for level.movex
---random value from -2,3 for level.movey
--- speed in which its moved
--- options (use onwall option)
--Showing image based on value of random level.movex,y.
--level.bodyx for body
--level.bodyy for body
--Player involvement commands (such as washit, touchsme ect)

!body
-timeout times
--x=proper position based on level.bodyx
--y=proper position based on level.bodyy
--player involvement

!tail
----Same as body
--hearts=level.hearts

!All
-timeout times
--if clause when level.hearts=0.
---hide
---set flag



Its not exactly code, its an outline
your the best... some of it doens't make sence, but thanks man
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #6  
Old 08-29-2001, 02:57 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
anyone else? I'm still confused
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #7  
Old 08-29-2001, 03:04 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
*thinks*

hrm, been too long since I've played Zelda to remember how the boss moved.
Reply With Quote
  #8  
Old 08-29-2001, 03:16 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by kyle0654
*thinks*

hrm, been too long since I've played Zelda to remember how the boss moved.
it kinda roamed around and ran into walls, and it kinda reversed. bo you remmember the boss at all?
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #9  
Old 08-29-2001, 04:26 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Kaimetsu
This sounds almost like my Drakkara.

And oscarjf1 guy, you don't need level.variables for offline stuff.

kaimetsu, chill. I'm not trying to still/recreate your script. it's not like you had the idea of making a segmented thingy before anyone else did, I think konami did that in gradius and life forces and contra. so did nintendo, and capcom.
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #10  
Old 08-29-2001, 04:27 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
I just wanna know how everything works
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #11  
Old 08-29-2001, 04:32 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
Quote:
Originally posted by LilbrojX



kaimetsu, chill. I'm not trying to still/recreate your script. it's not like you had the idea of making a segmented thingy before anyone else did, I think konami did that in gradius and life forces and contra. so did nintendo, and capcom.
That's why you won't get much help, you think everyone is against you. He might have been saying that like: "it sounds like something I scripted, maybe I could help you since I know how to make something like that already."

Anyways, yes, I remember OF the boss, but not the specifics of how it worked.
Reply With Quote
  #12  
Old 08-29-2001, 04:35 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by kyle0654

That's why you won't get much help, you think everyone is against you. He might have been saying that like: "it sounds like something I scripted, maybe I could help you since I know how to make something like that already."

Anyways, yes, I remember OF the boss, but not the specifics of how it worked.
it's a long story, it ties into some dragon guy I thought of that soul was asking kaimetsu for help on and he blew us off, but I'm sure you guys don't wanna hear about murasamune.

umm, yeah, it roamed around, it had thick armor, and it's tail was it's weak point.
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #13  
Old 08-29-2001, 04:37 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
and anyway, yeah, almost everyone here that's actually important is against me, I remmember commenting on something and being called a lil troll and told to go away...
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #14  
Old 08-29-2001, 05:30 AM
Vinvect Vinvect is offline
Registered User
Join Date: Aug 2001
Location: U.S.A,California,Milpitas,In A House,In Room,On A Seat,On a Computer
Posts: 157
Vinvect is on a distinguished road
Send a message via ICQ to Vinvect Send a message via Yahoo to Vinvect
Talking

i wana be ur friend!
__________________
==========================
I Script Really Good
&
Looking For A NAT Job
==========================
Quote:
That's like a big lugee!
-Evolution The Movie
Quote:
Ha Ha Ha Give It Up!
-Cyrus From Bomberman
I'm not a Bomy anymore.
I'm a MUTATED BROCLI MONSTER!
(or SIGN MONSTER)
If you make me angry,
I'LL EAT YOU WHOLE!
ME, MUTATED BROCLI MONSTER MASTER
(or SIGN MONSTER)
WILL EAT YOU ALL UP!
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Quest Valley Owner
Looking For Staff
Pm Me
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
O.o Still Have My Braen Damaegd o.O


Thanks To Esiah, He Made This For Me!
Thanks Esiah!
Reply With Quote
  #15  
Old 08-29-2001, 05:54 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Vinvect
i wana be ur friend!

but, you suck at scripting
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #16  
Old 08-29-2001, 06:12 AM
CyanideSR71 CyanideSR71 is offline
Registered User
CyanideSR71's Avatar
Join Date: Jun 2001
Location: Canada
Posts: 460
CyanideSR71 is on a distinguished road
Umm... Why not ask me, dude? Ya forgot you have a NAT?
__________________
Cyanide SR71
Former Shadow Dragon
Co-Owner of what was Murasamune
Reply With Quote
  #17  
Old 08-29-2001, 06:44 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by CyanideSR71
Umm... Why not ask me, dude? Ya forgot you have a NAT?
your never on can you do it though?
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #18  
Old 08-29-2001, 06:45 AM
Vinvect Vinvect is offline
Registered User
Join Date: Aug 2001
Location: U.S.A,California,Milpitas,In A House,In Room,On A Seat,On a Computer
Posts: 157
Vinvect is on a distinguished road
Send a message via ICQ to Vinvect Send a message via Yahoo to Vinvect
lol jk ill remove it i jus added it so ppl can think that i suck so i can use thier scroipts lol
__________________
==========================
I Script Really Good
&
Looking For A NAT Job
==========================
Quote:
That's like a big lugee!
-Evolution The Movie
Quote:
Ha Ha Ha Give It Up!
-Cyrus From Bomberman
I'm not a Bomy anymore.
I'm a MUTATED BROCLI MONSTER!
(or SIGN MONSTER)
If you make me angry,
I'LL EAT YOU WHOLE!
ME, MUTATED BROCLI MONSTER MASTER
(or SIGN MONSTER)
WILL EAT YOU ALL UP!
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Quest Valley Owner
Looking For Staff
Pm Me
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
O.o Still Have My Braen Damaegd o.O


Thanks To Esiah, He Made This For Me!
Thanks Esiah!
Reply With Quote
  #19  
Old 08-29-2001, 06:48 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Vinvect
lol jk ill remove it i jus added it so ppl can think that i suck so i can use thier scroipts lol
lol
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #20  
Old 08-29-2001, 08:58 PM
CyanideSR71 CyanideSR71 is offline
Registered User
CyanideSR71's Avatar
Join Date: Jun 2001
Location: Canada
Posts: 460
CyanideSR71 is on a distinguished road
I'm on almost all the time from Wed-Fri, W-Dragon. Besides, you can leave me a message at ICQ (89359836).

And I can do it as soon as you explain how it works... I never played Zelda.
__________________
Cyanide SR71
Former Shadow Dragon
Co-Owner of what was Murasamune

Last edited by CyanideSR71; 08-29-2001 at 09:01 PM..
Reply With Quote
  #21  
Old 08-29-2001, 10:06 PM
oscarjf1 oscarjf1 is offline
Registered User
Join Date: Aug 2001
Location: I live in the US
Posts: 107
oscarjf1 is on a distinguished road
Send a message via AIM to oscarjf1
ummm

Quote:
Originally posted by Kaimetsu
This sounds almost like my Drakkara.

And oscarjf1 guy, you don't need level.variables for offline stuff.
I was under the impression that he wanted this script Online. Thats what most people do.
__________________
I speek on behalf of my staff.
~laterz

Lagoonia Staff
-Tiki God Of Power
Reply With Quote
  #22  
Old 08-29-2001, 10:50 PM
T-Squad T-Squad is offline
Banned
T-Squad's Avatar
Join Date: Mar 2001
Location: United States of America
Posts: 1,733
T-Squad is on a distinguished road
Quote:
Originally posted by Kaimetsu
Soul Blade pretty much asked me to code the Drakkara for Murasamune, and no, I'm not going to do that. But this time I was just commenting.
Well it wasn't anything like your "Drakkara", it was more like this snake boss from Super Metriod.

1) It was a boss, in other words, a 1 time thing.

2) It would go through holes and fly...

3) It was nothing like your Drakkara, besides the fact on how the script kept the segments together...

Hehe I was gonna ask Kyle for help on it...because this requires someone thats above the above average skill level in scripting
But, everyone knows Kyle hates me, so thats a hopeless question to ask him.
Reply With Quote
  #23  
Old 08-29-2001, 10:53 PM
oscarjf1 oscarjf1 is offline
Registered User
Join Date: Aug 2001
Location: I live in the US
Posts: 107
oscarjf1 is on a distinguished road
Send a message via AIM to oscarjf1
Re: Re: ummm

Quote:
Originally posted by Kaimetsu


Did I say offline? Eek.

*punches head*

I meant clientside, but I suppose in this case we're not talking about clientside stuff. You wouldn't need level.variables for the snake anyway, because you could read x and y from the other NPCs.
This would make it easier....well, atleast for me. I did it off the top of my head, and level.vars are more easily controlled in my opinion. Let's not turn this post into a flame
__________________
I speek on behalf of my staff.
~laterz

Lagoonia Staff
-Tiki God Of Power
Reply With Quote
  #24  
Old 08-29-2001, 11:01 PM
T-Squad T-Squad is offline
Banned
T-Squad's Avatar
Join Date: Mar 2001
Location: United States of America
Posts: 1,733
T-Squad is on a distinguished road
Quote:
Originally posted by Kaimetsu


Regardless, I made a creature and soon after you asked me how to make something similar for your world. I won't help you look good with my scripting. Sorry.
I wasn't asking for anything near your scripting, I was asking for help on math...lets just eliminate the script part of it. All I was asking for was a little math problem...how to make a circle move behind another. Thats it. I was going to do everything else.
Reply With Quote
  #25  
Old 08-30-2001, 01:25 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Re: ummm

Quote:
Originally posted by oscarjf1


I was under the impression that he wanted this script Online. Thats what most people do.

I just wanted to know, lol
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #26  
Old 08-30-2001, 01:27 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Kaimetsu


Regardless, I made a creature and soon after you asked me how to make something similar for your world. I won't help you look good with my scripting. Sorry.

dude, I thought of the magnorus, ***** at me. I didn't even know about your drakkara thingy wlhen I thought of it. maybe your cpoying konami, have you tought of that?
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #27  
Old 08-30-2001, 01:29 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Kaimetsu


Still, you were asking me to provide something that would allow you to pretty much copy the principles behind the Drakkara. I can't do that.

we wheren't gonna copy you, I dunno, I guess you seemed like the guy to go to for help. guess we where wrong though
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #28  
Old 08-30-2001, 04:36 AM
Silver Knight Silver Knight is offline
The Ice Cream Social
Silver Knight's Avatar
Join Date: Jun 2001
Location: SoCal
Posts: 541
Silver Knight is on a distinguished road
Send a message via AIM to Silver Knight
The way the boss moved=Jump out of the ground and move in a direction and reenter the ground about 5 spaces away from where it started. Weakness was being hit in the head (or tail, cant remember) and was invulanble in the body segments.
__________________
Reply With Quote
  #29  
Old 08-30-2001, 12:49 PM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Silver Knight
The way the boss moved=Jump out of the ground and move in a direction and reenter the ground about 5 spaces away from where it started. Weakness was being hit in the head (or tail, cant remember) and was invulanble in the body segments.

WRONG BOSS, NOT THE DESERT ONE, THE SINGLE SNAKE GUY THING IN THE TOWER! AGGGHHH!:grrr: :grrr: :grrr:

lol, did you guys know that if you put too many smilies in your post it won't let you post it?
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #30  
Old 08-30-2001, 10:44 PM
Silver Knight Silver Knight is offline
The Ice Cream Social
Silver Knight's Avatar
Join Date: Jun 2001
Location: SoCal
Posts: 541
Silver Knight is on a distinguished road
Send a message via AIM to Silver Knight
Oh, ok. Ya the tower worm like boss moved randomly bouncing off wals. Tail was weakpoint.
__________________
Reply With Quote
  #31  
Old 08-30-2001, 10:47 PM
T-Squad T-Squad is offline
Banned
T-Squad's Avatar
Join Date: Mar 2001
Location: United States of America
Posts: 1,733
T-Squad is on a distinguished road
W-Dragoon I probably could do that boss since it has a simpler movement then the Magnorus...I could just make the circles follow each other...for the magnorus I needed a different kind of following...but anyway I could just record the x and y of the one in front of it, then that circle will go there...and it would never end while its moving.
Reply With Quote
  #32  
Old 08-31-2001, 01:52 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by T-Squad
W-Dragoon I probably could do that boss since it has a simpler movement then the Magnorus...I could just make the circles follow each other...for the magnorus I needed a different kind of following...but anyway I could just record the x and y of the one in front of it, then that circle will go there...and it would never end while its moving.

our good friend supersonic all ready showed me how to do it. it's pretty simple to, lol... yeah, the magnorus is gonna be great... get off of your away message so I can show the forest one to you so far, it's tight
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 05:09 PM.


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