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-24-2002, 02:34 AM
la_builder la_builder is offline
Registered User
Join Date: Jan 2002
Location: Holland
Posts: 154
la_builder is on a distinguished road
Question mm... how should i do this .

well i have made a gfx like this one and now i wanna make it move bud the only thing that stops me is how would i make for example dir=0 and than set the correct part of the gif thats the part where my thingie stands to the north here is an example of such a thing (its not the one i made)
Attached Images
 
__________________
Dark Frontier
The enemy is surrounding us all,more evil than a human could ever imagine.

Dark Fontier Coming Soon
Reply With Quote
  #2  
Old 03-24-2002, 03:57 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
ganis or showimg and changeimgpart or setimgpart
Reply With Quote
  #3  
Old 03-24-2002, 05:09 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
Quote:
Originally posted by Python523
ganis or showimg and changeimgpart or setimgpart
What's the difference between setimg part, and changeimgpart?
Reply With Quote
  #4  
Old 03-24-2002, 05:27 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Re: mm... how should i do this .

Quote:
Originally posted by la_builder
well i have made a gfx like this one and now i wanna make it move bud the only thing that stops me is how would i make for example dir=0 and than set the correct part of the gif thats the part where my thingie stands to the north here is an example of such a thing (its not the one i made)
Is it for a P2P server or Non P2P server?

if it is P2P then just create a GANI for it.
if it is non P2P then you will either have to use 4 gani's, or setimg
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote
  #5  
Old 03-24-2002, 08:10 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
setimgpart and changeimgpart are different because changeimgpart is for a showimg while setimgpart is for an npc's image.
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
  #6  
Old 03-24-2002, 10:35 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
NPC Code:

// NPC made by screen_name

if (created) {
this.wm = 0; // Walking mode
setimgpart aurorareddragon.gif,dir*45,dir*this.wm,45,45;
this.random = random(0,1);
timeout = .2;
}
if (timeout) {
if (this.random in |0,0.4|) {
dir=int(this.random*10);
}
this.random = random(0,1);
setimgpart aurorareddragon.gif,dir*45,this.wm*45,45,45;
this.wm = abs(this.wm-1);
this.random = random(0,1);
x+=vecx(dir);
y+=vecy(dir);
timeout = .2
}

__________________
[signature]insert here[/signature]
Reply With Quote
  #7  
Old 03-25-2002, 02:15 AM
la_builder la_builder is offline
Registered User
Join Date: Jan 2002
Location: Holland
Posts: 154
la_builder is on a distinguished road
wow thanks everybody
__________________
Dark Frontier
The enemy is surrounding us all,more evil than a human could ever imagine.

Dark Fontier Coming Soon
Reply With Quote
  #8  
Old 03-25-2002, 05:24 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
hey, no prob, i believe ganis would be a little easier :P
__________________
[signature]insert here[/signature]
Reply With Quote
  #9  
Old 03-25-2002, 06:53 AM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Quote:
Originally posted by screen_name
hey, no prob, i believe ganis would be a little easier :P
A lot easier in fact, but depends on whether it is free or p2p.
and testing my sig

bah the spaces dont work :'( is that bug in the board?

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

,, .-.
|| | ) )
|| | , '-'
|| | | |
|| '--' |
,, || .----'
|| | || |
| '---'| |
'------.| | _____
((_)) || | ( _ / /|\ \
(o o) || | ))("), | | | | |
____\_/___||_|_____((__^_))____________________\_\|/_/__
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote
  #10  
Old 03-25-2002, 07:07 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
:P

NPC Code:


_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

,, .-.
|| | ) )
|| | , '-'
|| | | |
|| '--' |
,, || .----'
|| | || |
| '---'| |
'------.| | _____
((_)) || | ( _ / /|\ \
(o o) || | ))("), | | | | |
____\_/___||_|_____((__^_))____________________\_\|/_/__



only way to get it to work
__________________
[signature]insert here[/signature]
Reply With Quote
  #11  
Old 03-25-2002, 03:30 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Quote:
Originally posted by screen_name
:P

NPC Code:


_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

,, .-.
|| | ) )
|| | , '-'
|| | | |
|| '--' |
,, || .----'
|| | || |
| '---'| |
'------.| | _____
((_)) || | ( _ / /|\ \
(o o) || | ))("), | | | | |
____\_/___||_|_____((__^_))____________________\_\|/_/__



only way to get it to work
Thanks dude, now i can sort ut out
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

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:05 AM.


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