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 06-06-2002, 03:02 AM
Xbob42 Xbob42 is offline
Registered User
Join Date: May 2002
Posts: 429
Xbob42 is on a distinguished road
Question Problem using showimg for a head

This doesn't show the head for me for some reason. I wanted it to show the players head number and the part where the player is looking forward. Can anyone help me out with this?

showimg 401,#i(#3,x,64,32,32),6,6;
__________________
Criminal uses this account to post.
Reply With Quote
  #2  
Old 06-06-2002, 03:23 AM
Logo Logo is offline
Banned
Join Date: Nov 2001
Posts: 377
Logo is on a distinguished road
Send a message via AIM to Logo
NPC Code:

if (playerenters) {
showimg 2001,#3,6*16,6*16;
changeimgvis 2001,4;
showimg 2002,@Ariel@ = strtofloat(#3),9*16,6*16;
changeimgvis 2002,4;
}



I think, heh
Reply With Quote
  #3  
Old 06-06-2002, 08:35 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
Re: Re: Problem using showimg for a head

Quote:
Originally posted by Kaimetsu


Kick out the #i stuff - that's only for signs. Just do a normal showimg with #3 as the second param and changeimgpart to get it down to a single head.

lol

NPC Code:

showimg 1,#3,10,100;
changeimgpart 1,0,0,36,36;
changeimgvis 1,4;

__________________
[signature]insert here[/signature]
Reply With Quote
  #4  
Old 06-06-2002, 11:00 AM
Logo Logo is offline
Banned
Join Date: Nov 2001
Posts: 377
Logo is on a distinguished road
Send a message via AIM to Logo
Delete that since you delete my stuff
Reply With Quote
  #5  
Old 06-06-2002, 08:25 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
lol, sorry kai


i didnt figure it would be a problem since its so easy

i'll be better
__________________
[signature]insert here[/signature]
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:02 AM.


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