Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Problem using showimg for a head (https://forums.graalonline.com/forums/showthread.php?t=30967)

Xbob42 06-06-2002 03:02 AM

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;

Logo 06-06-2002 03:23 AM

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

screen_name 06-06-2002 08:35 AM

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;


Logo 06-06-2002 11:00 AM

Delete that since you delete my stuff ;)

screen_name 06-06-2002 08:25 PM

lol, sorry kai


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

i'll be better


All times are GMT +2. The time now is 08:13 PM.

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